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.12.0.0 (5.12.0)
Syntaxpublic string ToQueryText(
IDbSpecificCreator creator,
out List<DbParameter> parameters
)
Public Function ToQueryText (
creator As IDbSpecificCreator,
<OutAttribute> ByRef parameters As List(Of DbParameter)
) As String
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