AdsDataReader.GetValue

Advantage .NET Data Provider

  Previous topic Next topic  

Gets the value of the specified column in its native format.

public object GetValue( int columnNumber );

Remarks

This method retrieves the specified zero-based column value in the native format. This method returns DBNull.Value for null database columns.

See Also

IsDBNull