Click or drag to resize
RdbmsHint Enumeration
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.0.0.0 (5.0.0)
Syntax
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