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

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

Syntax

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

Parameters

strFieldName
Type: System..::..String

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

strAlias
Type: System..::..String

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

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

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

objTable
Type: DatabaseObjects.SQL..::..SQLSelectTable

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

Return Value

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

See Also