18 references to
System.Data.Common (18)
System\Data\Common\BigIntegerStorage.cs (1)
16base(column, typeof(BigInteger), BigInteger.Zero, StorageType.BigInteger)
System\Data\Common\BooleanStorage.cs (1)
18base(column, typeof(bool), defaultValue, StorageType.Boolean)
System\Data\Common\ByteStorage.cs (1)
17internal ByteStorage(DataColumn column) : base(column, typeof(byte), defaultValue, StorageType.Byte)
System\Data\Common\CharStorage.cs (1)
17internal CharStorage(DataColumn column) : base(column, typeof(char), defaultValue, StorageType.Char)
System\Data\Common\DateTimeOffsetStorage.cs (1)
17: base(column, typeof(DateTimeOffset), s_defaultValue, StorageType.DateTimeOffset)
System\Data\Common\DateTimeStorage.cs (1)
17: base(column, typeof(DateTime), s_defaultValue, StorageType.DateTime)
System\Data\Common\DecimalStorage.cs (1)
17: base(column, typeof(decimal), DefaultValue, StorageType.Decimal)
System\Data\Common\DoubleStorage.cs (1)
17: base(column, typeof(double), defaultValue, StorageType.Double)
System\Data\Common\Int16Storage.cs (1)
17: base(column, typeof(short), defaultValue, StorageType.Int16)
System\Data\Common\Int32Storage.cs (1)
17: base(column, typeof(int), defaultValue, StorageType.Int32)
System\Data\Common\Int64Storage.cs (1)
17: base(column, typeof(long), defaultValue, StorageType.Int64)
System\Data\Common\SByteStorage.cs (1)
17: base(column, typeof(sbyte), defaultValue, StorageType.SByte)
System\Data\Common\SingleStorage.cs (1)
17: base(column, typeof(float), defaultValue, StorageType.Single)
System\Data\Common\StringStorage.cs (1)
16: base(column, typeof(string), string.Empty, StorageType.String)
System\Data\Common\TimeSpanStorage.cs (1)
17: base(column, typeof(TimeSpan), s_defaultValue, StorageType.TimeSpan)
System\Data\Common\UInt16Storage.cs (1)
17: base(column, typeof(ushort), DefaultValue, StorageType.UInt16)
System\Data\Common\UInt32Storage.cs (1)
17: base(column, typeof(uint), DefaultValue, StorageType.UInt32)
System\Data\Common\UInt64Storage.cs (1)
17: base(column, typeof(ulong), DefaultValue, StorageType.UInt64)