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