Properties of class TableInfoSet

class TableInfoSet | Constructors | Methods | All Members


Public Properties

Gets the number of elements contained in the System.Collections.ICollection.
public int Count { get; }      ReadOnlyCollection

Gets the TableInfo at the specified index.
public TableInfo this [ int index ] { get; }

Gets the TableInfo with the specified alias.
public TableInfo this [ string alias ] { get; }

Protected Properties

protected ArrayList InnerList { get; }      ReadOnlyCollection