 | 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
Syntaxint GetFieldToFile(
int nRow,
int nCol,
string filename,
CmcOptionFlags flags = CmcOptionFlags.Default
)
Function GetFieldToFile (
nRow As Integer,
nCol As Integer,
filename As String,
Optional flags As CmcOptionFlags = CmcOptionFlags.Default
) As Integer
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:
Int32File size in bytes, -1 on error.
See Also