Skip to main content

Enum BulkInsertTaskDataFileType

Namespace: Varigence.Languages.Biml.Task

Assembly: Biml.dll

C#


public enum BulkInsertTaskDataFileType

Fields

FieldsDescription
CharSpecifies that character format will be used.
NativeSpecifies that native database types will be used. This normally happens when the file is the result of a bulk copy from the database (perhaps using the bcp utility).
WideCharSpecifies that unicode character format will be used.
WideNativeSpecifies that native database types will be used with the stipulation that these types will not include char, varchar, or text. This normally happens when the file is the result of a bulk copy from the database (perhaps using the bcp utility).