CsvFileInputRecordStream.GetRecordPrototype
- Updated2026-02-03
- 1 minute(s) read
CsvFileInputRecordStream.GetRecordPrototype
Syntax
CsvFileInputRecordStream.GetRecordPrototype( prototype, options = 0)
Return Value
True if there is a record prototype associated with this CsvFileInputRecordStream. Otherwise, returns false.
Purpose
Get the prototype associated with this CsvFileInputRecordStream .
Parameters
prototype As PropertyObject
[In/Out] A container defining the prototype for this stream. The name and type of each subproperty correspond to the name and type of the column in the CSV file with the same index as the subproperty.
options As Long
[In] This parameter is reserved for future use.
This parameter has a default value of 0 .