Properties of interface ITableInfo

interface ITableInfo


Public Properties

Gets the alias.
string Alias {}

Gets the type of the cache.
CacheType CacheType {}

Gets the caption.
string Caption {}

Gets the child relations.
RelationInfoSet ChildRelations {}

Gets the fields.
FieldInfoSet Fields {}

Gets the index.
int Index {}

Gets the indexs.
IndexInfoSet Indexs {}

Gets a value indicating whether this table is read only.
bool IsReadOnly {}

Gets the physical name.
string Name {}

Gets the owner.
SchemaInfo Owner {}

Gets the parent relations.
RelationInfoSet ParentRelations {}

Gets the primary keys.
FieldInfoSet PrimaryKeys {}

Gets the schema name.
string SchemaName {}