Click or drag to resize

DataInserterBulkInsertEncoding Property

This setting defines the text encoding that will be used when writing a temporary BULK INSERT file that will be needed if a SQL Server BULK INSERT is performed - make sure the encoding output matches the specified CODEPAGE value in the BulkInsertSettings property.

Namespace: GSF.Data
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public Encoding BulkInsertEncoding { get; set; }
View Source

Property Value

Encoding
See Also