Enum RDBMSEntityType
Denotes a type of RDBMS entity
Namespace: NFX.RelationalModel
Assembly: NFX.dll
Syntax
public enum RDBMSEntityType
Fields
Name | Description |
---|---|
CheckConstraint | |
Column | |
Domain | |
Index | |
PrimaryKey | |
Reference | |
Schema | |
StoreProc | |
Table | |
Trigger | |
Unknown | |
View |