4 references to
System.Data.Common (4)
System\Data\Common\DataStorage.cs (2)
131
:
this
(column, type, defaultValue, DBNull.Value, false, storageType)
136
:
this
(column, type, defaultValue, nullValue, false, storageType)
System\Data\Common\ObjectStorage.cs (1)
31
:
base
(column, type, null, DBNull.Value, typeof(ICloneable).IsAssignableFrom(type), GetStorageType(type))
System\Data\Common\SqlUDTStorage.cs (1)
31
:
base
(column, type, nullValue, nullValue, typeof(ICloneable).IsAssignableFrom(type), GetStorageType(type))