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
)
Protected Function ExtractImageFile (
reader As IDataReader,
colIndex As Integer
) As String
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:
StringA string representing the virtual path to the image or null if no image is extracted.
See Also