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