5 references to DestinationTableName
System.Data (5)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (5)
431
parts = MultipartIdentifier.ParseMultipartIdentifier(this.
DestinationTableName
, "[\"", "]\"", Res.SQL_BulkCopyDestinationTableName, true);
434
throw SQL.BulkLoadInvalidDestinationTable(this.
DestinationTableName
, e);
437
throw SQL.BulkLoadInvalidDestinationTable(this.
DestinationTableName
, null);
442
TDSCommand = "select @@trancount; SET FMTONLY ON select * from " + this.
DestinationTableName
+ " SET FMTONLY OFF ";
544
updateBulkCommandText.AppendFormat("insert bulk {0} (", this.
DestinationTableName
);