@@ -4715,6 +4715,7 @@ public SqlAlreadyFilledException(string message, System.Exception e) { }
4715
4715
[ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
4716
4716
public partial struct SqlBinary : System . Data . SqlTypes . INullable , System . IComparable , System . Xml . Serialization . IXmlSerializable
4717
4717
{
4718
+ private object _dummy ;
4718
4719
public static readonly System . Data . SqlTypes . SqlBinary Null ;
4719
4720
public SqlBinary ( byte [ ] value ) { throw null ; }
4720
4721
public bool IsNull { get { throw null ; } }
@@ -4755,6 +4756,7 @@ void System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter wri
4755
4756
[ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
4756
4757
public partial struct SqlBoolean : System . Data . SqlTypes . INullable , System . IComparable , System . Xml . Serialization . IXmlSerializable
4757
4758
{
4759
+ private int _dummyPrimitive ;
4758
4760
public static readonly System . Data . SqlTypes . SqlBoolean False ;
4759
4761
public static readonly System . Data . SqlTypes . SqlBoolean Null ;
4760
4762
public static readonly System . Data . SqlTypes . SqlBoolean One ;
@@ -4826,6 +4828,7 @@ void System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter wri
4826
4828
[ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
4827
4829
public partial struct SqlByte : System . Data . SqlTypes . INullable , System . IComparable , System . Xml . Serialization . IXmlSerializable
4828
4830
{
4831
+ private int _dummyPrimitive ;
4829
4832
public static readonly System . Data . SqlTypes . SqlByte MaxValue ;
4830
4833
public static readonly System . Data . SqlTypes . SqlByte MinValue ;
4831
4834
public static readonly System . Data . SqlTypes . SqlByte Null ;
@@ -4970,6 +4973,7 @@ public enum SqlCompareOptions
4970
4973
[ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
4971
4974
public partial struct SqlDateTime : System . Data . SqlTypes . INullable , System . IComparable , System . Xml . Serialization . IXmlSerializable
4972
4975
{
4976
+ private int _dummyPrimitive ;
4973
4977
public static readonly System . Data . SqlTypes . SqlDateTime MaxValue ;
4974
4978
public static readonly System . Data . SqlTypes . SqlDateTime MinValue ;
4975
4979
public static readonly System . Data . SqlTypes . SqlDateTime Null ;
@@ -5022,6 +5026,7 @@ void System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter wri
5022
5026
[ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
5023
5027
public partial struct SqlDecimal : System . Data . SqlTypes . INullable , System . IComparable , System . Xml . Serialization . IXmlSerializable
5024
5028
{
5029
+ private int _dummyPrimitive ;
5025
5030
public static readonly byte MaxPrecision ;
5026
5031
public static readonly byte MaxScale ;
5027
5032
public static readonly System . Data . SqlTypes . SqlDecimal MaxValue ;
@@ -5109,6 +5114,7 @@ void System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter wri
5109
5114
[ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
5110
5115
public partial struct SqlDouble : System . Data . SqlTypes . INullable , System . IComparable , System . Xml . Serialization . IXmlSerializable
5111
5116
{
5117
+ private int _dummyPrimitive ;
5112
5118
public static readonly System . Data . SqlTypes . SqlDouble MaxValue ;
5113
5119
public static readonly System . Data . SqlTypes . SqlDouble MinValue ;
5114
5120
public static readonly System . Data . SqlTypes . SqlDouble Null ;
@@ -5201,6 +5207,7 @@ public override void WriteByte(byte value) { }
5201
5207
[ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
5202
5208
public partial struct SqlGuid : System . Data . SqlTypes . INullable , System . IComparable , System . Xml . Serialization . IXmlSerializable
5203
5209
{
5210
+ private object _dummy ;
5204
5211
public static readonly System . Data . SqlTypes . SqlGuid Null ;
5205
5212
public SqlGuid ( byte [ ] value ) { throw null ; }
5206
5213
public SqlGuid ( System . Guid g ) { throw null ; }
@@ -5243,6 +5250,7 @@ void System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter wri
5243
5250
[ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
5244
5251
public partial struct SqlInt16 : System . Data . SqlTypes . INullable , System . IComparable , System . Xml . Serialization . IXmlSerializable
5245
5252
{
5253
+ private int _dummyPrimitive ;
5246
5254
public static readonly System . Data . SqlTypes . SqlInt16 MaxValue ;
5247
5255
public static readonly System . Data . SqlTypes . SqlInt16 MinValue ;
5248
5256
public static readonly System . Data . SqlTypes . SqlInt16 Null ;
@@ -5318,6 +5326,7 @@ void System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter wri
5318
5326
[ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
5319
5327
public partial struct SqlInt32 : System . Data . SqlTypes . INullable , System . IComparable , System . Xml . Serialization . IXmlSerializable
5320
5328
{
5329
+ private int _dummyPrimitive ;
5321
5330
public static readonly System . Data . SqlTypes . SqlInt32 MaxValue ;
5322
5331
public static readonly System . Data . SqlTypes . SqlInt32 MinValue ;
5323
5332
public static readonly System . Data . SqlTypes . SqlInt32 Null ;
@@ -5393,6 +5402,7 @@ void System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter wri
5393
5402
[ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
5394
5403
public partial struct SqlInt64 : System . Data . SqlTypes . INullable , System . IComparable , System . Xml . Serialization . IXmlSerializable
5395
5404
{
5405
+ private int _dummyPrimitive ;
5396
5406
public static readonly System . Data . SqlTypes . SqlInt64 MaxValue ;
5397
5407
public static readonly System . Data . SqlTypes . SqlInt64 MinValue ;
5398
5408
public static readonly System . Data . SqlTypes . SqlInt64 Null ;
@@ -5468,6 +5478,7 @@ void System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter wri
5468
5478
[ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
5469
5479
public partial struct SqlMoney : System . Data . SqlTypes . INullable , System . IComparable , System . Xml . Serialization . IXmlSerializable
5470
5480
{
5481
+ private int _dummyPrimitive ;
5471
5482
public static readonly System . Data . SqlTypes . SqlMoney MaxValue ;
5472
5483
public static readonly System . Data . SqlTypes . SqlMoney MinValue ;
5473
5484
public static readonly System . Data . SqlTypes . SqlMoney Null ;
@@ -5555,6 +5566,7 @@ public SqlNullValueException(string message, System.Exception e) { }
5555
5566
[ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
5556
5567
public partial struct SqlSingle : System . Data . SqlTypes . INullable , System . IComparable , System . Xml . Serialization . IXmlSerializable
5557
5568
{
5569
+ private int _dummyPrimitive ;
5558
5570
public static readonly System . Data . SqlTypes . SqlSingle MaxValue ;
5559
5571
public static readonly System . Data . SqlTypes . SqlSingle MinValue ;
5560
5572
public static readonly System . Data . SqlTypes . SqlSingle Null ;
@@ -5620,6 +5632,8 @@ void System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter wri
5620
5632
[ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
5621
5633
public partial struct SqlString : System . Data . SqlTypes . INullable , System . IComparable , System . Xml . Serialization . IXmlSerializable
5622
5634
{
5635
+ private object _dummy ;
5636
+ private int _dummyPrimitive ;
5623
5637
public static readonly int BinarySort ;
5624
5638
public static readonly int BinarySort2 ;
5625
5639
public static readonly int IgnoreCase ;
0 commit comments