Npgsql API Documentation

NpgsqlDataReader.GetValue Method 

[This is preliminary documentation and subject to change.]

Return the value of the column at index .

[Visual Basic]
NotOverridable Public Function GetValue( _
   ByVal Index As Integer _
) As Object Implements _
   IDataRecord.GetValue
[C#]
public object GetValue(
   int Index
);

Implements

IDataRecord.GetValue

See Also

NpgsqlDataReader Class | Npgsql Namespace