Click or drag to resize

DbSqlImageAccessorCreateGetFieldCommand Method

Creates a command that can get the given field from the row indexed by imageStreamIndex from the datasource.

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 IDbCommand CreateGetFieldCommand(
	IDbConnection conn,
	int imageStreamIndex,
	string field
)

Parameters

conn
Type: System.DataIDbConnection
A connection to the database
imageStreamIndex
Type: SystemInt32
The index of the image stream in the datasource.
field
Type: SystemString
The name of the column in the data source that the command should try to get.

Return Value

Type: IDbCommand
A command that gets the given field from a row at index imageStreamIndex from the datasource.
See Also