|
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.DataAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
Syntaxpublic string DelimiterReplacement { get; set; }Public Property DelimiterReplacement As String
Get
Set
public:
property String^ DelimiterReplacement {
String^ get ();
void set (String^ value);
}member DelimiterReplacement : string with get, set
function get_DelimiterReplacement();
function set_DelimiterReplacement(value);
View SourceProperty Value
String
See Also