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