Click or drag to resize

DbCommandImageAccessorCreateGetImageStreamCountCommand Method

A command that can get the number of image streams in the source (each of which can contain multiple frames). This command should just return the number of streams (not the total frame count). The command should result in a single row dataset with the count in the first column. 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 CreateGetImageStreamCountCommand(
	IDbConnection conn
)

Parameters

conn
Type: System.DataIDbConnection
A connection to the database.

Return Value

Type: IDbCommand
A command that can get the number of image streams in the source.
See Also