Leadtools.Medical.Storage.DataAccessLayer Namespace > CompositeInstanceDataSet.PatientDataTable Class : Item Property |
public CompositeInstanceDataSet.PatientRow this[ int index ]; {get;}
'Declaration Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As CompositeInstanceDataSet.PatientRow
'Usage Dim instance As CompositeInstanceDataSet.PatientDataTable Dim index As Integer Dim value As CompositeInstanceDataSet.PatientRow value = instance.Item(index)
public: property CompositeInstanceDataSet.PatientRow^ default [int] { CompositeInstanceDataSet.PatientRow^ get(int index); }