You've already forked linux-packaging-mono
Imported Upstream version 5.20.0.180
Former-commit-id: ff953ca879339fe1e1211f7220f563e1342e66cb
This commit is contained in:
parent
0e2d47d1c8
commit
0510252385
@ -98,6 +98,7 @@ namespace System.Data.OracleClient
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct OracleBinary : System.Data.SqlTypes.INullable, System.IComparable
|
||||
{
|
||||
private object _dummy;
|
||||
public static readonly System.Data.OracleClient.OracleBinary Null;
|
||||
public OracleBinary(byte[] b) { throw null;}
|
||||
public bool IsNull { get { throw null; } }
|
||||
@ -136,6 +137,7 @@ namespace System.Data.OracleClient
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct OracleBoolean : System.IComparable
|
||||
{
|
||||
private int _dummyPrimitive;
|
||||
public static readonly System.Data.OracleClient.OracleBoolean False;
|
||||
public static readonly System.Data.OracleClient.OracleBoolean Null;
|
||||
public static readonly System.Data.OracleClient.OracleBoolean One;
|
||||
@ -478,6 +480,7 @@ namespace System.Data.OracleClient
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct OracleDateTime : System.Data.SqlTypes.INullable, System.IComparable
|
||||
{
|
||||
private object _dummy;
|
||||
public static readonly System.Data.OracleClient.OracleDateTime MaxValue;
|
||||
public static readonly System.Data.OracleClient.OracleDateTime MinValue;
|
||||
public static readonly System.Data.OracleClient.OracleDateTime Null;
|
||||
@ -582,6 +585,7 @@ namespace System.Data.OracleClient
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct OracleMonthSpan : System.Data.SqlTypes.INullable, System.IComparable
|
||||
{
|
||||
private int _dummyPrimitive;
|
||||
public static readonly System.Data.OracleClient.OracleMonthSpan MaxValue;
|
||||
public static readonly System.Data.OracleClient.OracleMonthSpan MinValue;
|
||||
public static readonly System.Data.OracleClient.OracleMonthSpan Null;
|
||||
@ -614,6 +618,7 @@ namespace System.Data.OracleClient
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct OracleNumber : System.Data.SqlTypes.INullable, System.IComparable
|
||||
{
|
||||
private object _dummy;
|
||||
public static readonly System.Data.OracleClient.OracleNumber E;
|
||||
public static readonly int MaxPrecision;
|
||||
public static readonly int MaxScale;
|
||||
@ -832,6 +837,7 @@ namespace System.Data.OracleClient
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct OracleString : System.Data.SqlTypes.INullable, System.IComparable
|
||||
{
|
||||
private object _dummy;
|
||||
public static readonly System.Data.OracleClient.OracleString Empty;
|
||||
public static readonly System.Data.OracleClient.OracleString Null;
|
||||
public OracleString(string s) { throw null;}
|
||||
@ -865,6 +871,7 @@ namespace System.Data.OracleClient
|
||||
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
|
||||
public partial struct OracleTimeSpan : System.Data.SqlTypes.INullable, System.IComparable
|
||||
{
|
||||
private object _dummy;
|
||||
public static readonly System.Data.OracleClient.OracleTimeSpan MaxValue;
|
||||
public static readonly System.Data.OracleClient.OracleTimeSpan MinValue;
|
||||
public static readonly System.Data.OracleClient.OracleTimeSpan Null;
|
||||
|
Reference in New Issue
Block a user