Click or drag to resize
RdbmsHint Enumeration

Note: This API is now obsolete.

Enum definition for RDBMS hints, like table lock hints and other hints.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
[ObsoleteAttribute("Starting with v5.1 this enumeration has been marked obsolete. Please use the FromClauseDirective system instead.", 
	false)]
public enum RdbmsHint
Members
  Member nameValueDescription
TableInFromClauseHint0 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.
See Also