• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

Enum BulkInsertTaskDataFileType

Namespace:
Varigence.Languages.Biml.Task
Assembly:
Biml.dll
C#
    public enum BulkInsertTaskDataFileType
    
  

Fields

Char

Specifies that character format will be used.

Native

Specifies 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).

WideChar

Specifies that unicode character format will be used.

WideNative

Specifies 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).

© Varigence