Click or drag to resize
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.0.0.0 (5.0.0)
Syntax
public enum SynonymTargetType
Members
  Member nameValueDescription
Unknown0 The type is unknown at this point
Table1 The target is a table.
View2 The target is a view
See Also