CsvFileInputRecordStream.ReadRecordPrototype

Syntax

CsvFileInputRecordStream.ReadRecordPrototype( prototype, options = 0)

Purpose

Read the record prototype from the CSV file, and set it.

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 .

See Also

SetRecordPrototype

GetRecordPrototype

Record Prototypes