Gets a string 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 string GetString(
	int i
)
Visual Basic
Public Overridable Function GetString ( 
	i As Integer
) As String

Parameters

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

Return Value

Type: String

Implements

IDataRecord..::..GetString(Int32)

Remarks

Returns empty string for null.

See Also