RdbmsHint Enumeration |
Note: This API is now obsolete.
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
[ObsoleteAttribute("Starting with v5.1 this enumeration has been marked obsolete. Please use the FromClauseDirective system instead.", false)] public enum RdbmsHint
<ObsoleteAttribute("Starting with v5.1 this enumeration has been marked obsolete. Please use the FromClauseDirective system instead.", false)> Public Enumeration RdbmsHint
Member name | Value | Description | |
---|---|---|---|
TableInFromClauseHint | 0 | Hint for statements to apply to a table specification in a FROM clause. For example, in Sqlserver, if the setting is switched on, this hint will produce (NOLOCK) as a hint to use. |
(c)2002-2018 Solutions Design bv