Click or drag to resize
DbFunctionCall Constructor (String, String, Object)
Initializes a new instance of the DbFunctionCall class.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public DbFunctionCall(
	string schemaName,
	string functionName,
	Object[] parameters
)

Parameters

schemaName
Type: SystemString
Name of the schema.
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