5 references to StorageClassType
System.Data (5)
fx\src\data\System\Data\Common\DataStorage.cs (5)
325
for (int i = 0; i <
StorageClassType
.Length; ++i) {
326
if (dataType ==
StorageClassType
[i]) {
338
return
StorageClassType
[(int)storageType];
354
for (int i = (int)StorageType.SqlBinary; i <
StorageClassType
.Length; ++i) {
355
if (dataType ==
StorageClassType
[i]) {