[Missing <summary> documentation for "M:DatabaseObjects.SQL.SQLSelectOrderByFields.Add(System.String,DatabaseObjects.SQL.AggregateFunction)"]
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0
Syntax
C# |
---|
public SQLSelectOrderByField Add( string strFieldName, AggregateFunction eAggregate ) |
Visual Basic |
---|
Public Function Add ( _ strFieldName As String, _ eAggregate As AggregateFunction _ ) As SQLSelectOrderByField |
Visual C++ |
---|
public: SQLSelectOrderByField^ Add( String^ strFieldName, AggregateFunction eAggregate ) |
Parameters
- strFieldName
- Type: System..::..String
[Missing <param name="strFieldName"/> documentation for "M:DatabaseObjects.SQL.SQLSelectOrderByFields.Add(System.String,DatabaseObjects.SQL.AggregateFunction)"]
- eAggregate
- Type: DatabaseObjects.SQL..::..AggregateFunction
[Missing <param name="eAggregate"/> documentation for "M:DatabaseObjects.SQL.SQLSelectOrderByFields.Add(System.String,DatabaseObjects.SQL.AggregateFunction)"]
Return Value
[Missing <returns> documentation for "M:DatabaseObjects.SQL.SQLSelectOrderByFields.Add(System.String,DatabaseObjects.SQL.AggregateFunction)"]