Initializes a new instance of the SQLFieldAggregateExpression class

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

Syntax

C#
public SQLFieldAggregateExpression(
	string strFieldName
)
Visual Basic
Public Sub New ( _
	strFieldName As String _
)
Visual C++
public:
SQLFieldAggregateExpression(
	String^ strFieldName
)

Parameters

strFieldName
Type: System..::..String

[Missing <param name="strFieldName"/> documentation for "M:DatabaseObjects.SQL.SQLFieldAggregateExpression.#ctor(System.String)"]

See Also