CsvFileInputRecordStream.GetRecordPrototype

Syntax

CsvFileInputRecordStream.GetRecordPrototype( prototype, options = 0)

Return Value

Boolean

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 .

See Also

SetRecordPrototype

ReadRecordPrototype

Record Prototypes