TableMetadata Class
Properties
Name | Type | Default | Description |
---|---|---|---|
Columns | ColumnMetadataCollection | ||
IsIntersect | bool | False | |
ManyToMany | List<ManyToManyMetadata> | ||
ManyToOne | List<OneToManyMetadata> | ||
ObjectTypeCode | int | 0 | |
OneToMany | List<OneToManyMetadata> | ||
PrimaryIdColumn | string | ||
PrimaryImageColumn | string | ||
PrimaryNameColumn | string | ||
TableName | string |
OneToManyMetadata Class
Properties
Name | Type | Default | Description |
---|---|---|---|
ReferencedTable | string | ||
ReferencedTableColumn | string | ||
ReferencingTable | string | ||
ReferencingTableColumn | string | ||
RelationshipName | string |
ManyToManyMetadata Class
Properties
Name | Type | Default | Description |
---|---|---|---|
IntersectTableName | string | ||
RelationshipName | string | ||
Table1 | string | ||
Table1IntersectColumn | string | ||
Table1PrimaryKey | string | ||
Table2 | string | ||
Table2IntersectColumn | string | ||
Table2PrimaryKey | string |