IDbSpecificCreatorConvertExpressionToQueryFragment Method  | 
 
            Converts the expression to a query fragment and adds the parameters created during this process to the passed in parametercollection
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntaxstring ConvertExpressionToQueryFragment(
	IExpression toConvert,
	IList parameterCollection
)
Function ConvertExpressionToQueryFragment ( 
	toConvert As IExpression,
	parameterCollection As IList
) As String
Parameters
- toConvert
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIExpression
To convert. - parameterCollection
 - Type: System.CollectionsIList
The parameter collection. Newly created parameters will be added to this collection 
Return Value
Type: 
Stringthe expression in query fragment form
See Also