Npgsql API Docs

NpgsqlDataReader.GetValue Method 

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
);

Parameters

Index
Missing <param> documentation for Index

Return Value

Missing <returns> documentation for M:Npgsql.NpgsqlDataReader.GetValue(System.Int32)

Implements

IDataRecord.GetValue

Remarks

Missing <remarks> documentation for M:Npgsql.NpgsqlDataReader.GetValue(System.Int32)

See Also

NpgsqlDataReader Class | Npgsql Namespace