1 write to Method
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (1)
187Method = method;
6 references to Method
System.Data (6)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (6)
853switch (_currentRowMetadata[destRowIndex].Method) { 864Debug.Assert(false, string.Format("Current column is marked as being a DataFeed, but no DataFeed compatible method was provided. Method: {0}", _currentRowMetadata[destRowIndex].Method)); 878switch (_currentRowMetadata[destRowIndex].Method) { 889Debug.Assert(false, string.Format("Current column is marked as being a SqlType, but no SqlType compatible method was provided. Method: {0}", _currentRowMetadata[destRowIndex].Method)); 944switch (_currentRowMetadata[destRowIndex].Method) { 981Debug.Assert(false, string.Format("Current column is marked as being a SqlType, but no SqlType compatible method was provided. Method: {0}", _currentRowMetadata[destRowIndex].Method));