AdgDataSet.GetFormatName Method
Definition
Namespace: ASNA.DataGate.Client
Assembly: ASNA.QSys.DataGate.Client.dll
Retrieves the format name associated with the specified format index.
string GetFormatName(int iFormat)
Parameters
Type | Parameter name | Description |
---|---|---|
Int32 | iFormat | The format index. |
Returns
Type | Description |
---|---|
String | The format name associated with the specified format index. |
Remarks
Validates array bounds and returns the name; throws a dgException if invalid.