Click or drag to resize
DbSpecificCreatorBaseConvertExpressionToQueryFragment 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.3.0.0 (5.3.0)
Syntax
public virtual string ConvertExpressionToQueryFragment(
	IExpression toConvert,
	IList parameterCollection
)

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: String
the expression in query fragment form

Implements

IDbSpecificCreatorConvertExpressionToQueryFragment(IExpression, IList)
See Also