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

DictionaryDataReader..::..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 Object GetValue(
	int ordinal
)
Public Function GetValue ( _
	ordinal As Integer _
) As Object
public:
Object^ GetValue(
	int^ ordinal
)

Parameters

ordinal
Type: Int32
The zero-based column ordinal.

Return Value

The value of the specified column.