Used when the arguments are known but the function name is dependant on the connection type. Typically, in this scenario the FunctionName() will be overridden.

Namespace: DatabaseObjects.SQL
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0

Syntax

C#
protected SQLFunctionExpression(
	params SQLExpression[] arguments
)
Visual Basic
Protected Sub New ( _
	ParamArray arguments As SQLExpression() _
)
Visual C++
protected:
SQLFunctionExpression(
	... array<SQLExpression^>^ arguments
)

Parameters

arguments
Type: array<DatabaseObjects.SQL..::..SQLExpression>[]()[][]

[Missing <param name="arguments"/> documentation for "M:DatabaseObjects.SQL.SQLFunctionExpression.#ctor(DatabaseObjects.SQL.SQLExpression[])"]

Remarks