9 references to SqlChars
System.Data (9)
fx\src\data\System\Data\Common\DataStorage.cs (2)
305case StorageType.SqlChars: return new SqlCharsStorage(column); 405case StorageType.SqlChars:
fx\src\data\System\Data\Common\SQLConvert.cs (5)
391case StorageType.SqlChars: 440case StorageType.SqlChars: 480case StorageType.SqlChars: 631case StorageType.SqlChars: 720case StorageType.SqlChars:
fx\src\data\System\Data\Common\SQLTypes\SQLCharsStorage.cs (1)
25: base(column, typeof(SqlChars), SqlChars.Null, SqlChars.Null, StorageType.SqlChars) {
fx\src\data\System\Data\Filter\BinaryNode.cs (1)
932case StorageType.SqlChars: return DataTypePrecedence.SqlChars;