Click or drag to resize

FieldKernelExtractImageFile Method (IDataReader, Int32)

Extracts a file from the database via the provided reader.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected string ExtractImageFile(
	IDataReader reader,
	int colIndex
)

Parameters

reader
Type: System.DataIDataReader
An IDataReader object that contains the image.
colIndex
Type: SystemInt32
The index of the column in the reader that contains the image.

Return Value

Type: String
A string representing the virtual path to the image or null if no image is extracted.
See Also