Click or drag to resize

DbCommandImageAccessorImageFieldName Property

The name of the image field in the dataset returned by
CreateGetImageRowCommand
. If this method returns null, it is assumed to be in the first column.

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 ImageFieldName { get; }

Return Value

Type: String
The name of the image field in the dataset, or null if it's ok to assume it's in the first column.
See Also