 | ICommenceDatabaseViewFieldToFile Method |
Saves specified field to file
Namespace:
Vovin.CmcLibNet.Database
Assembly:
Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntaxbool ViewFieldToFile(
int index,
string fieldName,
string fileName
)
Function ViewFieldToFile (
index As Integer,
fieldName As String,
fileName As String
) As Boolean
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:
Booleantrue on success, inspect
GetLastError on failure.
See Also