Click or drag to resize

DbCommandImageAccessorCreateGetImageRowCommand Method

A method that can return a command that gets a single row dataset with the image stream information at the given index. The field can either be a varbinary, binary or image type (in which case the image stream is the value of the field) or it can be a string which will be interpreted as a filename that contains the image. The command should not be associated with a connection.

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 abstract IDbCommand CreateGetImageRowCommand(
	IDbConnection conn,
	int imageStreamIndex
)

Parameters

conn
Type: System.DataIDbConnection
A connection to the database.
imageStreamIndex
Type: SystemInt32
The index of the image stream.

Return Value

Type: IDbCommand
A command that will a single row with the image stream information.
See Also