|
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.DataAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.240-beta+897dce54fc8a4a27d3c8972aabbe9a3d48c9c170
Syntaxpublic Encoding BulkInsertEncoding { get; set; }
Public Property BulkInsertEncoding As Encoding
Get
Set
member BulkInsertEncoding : Encoding with get, set
function get_BulkInsertEncoding();
function set_BulkInsertEncoding(value);
View SourceProperty Value
Encoding
See Also