LinqUtilsCreateDbFunctionCallAsLLBLExpression 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.6.0.0 (5.6.19.0117)
Syntax public static LLBLGenProExpressionExpression CreateDbFunctionCallAsLLBLExpression(
DbFunctionCallExpression expressionToHandle,
IRelationCollection extraRelations,
Object[] dbFunctionCallParameters
)
Public Shared Function CreateDbFunctionCallAsLLBLExpression (
expressionToHandle As DbFunctionCallExpression,
extraRelations As IRelationCollection,
dbFunctionCallParameters As Object()
) As LLBLGenProExpressionExpression
Parameters
- expressionToHandle
- Type: SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClassesDbFunctionCallExpression
The expression to handle. - extraRelations
- Type: SD.LLBLGen.Pro.ORMSupportClassesIRelationCollection
The extra relations. - dbFunctionCallParameters
- Type: SystemObject
The db function call parameters.
Return Value
Type:
LLBLGenProExpressionExpressionnew DBFunctionCall object wrapped inside a LLBLGenProExpressionExpression object.
See Also