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: Gemstone.DataAssembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.178 -- Release Build+ff8c4ec86648cef21d788c1ae4346eaec7de7ef3
public Encoding BulkInsertEncoding { get; set; }
Public Property BulkInsertEncoding As Encoding
Get
Set
function get_BulkInsertEncoding();
function set_BulkInsertEncoding(value);
Property Value
Encoding