TxtLoadOptions.TxtLoadOptions

TxtLoadOptions()

Creates the options for loading text file.

public TxtLoadOptions()

Remarks

The default load file type is CSV .

See Also


TxtLoadOptions(LoadFormat)

Creates the options for loading text file.

public TxtLoadOptions(LoadFormat loadFormat)
ParameterTypeDescription
loadFormatLoadFormatThe loading format

See Also