Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

ObjectDataReader<(Of <(<'TObject>)>)>..::..GetValue Method

Gets the value of the specified column as an instance of Object.

Namespace:  Tortuga.Chain
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public Nullable<Object> GetValue(
	int ordinal
)
Public Function GetValue ( _
	ordinal As Integer _
) As Nullable(Of Object)
public:
Nullable<Object^> GetValue(
	int^ ordinal
)

Parameters

ordinal
Type: Int32
The zero-based column ordinal.

Return Value

The value of the specified column.