16 references to
System.Data (16)
fx\src\data\System\Data\Common\SQLTypes\SQLBinaryStorage.cs (1)
25: base(column, typeof(SqlBinary), SqlBinary.Null, SqlBinary.Null, StorageType.SqlBinary) {
fx\src\data\System\Data\Common\SQLTypes\SQlBooleanStorage.cs (1)
25: base(column, typeof(SqlBoolean), SqlBoolean.Null, SqlBoolean.Null, StorageType.SqlBoolean) {
fx\src\data\System\Data\Common\SQLTypes\SQLBytesStorage.cs (1)
26: base(column, typeof(SqlBytes), SqlBytes.Null, SqlBytes.Null, StorageType.SqlBytes) {
fx\src\data\System\Data\Common\SQLTypes\SQLByteStorage.cs (1)
25: base(column, typeof(SqlByte), SqlByte.Null, SqlByte.Null, StorageType.SqlByte) {
fx\src\data\System\Data\Common\SQLTypes\SQLCharsStorage.cs (1)
25: base(column, typeof(SqlChars), SqlChars.Null, SqlChars.Null, StorageType.SqlChars) {
fx\src\data\System\Data\Common\SQLTypes\SQLDateTimeStorage.cs (1)
25: base(column, typeof(SqlDateTime), SqlDateTime.Null, SqlDateTime.Null, StorageType.SqlDateTime) {
fx\src\data\System\Data\Common\SQLTypes\SQLDecimalStorage.cs (1)
25: base(column, typeof(SqlDecimal), SqlDecimal.Null, SqlDecimal.Null, StorageType.SqlDecimal) {
fx\src\data\System\Data\Common\SQLTypes\SQLDoubleStorage.cs (1)
25: base(column, typeof(SqlDouble), SqlDouble.Null, SqlDouble.Null, StorageType.SqlDouble) {
fx\src\data\System\Data\Common\SQLTypes\SQLGuidStorage.cs (1)
25: base(column, typeof(SqlGuid), SqlGuid.Null, SqlGuid.Null, StorageType.SqlGuid) {
fx\src\data\System\Data\Common\SQLTypes\SQLInt16Storage.cs (1)
25: base(column, typeof(SqlInt16), SqlInt16.Null, SqlInt16.Null, StorageType.SqlInt16) {
fx\src\data\System\Data\Common\SQLTypes\SQLInt32Storage.cs (1)
25: base(column, typeof(SqlInt32), SqlInt32.Null, SqlInt32.Null, StorageType.SqlInt32) {
fx\src\data\System\Data\Common\SQLTypes\SQLInt64Storage.cs (1)
25: base(column, typeof(SqlInt64), SqlInt64.Null, SqlInt64.Null, StorageType.SqlInt64) {
fx\src\data\System\Data\Common\SQLTypes\SQLMoneyStorage.cs (1)
25: base(column, typeof(SqlMoney), SqlMoney.Null, SqlMoney.Null, StorageType.SqlMoney) {
fx\src\data\System\Data\Common\SQLTypes\SQLSingleStorage.cs (1)
25: base(column, typeof(SqlSingle), SqlSingle.Null, SqlSingle.Null, StorageType.SqlSingle) {
fx\src\data\System\Data\Common\SQLTypes\SQLStringStorage.cs (1)
25: base(column, typeof(SqlString), SqlString.Null, SqlString.Null, StorageType.SqlString) {
fx\src\data\System\Data\Common\SQLTypes\SqlXmlStorage.cs (1)
24: base(column, typeof(SqlXml), SqlXml.Null, SqlXml.Null, StorageType.Empty) {