[Missing <summary> documentation for "M:DatabaseObjects.SQL.SQLSelectFields.Add(System.String,System.String,DatabaseObjects.SQL.AggregateFunction)"]

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

Syntax

C#
public SQLSelectField Add(
	string strFieldName,
	string strAlias,
	AggregateFunction eAggregateFunction
)
Visual Basic
Public Function Add ( _
	strFieldName As String, _
	strAlias As String, _
	eAggregateFunction As AggregateFunction _
) As SQLSelectField
Visual C++
public:
SQLSelectField^ Add(
	String^ strFieldName, 
	String^ strAlias, 
	AggregateFunction eAggregateFunction
)

Parameters

strFieldName
Type: System..::..String

[Missing <param name="strFieldName"/> documentation for "M:DatabaseObjects.SQL.SQLSelectFields.Add(System.String,System.String,DatabaseObjects.SQL.AggregateFunction)"]

strAlias
Type: System..::..String

[Missing <param name="strAlias"/> documentation for "M:DatabaseObjects.SQL.SQLSelectFields.Add(System.String,System.String,DatabaseObjects.SQL.AggregateFunction)"]

eAggregateFunction
Type: DatabaseObjects.SQL..::..AggregateFunction

[Missing <param name="eAggregateFunction"/> documentation for "M:DatabaseObjects.SQL.SQLSelectFields.Add(System.String,System.String,DatabaseObjects.SQL.AggregateFunction)"]

Return Value

[Missing <returns> documentation for "M:DatabaseObjects.SQL.SQLSelectFields.Add(System.String,System.String,DatabaseObjects.SQL.AggregateFunction)"]

See Also