Click or drag to resize

DbSqlImageAccessorCreateGetImageStreamCountQuery Method

Creates a SQL statement that can count the number of image streams. The count should be in the first column of the first row of the returned rows.

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 string CreateGetImageStreamCountQuery()

Return Value

Type: String
A SQL statement that counts the number of image streams.
See Also