Click or drag to resize

DbFunctionCallFunctionParameters 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.5.0.0 (5.5.18.1019)
Syntax
public Object[] FunctionParameters { get; set; }

Property Value

Type: Object
The function parameters.

Implements

IDbFunctionCallFunctionParameters
See Also