IDbFunctionCallFunctionParameters 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.1.0.0 (5.1.0)
Syntax Object[] FunctionParameters { get; set; }
Property FunctionParameters As Object()
Get
Set
Property Value
Type:
ObjectThe function parameters.
See Also