Click or drag to resize

DataInserterDelimiterReplacement Property

This specifies the string that will be substituted for the field terminator or row terminator if encountered in a database value while creating a BULK INSERT file. The field terminator and row terminator values are defined in the BulkInsertSettings property specified by the FIELDTERMINATOR and ROWTERMINATOR keywords respectively.

Namespace: GSF.Data
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.275-beta+55be409478cc058e74ed686698d1c29e617e2fe4
Syntax
public string DelimiterReplacement { get; set; }
View Source

Property Value

String
See Also