Method GetString
| Improve this Doc View SourceGetString(Int32)
Gets the value of specified column as String.
Declaration
public virtual string GetString(int ordinal)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | ordinal | The column ordinal. |
Returns
Type | Description |
---|---|
System.String | The value. |