Click or drag to resize

ICommenceDatabaseViewFieldToFile Method

Saves specified field to file

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
bool ViewFieldToFile(
	int index,
	string fieldName,
	string fileName
)

Parameters

index
Type: SystemInt32
Index of Nth item (1-based).
fieldName
Type: SystemString
Commence fieldName.
fileName
Type: SystemString
(fully qualified) filename. Existing files will be overwritten

Return Value

Type: Boolean
true on success, inspect GetLastError on failure.
See Also