Click or drag to resize

FieldKernelExtractImageFile Method (String, String)

Extracts a file from the database. No data reader is provided, so one is created that points to the data needed to be saved to file

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected string ExtractImageFile(
	string extension,
	string addPath
)

Parameters

extension
Type: SystemString
The extension of the file to create (including the . separator).
addPath
Type: SystemString
An addition path string if the file should be saved in a subfolder of the default folder

Return Value

Type: String
A string representing the virtual path to the file.
See Also