[Missing <summary> documentation for "P:DatabaseObjects.SQL.SQLSelectGroupByFields.Item(System.String)"]
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0
Syntax
| C# |
|---|
public SQLSelectGroupByField this[ string strFieldName ] { get; } |
| Visual Basic |
|---|
Public ReadOnly Default Property Item ( _ strFieldName As String _ ) As SQLSelectGroupByField Get |
| Visual C++ |
|---|
public: property SQLSelectGroupByField^ default[String^ strFieldName] { SQLSelectGroupByField^ get (String^ strFieldName); } |
Parameters
- strFieldName
- Type: System..::..String