18 references to
System.Data (18)
fx\src\data\System\Data\Common\BigIntegerStorage.cs (1)
21: base(column, typeof(BigInteger), BigInteger.Zero, StorageType.BigInteger)
fx\src\data\System\Data\Common\BooleanStorage.cs (1)
23: base(column, typeof(Boolean), defaultValue, StorageType.Boolean) {
fx\src\data\System\Data\Common\ByteStorage.cs (1)
23: base(column, typeof(Byte), defaultValue, StorageType.Byte) {
fx\src\data\System\Data\Common\CharStorage.cs (1)
23: base(column, typeof(Char), defaultValue, StorageType.Char) {
fx\src\data\System\Data\Common\DateTimeOffsetStorage.cs (1)
22: base(column, typeof(DateTimeOffset), defaultValue, StorageType.DateTimeOffset) {
fx\src\data\System\Data\Common\DateTimeStorage.cs (1)
23: base(column, typeof(DateTime), defaultValue, StorageType.DateTime) {
fx\src\data\System\Data\Common\DecimalStorage.cs (1)
23: base(column, typeof(Decimal), defaultValue, StorageType.Decimal) {
fx\src\data\System\Data\Common\DoubleStorage.cs (1)
23: base(column, typeof(Double), defaultValue, StorageType.Double) {
fx\src\data\System\Data\Common\Int16Storage.cs (1)
23: base(column, typeof(Int16), defaultValue, StorageType.Int16) {
fx\src\data\System\Data\Common\Int32Storage.cs (1)
23: base(column, typeof(Int32), defaultValue, StorageType.Int32) {
fx\src\data\System\Data\Common\Int64Storage.cs (1)
23: base(column, typeof(Int64), defaultValue, StorageType.Int64) {
fx\src\data\System\Data\Common\SByteStorage.cs (1)
23: base(column, typeof(SByte), defaultValue, StorageType.SByte) {
fx\src\data\System\Data\Common\SingleStorage.cs (1)
23: base(column, typeof(Single), defaultValue, StorageType.Single) {
fx\src\data\System\Data\Common\StringStorage.cs (1)
23: base(column, typeof(String), String.Empty, StorageType.String) {
fx\src\data\System\Data\Common\TimeSpanStorage.cs (1)
23: base(column, typeof(TimeSpan), defaultValue, StorageType.TimeSpan) {
fx\src\data\System\Data\Common\UInt16Storage.cs (1)
23: base(column, typeof(UInt16), defaultValue, StorageType.UInt16) {
fx\src\data\System\Data\Common\UInt32Storage.cs (1)
23: base(column, typeof(UInt32), defaultValue, StorageType.UInt32) {
fx\src\data\System\Data\Common\UInt64Storage.cs (1)
23: base(column, typeof(UInt64), defaultValue, StorageType.UInt64) {