Returns a value from the datareader.

Namespace: CodeSmith.Engine
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public virtual Object this[
	int i
] { get; }
Visual Basic
Public Overridable ReadOnly Default Property Item ( 
	i As Integer
) As Object
	Get

Parameters

i
Type: System..::..Int32
Ordinal column position of the value.

Property Value

Type: Object

Implements

IDataRecord..::..Item[([( Int32])])

See Also