1 write to IsSqlType
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (1)
188IsSqlType = isSqlType;
2 references to IsSqlType
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (2)
874if (_currentRowMetadata[destRowIndex].IsSqlType) { 943if ((!isNull) && (_currentRowMetadata[destRowIndex].IsSqlType)) {