| Properties of class ObjectSet |
class ObjectSet | Constructors | Methods | All Members
Public Properties
Gets the number of elements contained in the System.Collections.ICollection.
public int Count { get; }
Collection
Gets the TableInfo.
public TableInfo INFO { get; }
Gets the IDataObject at the specified index.
public IDataObject this [ int index ] { get; }
Protected Properties
protected ArrayList InnerList { get; }
Collection
protected IList List { get; }
Collection