Property | Type | Description | |
---|---|---|---|
Validate | void | ||
ValidateFields | void |
Method | Description | |
---|---|---|
GetBasePKColumn ( |
Given a field from this table a search is performed to get the same column from the base table if one exists
|
|
GetBasePKColumnList ( ) : IEnumerable |
Returns all primary keys from the ultimate ancestor in the table hierarchy
|
|
GetBasePKColumnList ( |
Given a field from this table a search is performed to get the same column from all base tables down the inheritance hierarchy
|
|
GetColumnsFullHierarchy ( ) : IEnumerable |
This gets all columns from this and all base classes
|
|
GetColumnsFullHierarchy ( bool includeCurrent ) : IEnumerable |
This gets all columns from this and all base classes
|
|
GetRelationsFullHierarchy ( ) : IEnumerable |
||
GetRelationsWhereChild ( ) : IEnumerable |
Returns generated relations for this table
|
|
GetRelationsWhereChild ( bool fullHierarchy ) : IEnumerable |
Returns generated relations for this table
|
|
GetTableHierarchy ( ) : IEnumerable |
Get the full hierarchy of tables starting with this table and working back to the most base table
|
|
IModuleLink ( |
||
IsInheritedFrom ( Entity entity ) : bool |
Determines if the specified table is an ancestor of the this table object
|
|
ToString ( ) : string |
Method | Description | |
---|---|---|
OnCopy ( global::Microsoft.VisualStudio.Modeling sourceElement ) : void | ||
OnDeleting ( ) : void |
Method | Description | |
---|---|---|
Validate ( ValidationContext context ) : void | ||
ValidateFields ( ValidationContext context ) : void |
public GetBasePKColumn ( |
||
column | ||
return |
public GetBasePKColumnList ( |
||
column | ||
return | IEnumerable |
public GetColumnsFullHierarchy ( ) : IEnumerable |
||
return | IEnumerable |
public GetColumnsFullHierarchy ( bool includeCurrent ) : IEnumerable |
||
includeCurrent | bool | |
return | IEnumerable |
public GetRelationsFullHierarchy ( ) : IEnumerable |
||
return | IEnumerable |
public GetRelationsWhereChild ( ) : IEnumerable |
||
return | IEnumerable |
public GetRelationsWhereChild ( bool fullHierarchy ) : IEnumerable |
||
fullHierarchy | bool | |
return | IEnumerable |
public IsInheritedFrom ( Entity entity ) : bool | ||
entity | Entity | |
return | bool |
protected OnCopy ( global::Microsoft.VisualStudio.Modeling sourceElement ) : void | ||
sourceElement | global::Microsoft.VisualStudio.Modeling | |
return | void |