Click or drag to resize
DbFunctionCallExpression Constructor
Initializes a new instance of the DbFunctionCallExpression class.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public DbFunctionCallExpression(
	Type typeOfResult,
	FunctionMapping mappingToUse,
	ReadOnlyCollection<Expression> arguments
)

Parameters

typeOfResult
Type: SystemType
The type of result.
mappingToUse
Type: SD.LLBLGen.Pro.ORMSupportClassesFunctionMapping
The mapping to use.
arguments
Type: System.Collections.ObjectModelReadOnlyCollectionExpression
The arguments.
See Also