Click or drag to resize

CachedResultsetDataReader.GetString Method

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

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
public override string GetString(
	int ordinal
)

Parameters

ordinal
Type: System.Int32
The zero-based column ordinal.

Return Value

Type: String
The value of the specified column.

Implements

IDataRecord.GetString(Int32)
See Also