NpgsqlDataReader.GetValue Method
Return the value of the column at index .
[Visual Basic]
Overrides Public Function GetValue( _
ByVal
Index As
Integer _
) As
Object _
[C#]
public override
object GetValue(
int Index);
Implements
IDataRecord.GetValue
See Also
NpgsqlDataReader Class | Npgsql Namespace