DbFunctionCall Constructor (String, Object) |
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public DbFunctionCall(
string functionName,
Object[] parameters
)
Public Sub New (
functionName As String,
parameters As Object()
)
Parameters
- functionName
- Type: SystemString
Name of the function or pre-formatted function call string. - parameters
- Type: SystemObject
The parameters for the function to call. Can be null (which means: no parameters)
See Also