14 references to String
System.Data (14)
fx\src\data\Microsoft\SqlServer\Server\ValueUtilsSmi.cs (6)
1296
SqlBuffer.StorageType.
String
, // Char
1303
SqlBuffer.StorageType.
String
, // NChar
1304
SqlBuffer.StorageType.
String
, // NText
1305
SqlBuffer.StorageType.
String
, // NVarChar
1311
SqlBuffer.StorageType.
String
, // Text
1315
SqlBuffer.StorageType.
String
, // VarChar
fx\src\data\System\Data\SqlClient\SqlBuffer.cs (7)
314
if (StorageType.
String
== _type) {
622
if (StorageType.
String
== _type) {
654
case StorageType.
String
: return SqlString;
713
case StorageType.
String
: return String;
752
case SqlBuffer.StorageType.
String
: return typeof(SqlString);
772
case SqlBuffer.StorageType.
String
: return typeof(String);
851
_type = StorageType.
String
;
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
4837
nullVal.SetToNullOfType(SqlBuffer.StorageType.
String
);