1 write to IsCharType
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlEnums.cs (1)
81IsCharType = _IsCharType(sqldbType);
13 references to IsCharType
System.Data (13)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (1)
1119else if (((metadata.type == SqlDbType.VarChar) || (metadata.type == SqlDbType.NVarChar)) && (mtSource.IsCharType) && (mtSource.SqlDbType != SqlDbType.Xml)) {
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
5265Debug.Assert(mt.IsCharType, "Invalid collation structure for non-char type");
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (3)
1672Debug.Assert(_metaData[i].metaType.IsCharType, "non-char type?"); 1886if (((!mt.IsCharType) && (mt.SqlDbType != SqlDbType.Variant)) || (mt.SqlDbType == SqlDbType.Xml)) { 2104if (!_metaData[i].metaType.IsCharType) {
fx\src\data\System\Data\SqlClient\SqlParameter.cs (2)
415if ( 0 == localeId && mt.IsCharType ) { 426if ( 0 == compareOpts && mt.IsCharType ) {
fx\src\data\System\Data\SqlClient\TdsParser.cs (6)
3511else if (_isShiloh && rec.metaType.IsCharType) { 4262if (_isShiloh && col.metaType.IsCharType && (tdsType != TdsEnums.SQLXMLTYPE)) { 4975return ((TdsEnums.FIXEDNULL == length) && !mt.IsCharType && !mt.IsBinType); 8500else if (_isShiloh && mt.IsCharType) { 9244if (mdPriv.metaType.IsCharType && _isShiloh) { 9356if (md.metaType.IsCharType && _isShiloh) {