Npgsql API Documentation

NpgsqlDataReader.GetString Method 

[This is preliminary documentation and subject to change.]

Gets the value of a column converted to a String.

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

Implements

IDataRecord.GetString

See Also

NpgsqlDataReader Class | Npgsql Namespace