[]
        
(Showing Draft Content)

C1.DataConnector.C1DataReaderBase.GetString

GetString Method

GetString(int)

Gets the value of the specified column as a string.

Declaration
public override string GetString(int ordinal)
Parameters
Type Name Description
int ordinal

The zero-based column ordinal.

Returns
Type Description
string

The value of the specified column.

Overrides