SynonymTargetType Enumeration |
Enum for specifying the type of the target of a synonym.
Namespace:
SD.LLBLGen.Pro.DBDriverCore
Assembly:
SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.1.0.0 (5.1.0)
Syntax public enum SynonymTargetType
Public Enumeration SynonymTargetType
Members
| Member name | Value | Description |
---|
| Unknown | 0 |
The type is unknown at this point
|
| Table | 1 |
The target is a table.
|
| View | 2 |
The target is a view
|
See Also