GetValue method

Description

Identifies the value of the column at the specified ordinal in its native format.

Syntax

object GetValue( int ordinal )

Parameters

ordinal: An ordinal number indicating the column from which the value is obtained. The numbering is zero-based.

Return Value

The value to return.

Implements

IDataRecord.GetValue

Usage

This method returns DBNull for null database columns.