Click or drag to resize

DbSqlImageAccessorCreateSelectFieldByRowQuery Method

Creates a SQL Query using Common Table Expressions that can get a specific row by index from a data source.

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 CreateSelectFieldByRowQuery(
	string imageStreamIndexParamName,
	string field
)

Parameters

imageStreamIndexParamName
Type: SystemString
The name of the parameter to use to contain the requested index (so that it can be provided later by a Parameter)
field
Type: SystemString
The field that is being requested from the datasouce (must appear in the result of the query)

Return Value

Type: String
A SQL statement that will take a parameter named imageStreamIndexParamName and will contain a field named field.
See Also