RDBMSEntityType EnumerationNFX Class Library

[This is preliminary documentation and is subject to change.]

Denotes a type of RDBMS entity

Namespace: NFX.RelationalModel
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public enum RDBMSEntityType
Members

  Member nameValueDescription
Unknown0
Schema1
Table2
Column3
Domain4
PrimaryKey5
Index6
Trigger7
View8
StoreProc9
CheckConstraint10
Reference11
See Also