Click or drag to resize

DbFunctionCall.FunctionParameters Property

Gets the function parameters to pass to the function. You can pass fields and values to the function as parameters. A field can have a function call and/or expression applied to make nested function calls possible.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public Object[] FunctionParameters { get; set; }

Property Value

Type:Object[]
The function parameters.

Implements

IDbFunctionCall.FunctionParameters
See Also