The Varigence company brand logo
Products
BimlFlexBimlStudioBimlExpress
Pricing
Solutions
IndustriesUse Cases
Resources
DocumentationKnowledge BaseBlog
About
CompanyContact Us
Products
BimlFlexBimlStudioBimlExpress
Pricing
Solutions
IndustriesUse Cases
Resources
DocumentationKnowledge BaseBlog
About
CompanyContact Us
Schedule Demo
Account
Schedule Demo
Account

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