Click or drag to resize

ICommenceQueryRowSetGetFieldToFile Method

Save the field value at the given (row,column) to a file.

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
int GetFieldToFile(
	int nRow,
	int nCol,
	string filename,
	CmcOptionFlags flags = CmcOptionFlags.Default
)

Parameters

nRow
Type: SystemInt32
The (0-based) index of the row.
nCol
Type: SystemInt32
The (0-based) index of the column.
filename
Type: SystemString
(Fully qualified) Filename where the field value is written.
flags (Optional)
Type: Vovin.CmcLibNet.DatabaseCmcOptionFlags
Logical OR of following option flags: Canonical - return field value in canonical form.

Return Value

Type: Int32
File size in bytes, -1 on error.
See Also