5 references to Uri
System.Data (5)
fx\src\data\System\Data\Common\DataStorage.cs (2)
299
case StorageType.
Uri
: return new ObjectStorage(column, dataType);
403
case StorageType.
Uri
:
fx\src\data\System\Data\Common\SQLConvert.cs (2)
604
case StorageType.
Uri
:
690
case StorageType.
Uri
:
fx\src\data\System\Data\Filter\DataExpression.cs (1)
115
if (result != DBNull.Value || StorageType.
Uri
< _storageType) {