Advanced.Data.Provider Documentation

AdpDataReader.GetString Method 

[This is preliminary documentation and subject to change.]

Gets the string value of the specified field.

[Visual Basic]
NotOverridable Public Function GetString( _
   ByVal i As Integer _
) As String Implements _
   IDataRecord.GetString
[C#]
public string GetString(
   int i
);

Parameters

i
The index of the field to find.

Return Value

The string value of the specified field.

Implements

IDataRecord.GetString

See Also

AdpDataReader Class | Advanced.Data.Provider Namespace