DataModelTableCollection.Item

DataModelTableCollection indexer

Gets the data model table by position of the collection.

public DataModelTable this[int index] { get; }
ParameterDescription
indexThe position of the collection.

See Also