Click or drag to resize

DbCommandImageAccessorGetFieldByInt Method

Gets a field from the datareader by passing in the index of a field.

Namespace:  Atalasoft.Imaging.ImageSources.Data
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected virtual Object GetFieldByInt(
	IDataReader dr,
	Object intIndex
)

Parameters

dr
Type: System.DataIDataReader
A datareader set to a row.
intIndex
Type: SystemObject
The index of the column in the row to return.

Return Value

Type: Object
The value of the field at index
intIndex
.
See Also