Click or drag to resize

DbCommandImageAccessorGetFieldByString Method

Gets a field from the datareader by passing in the name of the 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 GetFieldByString(
	IDataReader dr,
	Object fieldName
)

Parameters

dr
Type: System.DataIDataReader
A datareader set to a row.
fieldName
Type: SystemObject
Name of the field.

Return Value

Type: Object
The value of the field named
fieldName
See Also