15 references to
System.Data.Common (15)
System\Data\Common\SQLTypes\SQLBinaryStorage.cs (1)
18public SqlBinaryStorage(DataColumn column) : base(column, typeof(SqlBinary), SqlBinary.Null, SqlBinary.Null, StorageType.SqlBinary)
System\Data\Common\SQLTypes\SQlBooleanStorage.cs (1)
19: base(column, typeof(SqlBoolean), SqlBoolean.Null, SqlBoolean.Null, StorageType.SqlBoolean)
System\Data\Common\SQLTypes\SQLBytesStorage.cs (1)
19: base(column, typeof(SqlBytes), SqlBytes.Null, SqlBytes.Null, StorageType.SqlBytes)
System\Data\Common\SQLTypes\SQLByteStorage.cs (1)
19: base(column, typeof(SqlByte), SqlByte.Null, SqlByte.Null, StorageType.SqlByte)
System\Data\Common\SQLTypes\SQLCharsStorage.cs (1)
19: base(column, typeof(SqlChars), SqlChars.Null, SqlChars.Null, StorageType.SqlChars)
System\Data\Common\SQLTypes\SQLDateTimeStorage.cs (1)
19: base(column, typeof(SqlDateTime), SqlDateTime.Null, SqlDateTime.Null, StorageType.SqlDateTime)
System\Data\Common\SQLTypes\SQLDecimalStorage.cs (1)
19: base(column, typeof(SqlDecimal), SqlDecimal.Null, SqlDecimal.Null, StorageType.SqlDecimal)
System\Data\Common\SQLTypes\SQLDoubleStorage.cs (1)
19: base(column, typeof(SqlDouble), SqlDouble.Null, SqlDouble.Null, StorageType.SqlDouble)
System\Data\Common\SQLTypes\SQLGuidStorage.cs (1)
19: base(column, typeof(SqlGuid), SqlGuid.Null, SqlGuid.Null, StorageType.SqlGuid)
System\Data\Common\SQLTypes\SQLInt16Storage.cs (1)
19: base(column, typeof(SqlInt16), SqlInt16.Null, SqlInt16.Null, StorageType.SqlInt16)
System\Data\Common\SQLTypes\SQLInt32Storage.cs (1)
19: base(column, typeof(SqlInt32), SqlInt32.Null, SqlInt32.Null, StorageType.SqlInt32)
System\Data\Common\SQLTypes\SQLInt64Storage.cs (1)
19: base(column, typeof(SqlInt64), SqlInt64.Null, SqlInt64.Null, StorageType.SqlInt64)
System\Data\Common\SQLTypes\SQLMoneyStorage.cs (1)
19: base(column, typeof(SqlMoney), SqlMoney.Null, SqlMoney.Null, StorageType.SqlMoney)
System\Data\Common\SQLTypes\SQLSingleStorage.cs (1)
19: base(column, typeof(SqlSingle), SqlSingle.Null, SqlSingle.Null, StorageType.SqlSingle)
System\Data\Common\SQLTypes\SQLStringStorage.cs (1)
19: base(column, typeof(SqlString), SqlString.Null, SqlString.Null, StorageType.SqlString)