Click or drag to resize

DbCommandImageAccessorGetDatabaseObject Method (IDbCommand, Int32)

Gets the database object from the first row of the data set returned by the command from the field at
index
.

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 GetDatabaseObject(
	IDbCommand cmd,
	int index
)

Parameters

cmd
Type: System.DataIDbCommand
The command to use to get the data set.
index
Type: SystemInt32
The index of the field to return.

Return Value

Type: Object
The value of the field at
index
in the first row of the dataset returned by the command.
See Also