Click or drag to resize
IDbSpecificHintCreator Interface
Interface for creating hints based on the input specified. Hints are used to tell the RDBMS to produce different SQL. This interface is implemented on those IDatabaseSpecificGenerator implementing classes for which the RDBMS supports 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
public interface IDbSpecificHintCreator

The IDbSpecificHintCreator type exposes the following members.

Methods
  NameDescription
Public methodCreateHintStatement Obsolete.
Creates the hint statement for the hint passed in.
Public methodProduceFromClauseDirectiveFragments
Produces the from clause directive fragments from the specified fromClauseElementDirectives.
Top
See Also