1 write to IsNCharType
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlEnums.cs (1)
82IsNCharType = _IsNCharType(sqldbType);
7 references to IsNCharType
System.Data (7)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
6313if ((mt.IsNCharType && size < SmiMetaData.MaxUnicodeCharacters) ||
fx\src\data\System\Data\SqlClient\SqlDataReader.cs (3)
1675if (_metaData[i].metaType.IsNCharType) { 1897if (mt.IsNCharType) 2128bool isUnicode = _metaData[i].metaType.IsNCharType;
fx\src\data\System\Data\SqlClient\SqlParameter.cs (1)
1560if ((mt.IsNCharType) && (yukonOrNewer))
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
8353if (mt.IsNCharType) 8434if (mt.IsNCharType)