Click or drag to resize
LinqUtils.CreateDbFunctionCallAsLLBLExpression Method (DbFunctionCallExpression, IRelationCollection,Object[])
Creates a new DbFunctionCall object and wraps it inside a LLBLGenProExpressionExpression object.

Namespace: SD.LLBLGen.Pro.LinqSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public static LLBLGenProExpressionExpression CreateDbFunctionCallAsLLBLExpression(
	DbFunctionCallExpression expressionToHandle,
	IRelationCollection extraRelations,
	Object[] dbFunctionCallParameters
)

Parameters

expressionToHandle
Type: SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClasses.DbFunctionCallExpression
The expression to handle.
extraRelations
Type: SD.LLBLGen.Pro.ORMSupportClasses.IRelationCollection
The extra relations.
dbFunctionCallParameters
Type:System.Object[]
The db function call parameters.

Return Value

Type: LLBLGenProExpressionExpression
new DBFunctionCall object wrapped inside a LLBLGenProExpressionExpression object.
See Also