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