Click or drag to resize
FromClauseElementDirectiveToQueryText Method
Converts this instance to a ready to use SQL fragment

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 string ToQueryText(
	IDbSpecificCreator creator,
	out List<DbParameter> parameters
)

Parameters

creator
Type: SD.LLBLGen.Pro.ORMSupportClassesIDbSpecificCreator
The creator object to use.
parameters
Type: System.Collections.GenericListDbParameter
The parameters created during the process. Will be null if no parameters are created.

Return Value

Type: String
See Also