Initializes a new instance of the SQLAggregateExpression class

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

Syntax

C#
public SQLAggregateExpression(
	AggregateFunction aggregate,
	string fieldName
)
Visual Basic
Public Sub New ( _
	aggregate As AggregateFunction, _
	fieldName As String _
)
Visual C++
public:
SQLAggregateExpression(
	AggregateFunction aggregate, 
	String^ fieldName
)

Parameters

aggregate
Type: DatabaseObjects.SQL..::..AggregateFunction

[Missing <param name="aggregate"/> documentation for "M:DatabaseObjects.SQL.SQLAggregateExpression.#ctor(DatabaseObjects.SQL.AggregateFunction,System.String)"]

fieldName
Type: System..::..String

[Missing <param name="fieldName"/> documentation for "M:DatabaseObjects.SQL.SQLAggregateExpression.#ctor(DatabaseObjects.SQL.AggregateFunction,System.String)"]

See Also