4 references to
System.Data (4)
fx\src\data\System\Data\Common\DataStorage.cs (2)
135: this(column, type, defaultValue, DBNull.Value, false, storageType) { 139: this(column, type, defaultValue, nullValue, false, storageType) {
fx\src\data\System\Data\Common\ObjectStorage.cs (1)
30: base(column, type, defaultValue, DBNull.Value, typeof(ICloneable).IsAssignableFrom(type), GetStorageType(type)) {
fx\src\data\System\Data\Common\SQLTypes\SqlUDTStorage.cs (1)
37: base(column, type, nullValue, nullValue, typeof(ICloneable).IsAssignableFrom(type), GetStorageType(type)) {