1 // Licensed to the .NET Foundation under one or more agreements.
2 // The .NET Foundation licenses this file to you under the MIT license.
3 // See the LICENSE file in the project root for more information.
4 
5 [assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
6 [assembly:System.CLSCompliantAttribute(true)]
7 [assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
8 [assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
9 [assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
10 [assembly:System.Reflection.AssemblyDefaultAliasAttribute("System.Data.dll")]
11 [assembly:System.Reflection.AssemblyDescriptionAttribute("System.Data.dll")]
12 [assembly:System.Reflection.AssemblyFileVersionAttribute("4.6.57.0")]
13 [assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.6.57.0")]
14 [assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
15 [assembly:System.Reflection.AssemblyTitleAttribute("System.Data.dll")]
16 [assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
17 [assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
18 [assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
19 [assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("System.Design, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")]
20 [assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("System.Web, PublicKey=002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293")]
21 [assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
22 [assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
23 [assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
24 [assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
25 namespace Microsoft.SqlServer.Server
26 {
27     [System.SerializableAttribute]
28     public enum DataAccessKind
29     {
30         None = 0,
31         Read = 1,
32     }
33     public enum Format
34     {
35         Native = 1,
36         Unknown = 0,
37         UserDefined = 2,
38     }
39     public partial interface IBinarySerialize
40     {
Read(System.IO.BinaryReader r)41         void Read(System.IO.BinaryReader r);
Write(System.IO.BinaryWriter w)42         void Write(System.IO.BinaryWriter w);
43     }
44     [System.SerializableAttribute]
45     public sealed partial class InvalidUdtException : System.SystemException
46     {
InvalidUdtException()47         internal InvalidUdtException() { }
48         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128))]
GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context)49         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
50     }
51     public sealed partial class SqlContext
52     {
SqlContext()53         public SqlContext() { }
54         public static bool IsAvailable { get { throw null; } }
55         public static Microsoft.SqlServer.Server.SqlPipe Pipe { get { throw null; } }
56         public static Microsoft.SqlServer.Server.SqlTriggerContext TriggerContext { get { throw null; } }
57         public static System.Security.Principal.WindowsIdentity WindowsIdentity { get { throw null; } }
58     }
59     public partial class SqlDataRecord : System.Data.IDataRecord
60     {
SqlDataRecord(params Microsoft.SqlServer.Server.SqlMetaData[] metaData)61         public SqlDataRecord(params Microsoft.SqlServer.Server.SqlMetaData[] metaData) { }
62         public virtual int FieldCount { get { throw null; } }
63         public virtual object this[int ordinal] { get { throw null; } }
64         public virtual object this[string name] { get { throw null; } }
GetBoolean(int ordinal)65         public virtual bool GetBoolean(int ordinal) { throw null; }
GetByte(int ordinal)66         public virtual byte GetByte(int ordinal) { throw null; }
GetBytes(int ordinal, long fieldOffset, byte[] buffer, int bufferOffset, int length)67         public virtual long GetBytes(int ordinal, long fieldOffset, byte[] buffer, int bufferOffset, int length) { throw null; }
GetChar(int ordinal)68         public virtual char GetChar(int ordinal) { throw null; }
GetChars(int ordinal, long fieldOffset, char[] buffer, int bufferOffset, int length)69         public virtual long GetChars(int ordinal, long fieldOffset, char[] buffer, int bufferOffset, int length) { throw null; }
GetDataTypeName(int ordinal)70         public virtual string GetDataTypeName(int ordinal) { throw null; }
GetDateTime(int ordinal)71         public virtual System.DateTime GetDateTime(int ordinal) { throw null; }
GetDateTimeOffset(int ordinal)72         public virtual System.DateTimeOffset GetDateTimeOffset(int ordinal) { throw null; }
GetDecimal(int ordinal)73         public virtual decimal GetDecimal(int ordinal) { throw null; }
GetDouble(int ordinal)74         public virtual double GetDouble(int ordinal) { throw null; }
GetFieldType(int ordinal)75         public virtual System.Type GetFieldType(int ordinal) { throw null; }
GetFloat(int ordinal)76         public virtual float GetFloat(int ordinal) { throw null; }
GetGuid(int ordinal)77         public virtual System.Guid GetGuid(int ordinal) { throw null; }
GetInt16(int ordinal)78         public virtual short GetInt16(int ordinal) { throw null; }
GetInt32(int ordinal)79         public virtual int GetInt32(int ordinal) { throw null; }
GetInt64(int ordinal)80         public virtual long GetInt64(int ordinal) { throw null; }
GetName(int ordinal)81         public virtual string GetName(int ordinal) { throw null; }
GetOrdinal(string name)82         public virtual int GetOrdinal(string name) { throw null; }
GetSqlBinary(int ordinal)83         public virtual System.Data.SqlTypes.SqlBinary GetSqlBinary(int ordinal) { throw null; }
GetSqlBoolean(int ordinal)84         public virtual System.Data.SqlTypes.SqlBoolean GetSqlBoolean(int ordinal) { throw null; }
GetSqlByte(int ordinal)85         public virtual System.Data.SqlTypes.SqlByte GetSqlByte(int ordinal) { throw null; }
GetSqlBytes(int ordinal)86         public virtual System.Data.SqlTypes.SqlBytes GetSqlBytes(int ordinal) { throw null; }
GetSqlChars(int ordinal)87         public virtual System.Data.SqlTypes.SqlChars GetSqlChars(int ordinal) { throw null; }
GetSqlDateTime(int ordinal)88         public virtual System.Data.SqlTypes.SqlDateTime GetSqlDateTime(int ordinal) { throw null; }
GetSqlDecimal(int ordinal)89         public virtual System.Data.SqlTypes.SqlDecimal GetSqlDecimal(int ordinal) { throw null; }
GetSqlDouble(int ordinal)90         public virtual System.Data.SqlTypes.SqlDouble GetSqlDouble(int ordinal) { throw null; }
GetSqlFieldType(int ordinal)91         public virtual System.Type GetSqlFieldType(int ordinal) { throw null; }
GetSqlGuid(int ordinal)92         public virtual System.Data.SqlTypes.SqlGuid GetSqlGuid(int ordinal) { throw null; }
GetSqlInt16(int ordinal)93         public virtual System.Data.SqlTypes.SqlInt16 GetSqlInt16(int ordinal) { throw null; }
GetSqlInt32(int ordinal)94         public virtual System.Data.SqlTypes.SqlInt32 GetSqlInt32(int ordinal) { throw null; }
GetSqlInt64(int ordinal)95         public virtual System.Data.SqlTypes.SqlInt64 GetSqlInt64(int ordinal) { throw null; }
GetSqlMetaData(int ordinal)96         public virtual Microsoft.SqlServer.Server.SqlMetaData GetSqlMetaData(int ordinal) { throw null; }
GetSqlMoney(int ordinal)97         public virtual System.Data.SqlTypes.SqlMoney GetSqlMoney(int ordinal) { throw null; }
GetSqlSingle(int ordinal)98         public virtual System.Data.SqlTypes.SqlSingle GetSqlSingle(int ordinal) { throw null; }
GetSqlString(int ordinal)99         public virtual System.Data.SqlTypes.SqlString GetSqlString(int ordinal) { throw null; }
GetSqlValue(int ordinal)100         public virtual object GetSqlValue(int ordinal) { throw null; }
GetSqlValues(object[] values)101         public virtual int GetSqlValues(object[] values) { throw null; }
GetSqlXml(int ordinal)102         public virtual System.Data.SqlTypes.SqlXml GetSqlXml(int ordinal) { throw null; }
GetString(int ordinal)103         public virtual string GetString(int ordinal) { throw null; }
GetTimeSpan(int ordinal)104         public virtual System.TimeSpan GetTimeSpan(int ordinal) { throw null; }
GetValue(int ordinal)105         public virtual object GetValue(int ordinal) { throw null; }
GetValues(object[] values)106         public virtual int GetValues(object[] values) { throw null; }
IsDBNull(int ordinal)107         public virtual bool IsDBNull(int ordinal) { throw null; }
SetBoolean(int ordinal, bool value)108         public virtual void SetBoolean(int ordinal, bool value) { }
SetByte(int ordinal, byte value)109         public virtual void SetByte(int ordinal, byte value) { }
SetBytes(int ordinal, long fieldOffset, byte[] buffer, int bufferOffset, int length)110         public virtual void SetBytes(int ordinal, long fieldOffset, byte[] buffer, int bufferOffset, int length) { }
SetChar(int ordinal, char value)111         public virtual void SetChar(int ordinal, char value) { }
SetChars(int ordinal, long fieldOffset, char[] buffer, int bufferOffset, int length)112         public virtual void SetChars(int ordinal, long fieldOffset, char[] buffer, int bufferOffset, int length) { }
SetDateTime(int ordinal, System.DateTime value)113         public virtual void SetDateTime(int ordinal, System.DateTime value) { }
SetDateTimeOffset(int ordinal, System.DateTimeOffset value)114         public virtual void SetDateTimeOffset(int ordinal, System.DateTimeOffset value) { }
SetDBNull(int ordinal)115         public virtual void SetDBNull(int ordinal) { }
SetDecimal(int ordinal, decimal value)116         public virtual void SetDecimal(int ordinal, decimal value) { }
SetDouble(int ordinal, double value)117         public virtual void SetDouble(int ordinal, double value) { }
SetFloat(int ordinal, float value)118         public virtual void SetFloat(int ordinal, float value) { }
SetGuid(int ordinal, System.Guid value)119         public virtual void SetGuid(int ordinal, System.Guid value) { }
SetInt16(int ordinal, short value)120         public virtual void SetInt16(int ordinal, short value) { }
SetInt32(int ordinal, int value)121         public virtual void SetInt32(int ordinal, int value) { }
SetInt64(int ordinal, long value)122         public virtual void SetInt64(int ordinal, long value) { }
SetSqlBinary(int ordinal, System.Data.SqlTypes.SqlBinary value)123         public virtual void SetSqlBinary(int ordinal, System.Data.SqlTypes.SqlBinary value) { }
SetSqlBoolean(int ordinal, System.Data.SqlTypes.SqlBoolean value)124         public virtual void SetSqlBoolean(int ordinal, System.Data.SqlTypes.SqlBoolean value) { }
SetSqlByte(int ordinal, System.Data.SqlTypes.SqlByte value)125         public virtual void SetSqlByte(int ordinal, System.Data.SqlTypes.SqlByte value) { }
SetSqlBytes(int ordinal, System.Data.SqlTypes.SqlBytes value)126         public virtual void SetSqlBytes(int ordinal, System.Data.SqlTypes.SqlBytes value) { }
SetSqlChars(int ordinal, System.Data.SqlTypes.SqlChars value)127         public virtual void SetSqlChars(int ordinal, System.Data.SqlTypes.SqlChars value) { }
SetSqlDateTime(int ordinal, System.Data.SqlTypes.SqlDateTime value)128         public virtual void SetSqlDateTime(int ordinal, System.Data.SqlTypes.SqlDateTime value) { }
SetSqlDecimal(int ordinal, System.Data.SqlTypes.SqlDecimal value)129         public virtual void SetSqlDecimal(int ordinal, System.Data.SqlTypes.SqlDecimal value) { }
SetSqlDouble(int ordinal, System.Data.SqlTypes.SqlDouble value)130         public virtual void SetSqlDouble(int ordinal, System.Data.SqlTypes.SqlDouble value) { }
SetSqlGuid(int ordinal, System.Data.SqlTypes.SqlGuid value)131         public virtual void SetSqlGuid(int ordinal, System.Data.SqlTypes.SqlGuid value) { }
SetSqlInt16(int ordinal, System.Data.SqlTypes.SqlInt16 value)132         public virtual void SetSqlInt16(int ordinal, System.Data.SqlTypes.SqlInt16 value) { }
SetSqlInt32(int ordinal, System.Data.SqlTypes.SqlInt32 value)133         public virtual void SetSqlInt32(int ordinal, System.Data.SqlTypes.SqlInt32 value) { }
SetSqlInt64(int ordinal, System.Data.SqlTypes.SqlInt64 value)134         public virtual void SetSqlInt64(int ordinal, System.Data.SqlTypes.SqlInt64 value) { }
SetSqlMoney(int ordinal, System.Data.SqlTypes.SqlMoney value)135         public virtual void SetSqlMoney(int ordinal, System.Data.SqlTypes.SqlMoney value) { }
SetSqlSingle(int ordinal, System.Data.SqlTypes.SqlSingle value)136         public virtual void SetSqlSingle(int ordinal, System.Data.SqlTypes.SqlSingle value) { }
SetSqlString(int ordinal, System.Data.SqlTypes.SqlString value)137         public virtual void SetSqlString(int ordinal, System.Data.SqlTypes.SqlString value) { }
SetSqlXml(int ordinal, System.Data.SqlTypes.SqlXml value)138         public virtual void SetSqlXml(int ordinal, System.Data.SqlTypes.SqlXml value) { }
SetString(int ordinal, string value)139         public virtual void SetString(int ordinal, string value) { }
SetTimeSpan(int ordinal, System.TimeSpan value)140         public virtual void SetTimeSpan(int ordinal, System.TimeSpan value) { }
SetValue(int ordinal, object value)141         public virtual void SetValue(int ordinal, object value) { }
SetValues(params object[] values)142         public virtual int SetValues(params object[] values) { throw null; }
System.Data.IDataRecord.GetData(int ordinal)143         System.Data.IDataReader System.Data.IDataRecord.GetData(int ordinal) { throw null; }
144     }
145     [System.AttributeUsageAttribute((System.AttributeTargets)(10624), AllowMultiple=false, Inherited=false)]
146     public partial class SqlFacetAttribute : System.Attribute
147     {
SqlFacetAttribute()148         public SqlFacetAttribute() { }
149         public bool IsFixedLength { get { throw null; } set { } }
150         public bool IsNullable { get { throw null; } set { } }
151         public int MaxSize { get { throw null; } set { } }
152         public int Precision { get { throw null; } set { } }
153         public int Scale { get { throw null; } set { } }
154     }
155     [System.AttributeUsageAttribute((System.AttributeTargets)(64), AllowMultiple=false, Inherited=false)]
156     [System.SerializableAttribute]
157     public partial class SqlFunctionAttribute : System.Attribute
158     {
SqlFunctionAttribute()159         public SqlFunctionAttribute() { }
160         public Microsoft.SqlServer.Server.DataAccessKind DataAccess { get { throw null; } set { } }
161         public string FillRowMethodName { get { throw null; } set { } }
162         public bool IsDeterministic { get { throw null; } set { } }
163         public bool IsPrecise { get { throw null; } set { } }
164         public string Name { get { throw null; } set { } }
165         public Microsoft.SqlServer.Server.SystemDataAccessKind SystemDataAccess { get { throw null; } set { } }
166         public string TableDefinition { get { throw null; } set { } }
167     }
168     public sealed partial class SqlMetaData
169     {
SqlMetaData(string name, System.Data.SqlDbType dbType)170         public SqlMetaData(string name, System.Data.SqlDbType dbType) { }
SqlMetaData(string name, System.Data.SqlDbType dbType, bool useServerDefault, bool isUniqueKey, System.Data.SqlClient.SortOrder columnSortOrder, int sortOrdinal)171         public SqlMetaData(string name, System.Data.SqlDbType dbType, bool useServerDefault, bool isUniqueKey, System.Data.SqlClient.SortOrder columnSortOrder, int sortOrdinal) { }
SqlMetaData(string name, System.Data.SqlDbType dbType, byte precision, byte scale)172         public SqlMetaData(string name, System.Data.SqlDbType dbType, byte precision, byte scale) { }
SqlMetaData(string name, System.Data.SqlDbType dbType, byte precision, byte scale, bool useServerDefault, bool isUniqueKey, System.Data.SqlClient.SortOrder columnSortOrder, int sortOrdinal)173         public SqlMetaData(string name, System.Data.SqlDbType dbType, byte precision, byte scale, bool useServerDefault, bool isUniqueKey, System.Data.SqlClient.SortOrder columnSortOrder, int sortOrdinal) { }
SqlMetaData(string name, System.Data.SqlDbType dbType, long maxLength)174         public SqlMetaData(string name, System.Data.SqlDbType dbType, long maxLength) { }
SqlMetaData(string name, System.Data.SqlDbType dbType, long maxLength, bool useServerDefault, bool isUniqueKey, System.Data.SqlClient.SortOrder columnSortOrder, int sortOrdinal)175         public SqlMetaData(string name, System.Data.SqlDbType dbType, long maxLength, bool useServerDefault, bool isUniqueKey, System.Data.SqlClient.SortOrder columnSortOrder, int sortOrdinal) { }
SqlMetaData(string name, System.Data.SqlDbType dbType, long maxLength, byte precision, byte scale, long locale, System.Data.SqlTypes.SqlCompareOptions compareOptions, System.Type userDefinedType)176         public SqlMetaData(string name, System.Data.SqlDbType dbType, long maxLength, byte precision, byte scale, long locale, System.Data.SqlTypes.SqlCompareOptions compareOptions, System.Type userDefinedType) { }
SqlMetaData(string name, System.Data.SqlDbType dbType, long maxLength, byte precision, byte scale, long localeId, System.Data.SqlTypes.SqlCompareOptions compareOptions, System.Type userDefinedType, bool useServerDefault, bool isUniqueKey, System.Data.SqlClient.SortOrder columnSortOrder, int sortOrdinal)177         public SqlMetaData(string name, System.Data.SqlDbType dbType, long maxLength, byte precision, byte scale, long localeId, System.Data.SqlTypes.SqlCompareOptions compareOptions, System.Type userDefinedType, bool useServerDefault, bool isUniqueKey, System.Data.SqlClient.SortOrder columnSortOrder, int sortOrdinal) { }
SqlMetaData(string name, System.Data.SqlDbType dbType, long maxLength, long locale, System.Data.SqlTypes.SqlCompareOptions compareOptions)178         public SqlMetaData(string name, System.Data.SqlDbType dbType, long maxLength, long locale, System.Data.SqlTypes.SqlCompareOptions compareOptions) { }
SqlMetaData(string name, System.Data.SqlDbType dbType, long maxLength, long locale, System.Data.SqlTypes.SqlCompareOptions compareOptions, bool useServerDefault, bool isUniqueKey, System.Data.SqlClient.SortOrder columnSortOrder, int sortOrdinal)179         public SqlMetaData(string name, System.Data.SqlDbType dbType, long maxLength, long locale, System.Data.SqlTypes.SqlCompareOptions compareOptions, bool useServerDefault, bool isUniqueKey, System.Data.SqlClient.SortOrder columnSortOrder, int sortOrdinal) { }
SqlMetaData(string name, System.Data.SqlDbType dbType, string database, string owningSchema, string objectName)180         public SqlMetaData(string name, System.Data.SqlDbType dbType, string database, string owningSchema, string objectName) { }
SqlMetaData(string name, System.Data.SqlDbType dbType, string database, string owningSchema, string objectName, bool useServerDefault, bool isUniqueKey, System.Data.SqlClient.SortOrder columnSortOrder, int sortOrdinal)181         public SqlMetaData(string name, System.Data.SqlDbType dbType, string database, string owningSchema, string objectName, bool useServerDefault, bool isUniqueKey, System.Data.SqlClient.SortOrder columnSortOrder, int sortOrdinal) { }
SqlMetaData(string name, System.Data.SqlDbType dbType, System.Type userDefinedType)182         public SqlMetaData(string name, System.Data.SqlDbType dbType, System.Type userDefinedType) { }
SqlMetaData(string name, System.Data.SqlDbType dbType, System.Type userDefinedType, string serverTypeName)183         public SqlMetaData(string name, System.Data.SqlDbType dbType, System.Type userDefinedType, string serverTypeName) { }
SqlMetaData(string name, System.Data.SqlDbType dbType, System.Type userDefinedType, string serverTypeName, bool useServerDefault, bool isUniqueKey, System.Data.SqlClient.SortOrder columnSortOrder, int sortOrdinal)184         public SqlMetaData(string name, System.Data.SqlDbType dbType, System.Type userDefinedType, string serverTypeName, bool useServerDefault, bool isUniqueKey, System.Data.SqlClient.SortOrder columnSortOrder, int sortOrdinal) { }
185         public System.Data.SqlTypes.SqlCompareOptions CompareOptions { get { throw null; } }
186         public System.Data.DbType DbType { get { throw null; } }
187         public bool IsUniqueKey { get { throw null; } }
188         public long LocaleId { get { throw null; } }
189         public static long Max { get { throw null; } }
190         public long MaxLength { get { throw null; } }
191         public string Name { get { throw null; } }
192         public byte Precision { get { throw null; } }
193         public byte Scale { get { throw null; } }
194         public System.Data.SqlClient.SortOrder SortOrder { get { throw null; } }
195         public int SortOrdinal { get { throw null; } }
196         public System.Data.SqlDbType SqlDbType { get { throw null; } }
197         public System.Type Type { get { throw null; } }
198         public string TypeName { get { throw null; } }
199         public bool UseServerDefault { get { throw null; } }
200         public string XmlSchemaCollectionDatabase { get { throw null; } }
201         public string XmlSchemaCollectionName { get { throw null; } }
202         public string XmlSchemaCollectionOwningSchema { get { throw null; } }
Adjust(bool value)203         public bool Adjust(bool value) { throw null; }
Adjust(byte value)204         public byte Adjust(byte value) { throw null; }
Adjust(byte[] value)205         public byte[] Adjust(byte[] value) { throw null; }
Adjust(char value)206         public char Adjust(char value) { throw null; }
Adjust(char[] value)207         public char[] Adjust(char[] value) { throw null; }
Adjust(System.Data.SqlTypes.SqlBinary value)208         public System.Data.SqlTypes.SqlBinary Adjust(System.Data.SqlTypes.SqlBinary value) { throw null; }
Adjust(System.Data.SqlTypes.SqlBoolean value)209         public System.Data.SqlTypes.SqlBoolean Adjust(System.Data.SqlTypes.SqlBoolean value) { throw null; }
Adjust(System.Data.SqlTypes.SqlByte value)210         public System.Data.SqlTypes.SqlByte Adjust(System.Data.SqlTypes.SqlByte value) { throw null; }
Adjust(System.Data.SqlTypes.SqlBytes value)211         public System.Data.SqlTypes.SqlBytes Adjust(System.Data.SqlTypes.SqlBytes value) { throw null; }
Adjust(System.Data.SqlTypes.SqlChars value)212         public System.Data.SqlTypes.SqlChars Adjust(System.Data.SqlTypes.SqlChars value) { throw null; }
Adjust(System.Data.SqlTypes.SqlDateTime value)213         public System.Data.SqlTypes.SqlDateTime Adjust(System.Data.SqlTypes.SqlDateTime value) { throw null; }
Adjust(System.Data.SqlTypes.SqlDecimal value)214         public System.Data.SqlTypes.SqlDecimal Adjust(System.Data.SqlTypes.SqlDecimal value) { throw null; }
Adjust(System.Data.SqlTypes.SqlDouble value)215         public System.Data.SqlTypes.SqlDouble Adjust(System.Data.SqlTypes.SqlDouble value) { throw null; }
Adjust(System.Data.SqlTypes.SqlGuid value)216         public System.Data.SqlTypes.SqlGuid Adjust(System.Data.SqlTypes.SqlGuid value) { throw null; }
Adjust(System.Data.SqlTypes.SqlInt16 value)217         public System.Data.SqlTypes.SqlInt16 Adjust(System.Data.SqlTypes.SqlInt16 value) { throw null; }
Adjust(System.Data.SqlTypes.SqlInt32 value)218         public System.Data.SqlTypes.SqlInt32 Adjust(System.Data.SqlTypes.SqlInt32 value) { throw null; }
Adjust(System.Data.SqlTypes.SqlInt64 value)219         public System.Data.SqlTypes.SqlInt64 Adjust(System.Data.SqlTypes.SqlInt64 value) { throw null; }
Adjust(System.Data.SqlTypes.SqlMoney value)220         public System.Data.SqlTypes.SqlMoney Adjust(System.Data.SqlTypes.SqlMoney value) { throw null; }
Adjust(System.Data.SqlTypes.SqlSingle value)221         public System.Data.SqlTypes.SqlSingle Adjust(System.Data.SqlTypes.SqlSingle value) { throw null; }
Adjust(System.Data.SqlTypes.SqlString value)222         public System.Data.SqlTypes.SqlString Adjust(System.Data.SqlTypes.SqlString value) { throw null; }
Adjust(System.Data.SqlTypes.SqlXml value)223         public System.Data.SqlTypes.SqlXml Adjust(System.Data.SqlTypes.SqlXml value) { throw null; }
Adjust(System.DateTime value)224         public System.DateTime Adjust(System.DateTime value) { throw null; }
Adjust(System.DateTimeOffset value)225         public System.DateTimeOffset Adjust(System.DateTimeOffset value) { throw null; }
Adjust(decimal value)226         public decimal Adjust(decimal value) { throw null; }
Adjust(double value)227         public double Adjust(double value) { throw null; }
Adjust(System.Guid value)228         public System.Guid Adjust(System.Guid value) { throw null; }
Adjust(short value)229         public short Adjust(short value) { throw null; }
Adjust(int value)230         public int Adjust(int value) { throw null; }
Adjust(long value)231         public long Adjust(long value) { throw null; }
Adjust(object value)232         public object Adjust(object value) { throw null; }
Adjust(float value)233         public float Adjust(float value) { throw null; }
Adjust(string value)234         public string Adjust(string value) { throw null; }
Adjust(System.TimeSpan value)235         public System.TimeSpan Adjust(System.TimeSpan value) { throw null; }
InferFromValue(object value, string name)236         public static Microsoft.SqlServer.Server.SqlMetaData InferFromValue(object value, string name) { throw null; }
237     }
238     [System.AttributeUsageAttribute((System.AttributeTargets)(64), AllowMultiple=false, Inherited=false)]
239     [System.SerializableAttribute]
240     public sealed partial class SqlMethodAttribute : Microsoft.SqlServer.Server.SqlFunctionAttribute
241     {
SqlMethodAttribute()242         public SqlMethodAttribute() { }
243         public bool InvokeIfReceiverIsNull { get { throw null; } set { } }
244         public bool IsMutator { get { throw null; } set { } }
245         public bool OnNullCall { get { throw null; } set { } }
246     }
247     public sealed partial class SqlPipe
248     {
SqlPipe()249         internal SqlPipe() { }
250         public bool IsSendingResults { get { throw null; } }
ExecuteAndSend(System.Data.SqlClient.SqlCommand command)251         public void ExecuteAndSend(System.Data.SqlClient.SqlCommand command) { }
Send(Microsoft.SqlServer.Server.SqlDataRecord record)252         public void Send(Microsoft.SqlServer.Server.SqlDataRecord record) { }
Send(System.Data.SqlClient.SqlDataReader reader)253         public void Send(System.Data.SqlClient.SqlDataReader reader) { }
Send(string message)254         public void Send(string message) { }
SendResultsEnd()255         public void SendResultsEnd() { }
SendResultsRow(Microsoft.SqlServer.Server.SqlDataRecord record)256         public void SendResultsRow(Microsoft.SqlServer.Server.SqlDataRecord record) { }
SendResultsStart(Microsoft.SqlServer.Server.SqlDataRecord record)257         public void SendResultsStart(Microsoft.SqlServer.Server.SqlDataRecord record) { }
258     }
259     [System.AttributeUsageAttribute((System.AttributeTargets)(64), AllowMultiple=false, Inherited=false)]
260     [System.SerializableAttribute]
261     public sealed partial class SqlProcedureAttribute : System.Attribute
262     {
SqlProcedureAttribute()263         public SqlProcedureAttribute() { }
264         public string Name { get { throw null; } set { } }
265     }
266     [System.AttributeUsageAttribute((System.AttributeTargets)(64), AllowMultiple=false, Inherited=false)]
267     [System.SerializableAttribute]
268     public sealed partial class SqlTriggerAttribute : System.Attribute
269     {
SqlTriggerAttribute()270         public SqlTriggerAttribute() { }
271         public string Event { get { throw null; } set { } }
272         public string Name { get { throw null; } set { } }
273         public string Target { get { throw null; } set { } }
274     }
275     public sealed partial class SqlTriggerContext
276     {
SqlTriggerContext()277         internal SqlTriggerContext() { }
278         public int ColumnCount { get { throw null; } }
279         public System.Data.SqlTypes.SqlXml EventData { get { throw null; } }
280         public Microsoft.SqlServer.Server.TriggerAction TriggerAction { get { throw null; } }
IsUpdatedColumn(int columnOrdinal)281         public bool IsUpdatedColumn(int columnOrdinal) { throw null; }
282     }
283     [System.AttributeUsageAttribute((System.AttributeTargets)(12), AllowMultiple=false, Inherited=false)]
284     public sealed partial class SqlUserDefinedAggregateAttribute : System.Attribute
285     {
286         public const int MaxByteSizeValue = 8000;
SqlUserDefinedAggregateAttribute(Microsoft.SqlServer.Server.Format format)287         public SqlUserDefinedAggregateAttribute(Microsoft.SqlServer.Server.Format format) { }
288         public Microsoft.SqlServer.Server.Format Format { get { throw null; } }
289         public bool IsInvariantToDuplicates { get { throw null; } set { } }
290         public bool IsInvariantToNulls { get { throw null; } set { } }
291         public bool IsInvariantToOrder { get { throw null; } set { } }
292         public bool IsNullIfEmpty { get { throw null; } set { } }
293         public int MaxByteSize { get { throw null; } set { } }
294         public string Name { get { throw null; } set { } }
295     }
296     [System.AttributeUsageAttribute((System.AttributeTargets)(12), AllowMultiple=false, Inherited=true)]
297     public sealed partial class SqlUserDefinedTypeAttribute : System.Attribute
298     {
SqlUserDefinedTypeAttribute(Microsoft.SqlServer.Server.Format format)299         public SqlUserDefinedTypeAttribute(Microsoft.SqlServer.Server.Format format) { }
300         public Microsoft.SqlServer.Server.Format Format { get { throw null; } }
301         public bool IsByteOrdered { get { throw null; } set { } }
302         public bool IsFixedLength { get { throw null; } set { } }
303         public int MaxByteSize { get { throw null; } set { } }
304         public string Name { get { throw null; } set { } }
305         public string ValidationMethodName { get { throw null; } set { } }
306     }
307     [System.SerializableAttribute]
308     public enum SystemDataAccessKind
309     {
310         None = 0,
311         Read = 1,
312     }
313     public enum TriggerAction
314     {
315         AlterAppRole = 138,
316         AlterAssembly = 102,
317         AlterBinding = 175,
318         AlterFunction = 62,
319         AlterIndex = 25,
320         AlterLogin = 145,
321         AlterPartitionFunction = 192,
322         AlterPartitionScheme = 195,
323         AlterProcedure = 52,
324         AlterQueue = 158,
325         AlterRole = 135,
326         AlterRoute = 165,
327         AlterSchema = 142,
328         AlterService = 162,
329         AlterTable = 22,
330         AlterTrigger = 72,
331         AlterUser = 132,
332         AlterView = 42,
333         CreateAppRole = 137,
334         CreateAssembly = 101,
335         CreateBinding = 174,
336         CreateContract = 154,
337         CreateEventNotification = 74,
338         CreateFunction = 61,
339         CreateIndex = 24,
340         CreateLogin = 144,
341         CreateMsgType = 151,
342         CreatePartitionFunction = 191,
343         CreatePartitionScheme = 194,
344         CreateProcedure = 51,
345         CreateQueue = 157,
346         CreateRole = 134,
347         CreateRoute = 164,
348         CreateSchema = 141,
349         CreateSecurityExpression = 31,
350         CreateService = 161,
351         CreateSynonym = 34,
352         CreateTable = 21,
353         CreateTrigger = 71,
354         CreateType = 91,
355         CreateUser = 131,
356         CreateView = 41,
357         Delete = 3,
358         DenyObject = 171,
359         DenyStatement = 168,
360         DropAppRole = 139,
361         DropAssembly = 103,
362         DropBinding = 176,
363         DropContract = 156,
364         DropEventNotification = 76,
365         DropFunction = 63,
366         DropIndex = 26,
367         DropLogin = 146,
368         DropMsgType = 153,
369         DropPartitionFunction = 193,
370         DropPartitionScheme = 196,
371         DropProcedure = 53,
372         DropQueue = 159,
373         DropRole = 136,
374         DropRoute = 166,
375         DropSchema = 143,
376         DropSecurityExpression = 33,
377         DropService = 163,
378         DropSynonym = 36,
379         DropTable = 23,
380         DropTrigger = 73,
381         DropType = 93,
382         DropUser = 133,
383         DropView = 43,
384         GrantObject = 170,
385         GrantStatement = 167,
386         Insert = 1,
387         Invalid = 0,
388         RevokeObject = 172,
389         RevokeStatement = 169,
390         Update = 2,
391     }
392 }
393 namespace System
394 {
395     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
396     internal partial class MonoDocumentationNoteAttribute : System.MonoTODOAttribute
397     {
MonoDocumentationNoteAttribute(string comment)398         public MonoDocumentationNoteAttribute(string comment) { }
399     }
400     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
401     internal partial class MonoExtensionAttribute : System.MonoTODOAttribute
402     {
MonoExtensionAttribute(string comment)403         public MonoExtensionAttribute(string comment) { }
404     }
405     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
406     internal partial class MonoInternalNoteAttribute : System.MonoTODOAttribute
407     {
MonoInternalNoteAttribute(string comment)408         public MonoInternalNoteAttribute(string comment) { }
409     }
410     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
411     internal partial class MonoLimitationAttribute : System.MonoTODOAttribute
412     {
MonoLimitationAttribute(string comment)413         public MonoLimitationAttribute(string comment) { }
414     }
415     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
416     internal partial class MonoNotSupportedAttribute : System.MonoTODOAttribute
417     {
MonoNotSupportedAttribute(string comment)418         public MonoNotSupportedAttribute(string comment) { }
419     }
420     [System.AttributeUsageAttribute((System.AttributeTargets)(32767), AllowMultiple=true)]
421     internal partial class MonoTODOAttribute : System.Attribute
422     {
MonoTODOAttribute()423         public MonoTODOAttribute() { }
MonoTODOAttribute(string comment)424         public MonoTODOAttribute(string comment) { }
425         public string Comment { get { throw null; } }
426     }
427 }
428 namespace System.Data
429 {
430     public enum AcceptRejectRule
431     {
432         Cascade = 1,
433         None = 0,
434     }
435     [System.FlagsAttribute]
436     public enum CommandBehavior
437     {
438         CloseConnection = 32,
439         Default = 0,
440         KeyInfo = 4,
441         SchemaOnly = 2,
442         SequentialAccess = 16,
443         SingleResult = 1,
444         SingleRow = 8,
445     }
446     public enum CommandType
447     {
448         StoredProcedure = 4,
449         TableDirect = 512,
450         Text = 1,
451     }
452     public enum ConflictOption
453     {
454         CompareAllSearchableValues = 1,
455         CompareRowVersion = 2,
456         OverwriteChanges = 3,
457     }
458     [System.FlagsAttribute]
459     public enum ConnectionState
460     {
461         Broken = 16,
462         Closed = 0,
463         Connecting = 2,
464         Executing = 4,
465         Fetching = 8,
466         Open = 1,
467     }
468     [System.ComponentModel.DefaultPropertyAttribute("ConstraintName")]
469     [System.ComponentModel.TypeConverterAttribute("System.Data.ConstraintConverter")]
470     public abstract partial class Constraint
471     {
Constraint()472         protected Constraint() { }
473         [System.ComponentModel.DefaultValueAttribute("")]
474         public virtual string ConstraintName { get { throw null; } set { } }
475         [System.ComponentModel.BrowsableAttribute(false)]
476         public System.Data.PropertyCollection ExtendedProperties { get { throw null; } }
477         public abstract System.Data.DataTable Table { get; }
478         [System.CLSCompliantAttribute(false)]
479         protected virtual System.Data.DataSet _DataSet { get { throw null; } }
CheckStateForProperty()480         protected void CheckStateForProperty() { }
SetDataSet(System.Data.DataSet dataSet)481         protected internal void SetDataSet(System.Data.DataSet dataSet) { }
ToString()482         public override string ToString() { throw null; }
483     }
484     [System.ComponentModel.DefaultEventAttribute("CollectionChanged")]
485     public sealed partial class ConstraintCollection : System.Data.InternalDataCollectionBase
486     {
ConstraintCollection()487         internal ConstraintCollection() { }
488         public System.Data.Constraint this[int index] { get { throw null; } }
489         public System.Data.Constraint this[string name] { get { throw null; } }
490         protected override System.Collections.ArrayList List { get { throw null; } }
491         public event System.ComponentModel.CollectionChangeEventHandler CollectionChanged { add { } remove { } }
Add(System.Data.Constraint constraint)492         public void Add(System.Data.Constraint constraint) { }
Add(string name, System.Data.DataColumn column, bool primaryKey)493         public System.Data.Constraint Add(string name, System.Data.DataColumn column, bool primaryKey) { throw null; }
Add(string name, System.Data.DataColumn primaryKeyColumn, System.Data.DataColumn foreignKeyColumn)494         public System.Data.Constraint Add(string name, System.Data.DataColumn primaryKeyColumn, System.Data.DataColumn foreignKeyColumn) { throw null; }
Add(string name, System.Data.DataColumn[] columns, bool primaryKey)495         public System.Data.Constraint Add(string name, System.Data.DataColumn[] columns, bool primaryKey) { throw null; }
Add(string name, System.Data.DataColumn[] primaryKeyColumns, System.Data.DataColumn[] foreignKeyColumns)496         public System.Data.Constraint Add(string name, System.Data.DataColumn[] primaryKeyColumns, System.Data.DataColumn[] foreignKeyColumns) { throw null; }
AddRange(System.Data.Constraint[] constraints)497         public void AddRange(System.Data.Constraint[] constraints) { }
CanRemove(System.Data.Constraint constraint)498         public bool CanRemove(System.Data.Constraint constraint) { throw null; }
Clear()499         public void Clear() { }
Contains(string name)500         public bool Contains(string name) { throw null; }
CopyTo(System.Data.Constraint[] array, int index)501         public void CopyTo(System.Data.Constraint[] array, int index) { }
IndexOf(System.Data.Constraint constraint)502         public int IndexOf(System.Data.Constraint constraint) { throw null; }
IndexOf(string constraintName)503         public int IndexOf(string constraintName) { throw null; }
Remove(System.Data.Constraint constraint)504         public void Remove(System.Data.Constraint constraint) { }
Remove(string name)505         public void Remove(string name) { }
RemoveAt(int index)506         public void RemoveAt(int index) { }
507     }
508     [System.SerializableAttribute]
509     public partial class ConstraintException : System.Data.DataException
510     {
ConstraintException()511         public ConstraintException() { }
ConstraintException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)512         protected ConstraintException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
ConstraintException(string s)513         public ConstraintException(string s) { }
ConstraintException(string message, System.Exception innerException)514         public ConstraintException(string message, System.Exception innerException) { }
515     }
516     [System.ComponentModel.DefaultPropertyAttribute("ColumnName")]
517     [System.ComponentModel.DesignTimeVisibleAttribute(false)]
518     [System.ComponentModel.ToolboxItemAttribute(false)]
519     public partial class DataColumn : System.ComponentModel.MarshalByValueComponent
520     {
DataColumn()521         public DataColumn() { }
DataColumn(string columnName)522         public DataColumn(string columnName) { }
DataColumn(string columnName, System.Type dataType)523         public DataColumn(string columnName, System.Type dataType) { }
DataColumn(string columnName, System.Type dataType, string expr)524         public DataColumn(string columnName, System.Type dataType, string expr) { }
DataColumn(string columnName, System.Type dataType, string expr, System.Data.MappingType type)525         public DataColumn(string columnName, System.Type dataType, string expr, System.Data.MappingType type) { }
526         [System.ComponentModel.DefaultValueAttribute(true)]
527         public bool AllowDBNull { get { throw null; } set { } }
528         [System.ComponentModel.DefaultValueAttribute(false)]
529         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
530         public bool AutoIncrement { get { throw null; } set { } }
531         [System.ComponentModel.DefaultValueAttribute((long)0)]
532         public long AutoIncrementSeed { get { throw null; } set { } }
533         [System.ComponentModel.DefaultValueAttribute((long)1)]
534         public long AutoIncrementStep { get { throw null; } set { } }
535         public string Caption { get { throw null; } set { } }
536         [System.ComponentModel.DefaultValueAttribute((System.Data.MappingType)(1))]
537         public virtual System.Data.MappingType ColumnMapping { get { throw null; } set { } }
538         [System.ComponentModel.DefaultValueAttribute("")]
539         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
540         public string ColumnName { get { throw null; } set { } }
541         [System.ComponentModel.DefaultValueAttribute(typeof(string))]
542         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
543         [System.ComponentModel.TypeConverterAttribute("System.Data.ColumnTypeConverter")]
544         public System.Type DataType { get { throw null; } set { } }
545         [System.ComponentModel.DefaultValueAttribute((System.Data.DataSetDateTime)(3))]
546         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
547         public System.Data.DataSetDateTime DateTimeMode { get { throw null; } set { } }
548         [System.ComponentModel.TypeConverterAttribute("System.Data.DefaultValueTypeConverter")]
549         public object DefaultValue { get { throw null; } set { } }
550         [System.ComponentModel.DefaultValueAttribute("")]
551         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
552         public string Expression { get { throw null; } set { } }
553         [System.ComponentModel.BrowsableAttribute(false)]
554         public System.Data.PropertyCollection ExtendedProperties { get { throw null; } }
555         [System.ComponentModel.DefaultValueAttribute(-1)]
556         public int MaxLength { get { throw null; } set { } }
557         public string Namespace { get { throw null; } set { } }
558         [System.ComponentModel.BrowsableAttribute(false)]
559         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
560         public int Ordinal { get { throw null; } }
561         [System.ComponentModel.DefaultValueAttribute("")]
562         public string Prefix { get { throw null; } set { } }
563         [System.ComponentModel.DefaultValueAttribute(false)]
564         public bool ReadOnly { get { throw null; } set { } }
565         [System.ComponentModel.BrowsableAttribute(false)]
566         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
567         public System.Data.DataTable Table { get { throw null; } }
568         [System.ComponentModel.DefaultValueAttribute(false)]
569         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
570         public bool Unique { get { throw null; } set { } }
CheckNotAllowNull()571         protected internal void CheckNotAllowNull() { }
CheckUnique()572         protected void CheckUnique() { }
OnPropertyChanging(System.ComponentModel.PropertyChangedEventArgs pcevent)573         protected virtual void OnPropertyChanging(System.ComponentModel.PropertyChangedEventArgs pcevent) { }
RaisePropertyChanging(string name)574         protected internal void RaisePropertyChanging(string name) { }
SetOrdinal(int ordinal)575         public void SetOrdinal(int ordinal) { }
ToString()576         public override string ToString() { throw null; }
577     }
578     public partial class DataColumnChangeEventArgs : System.EventArgs
579     {
DataColumnChangeEventArgs(System.Data.DataRow row, System.Data.DataColumn column, object value)580         public DataColumnChangeEventArgs(System.Data.DataRow row, System.Data.DataColumn column, object value) { }
581         public System.Data.DataColumn Column { get { throw null; } }
582         public object ProposedValue { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
583         public System.Data.DataRow Row { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
584     }
DataColumnChangeEventHandler(object sender, System.Data.DataColumnChangeEventArgs e)585     public delegate void DataColumnChangeEventHandler(object sender, System.Data.DataColumnChangeEventArgs e);
586     [System.ComponentModel.DefaultEventAttribute("CollectionChanged")]
587     public sealed partial class DataColumnCollection : System.Data.InternalDataCollectionBase
588     {
DataColumnCollection()589         internal DataColumnCollection() { }
590         public System.Data.DataColumn this[int index] { get { throw null; } }
591         public System.Data.DataColumn this[string name] { get { throw null; } }
592         protected override System.Collections.ArrayList List { get { throw null; } }
593         public event System.ComponentModel.CollectionChangeEventHandler CollectionChanged { add { } remove { } }
Add()594         public System.Data.DataColumn Add() { throw null; }
Add(System.Data.DataColumn column)595         public void Add(System.Data.DataColumn column) { }
Add(string columnName)596         public System.Data.DataColumn Add(string columnName) { throw null; }
Add(string columnName, System.Type type)597         public System.Data.DataColumn Add(string columnName, System.Type type) { throw null; }
Add(string columnName, System.Type type, string expression)598         public System.Data.DataColumn Add(string columnName, System.Type type, string expression) { throw null; }
AddRange(System.Data.DataColumn[] columns)599         public void AddRange(System.Data.DataColumn[] columns) { }
CanRemove(System.Data.DataColumn column)600         public bool CanRemove(System.Data.DataColumn column) { throw null; }
Clear()601         public void Clear() { }
Contains(string name)602         public bool Contains(string name) { throw null; }
CopyTo(System.Data.DataColumn[] array, int index)603         public void CopyTo(System.Data.DataColumn[] array, int index) { }
IndexOf(System.Data.DataColumn column)604         public int IndexOf(System.Data.DataColumn column) { throw null; }
IndexOf(string columnName)605         public int IndexOf(string columnName) { throw null; }
Remove(System.Data.DataColumn column)606         public void Remove(System.Data.DataColumn column) { }
Remove(string name)607         public void Remove(string name) { }
RemoveAt(int index)608         public void RemoveAt(int index) { }
609     }
610     [System.SerializableAttribute]
611     public partial class DataException : System.SystemException
612     {
DataException()613         public DataException() { }
DataException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)614         protected DataException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
DataException(string s)615         public DataException(string s) { }
DataException(string s, System.Exception innerException)616         public DataException(string s, System.Exception innerException) { }
617     }
618     [System.ComponentModel.DefaultPropertyAttribute("RelationName")]
619     [System.ComponentModel.TypeConverterAttribute("System.Data.RelationshipConverter")]
620     public partial class DataRelation
621     {
DataRelation(string relationName, System.Data.DataColumn parentColumn, System.Data.DataColumn childColumn)622         public DataRelation(string relationName, System.Data.DataColumn parentColumn, System.Data.DataColumn childColumn) { }
DataRelation(string relationName, System.Data.DataColumn parentColumn, System.Data.DataColumn childColumn, bool createConstraints)623         public DataRelation(string relationName, System.Data.DataColumn parentColumn, System.Data.DataColumn childColumn, bool createConstraints) { }
DataRelation(string relationName, System.Data.DataColumn[] parentColumns, System.Data.DataColumn[] childColumns)624         public DataRelation(string relationName, System.Data.DataColumn[] parentColumns, System.Data.DataColumn[] childColumns) { }
DataRelation(string relationName, System.Data.DataColumn[] parentColumns, System.Data.DataColumn[] childColumns, bool createConstraints)625         public DataRelation(string relationName, System.Data.DataColumn[] parentColumns, System.Data.DataColumn[] childColumns, bool createConstraints) { }
626         [System.ComponentModel.BrowsableAttribute(false)]
DataRelation(string relationName, string parentTableName, string parentTableNamespace, string childTableName, string childTableNamespace, string[] parentColumnNames, string[] childColumnNames, bool nested)627         public DataRelation(string relationName, string parentTableName, string parentTableNamespace, string childTableName, string childTableNamespace, string[] parentColumnNames, string[] childColumnNames, bool nested) { }
628         [System.ComponentModel.BrowsableAttribute(false)]
DataRelation(string relationName, string parentTableName, string childTableName, string[] parentColumnNames, string[] childColumnNames, bool nested)629         public DataRelation(string relationName, string parentTableName, string childTableName, string[] parentColumnNames, string[] childColumnNames, bool nested) { }
630         public virtual System.Data.DataColumn[] ChildColumns { get { throw null; } }
631         public virtual System.Data.ForeignKeyConstraint ChildKeyConstraint { get { throw null; } }
632         public virtual System.Data.DataTable ChildTable { get { throw null; } }
633         [System.ComponentModel.BrowsableAttribute(false)]
634         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
635         public virtual System.Data.DataSet DataSet { get { throw null; } }
636         [System.ComponentModel.BrowsableAttribute(false)]
637         public System.Data.PropertyCollection ExtendedProperties { get { throw null; } }
638         [System.ComponentModel.DefaultValueAttribute(false)]
639         public virtual bool Nested { get { throw null; } set { } }
640         public virtual System.Data.DataColumn[] ParentColumns { get { throw null; } }
641         public virtual System.Data.UniqueConstraint ParentKeyConstraint { get { throw null; } }
642         public virtual System.Data.DataTable ParentTable { get { throw null; } }
643         [System.ComponentModel.DefaultValueAttribute("")]
644         public virtual string RelationName { get { throw null; } set { } }
CheckStateForProperty()645         protected void CheckStateForProperty() { }
OnPropertyChanging(System.ComponentModel.PropertyChangedEventArgs pcevent)646         protected internal void OnPropertyChanging(System.ComponentModel.PropertyChangedEventArgs pcevent) { }
RaisePropertyChanging(string name)647         protected internal void RaisePropertyChanging(string name) { }
ToString()648         public override string ToString() { throw null; }
649     }
650     [System.ComponentModel.DefaultEventAttribute("CollectionChanged")]
651     [System.ComponentModel.DefaultPropertyAttribute("Table")]
652     public abstract partial class DataRelationCollection : System.Data.InternalDataCollectionBase
653     {
DataRelationCollection()654         protected DataRelationCollection() { }
655         public abstract System.Data.DataRelation this[int index] { get; }
656         public abstract System.Data.DataRelation this[string name] { get; }
657         public event System.ComponentModel.CollectionChangeEventHandler CollectionChanged { add { } remove { } }
Add(System.Data.DataColumn parentColumn, System.Data.DataColumn childColumn)658         public virtual System.Data.DataRelation Add(System.Data.DataColumn parentColumn, System.Data.DataColumn childColumn) { throw null; }
Add(System.Data.DataColumn[] parentColumns, System.Data.DataColumn[] childColumns)659         public virtual System.Data.DataRelation Add(System.Data.DataColumn[] parentColumns, System.Data.DataColumn[] childColumns) { throw null; }
Add(System.Data.DataRelation relation)660         public void Add(System.Data.DataRelation relation) { }
Add(string name, System.Data.DataColumn parentColumn, System.Data.DataColumn childColumn)661         public virtual System.Data.DataRelation Add(string name, System.Data.DataColumn parentColumn, System.Data.DataColumn childColumn) { throw null; }
Add(string name, System.Data.DataColumn parentColumn, System.Data.DataColumn childColumn, bool createConstraints)662         public virtual System.Data.DataRelation Add(string name, System.Data.DataColumn parentColumn, System.Data.DataColumn childColumn, bool createConstraints) { throw null; }
Add(string name, System.Data.DataColumn[] parentColumns, System.Data.DataColumn[] childColumns)663         public virtual System.Data.DataRelation Add(string name, System.Data.DataColumn[] parentColumns, System.Data.DataColumn[] childColumns) { throw null; }
Add(string name, System.Data.DataColumn[] parentColumns, System.Data.DataColumn[] childColumns, bool createConstraints)664         public virtual System.Data.DataRelation Add(string name, System.Data.DataColumn[] parentColumns, System.Data.DataColumn[] childColumns, bool createConstraints) { throw null; }
AddCore(System.Data.DataRelation relation)665         protected virtual void AddCore(System.Data.DataRelation relation) { }
AddRange(System.Data.DataRelation[] relations)666         public virtual void AddRange(System.Data.DataRelation[] relations) { }
CanRemove(System.Data.DataRelation relation)667         public virtual bool CanRemove(System.Data.DataRelation relation) { throw null; }
Clear()668         public virtual void Clear() { }
Contains(string name)669         public virtual bool Contains(string name) { throw null; }
CopyTo(System.Data.DataRelation[] array, int index)670         public void CopyTo(System.Data.DataRelation[] array, int index) { }
GetDataSet()671         protected abstract System.Data.DataSet GetDataSet();
IndexOf(System.Data.DataRelation relation)672         public virtual int IndexOf(System.Data.DataRelation relation) { throw null; }
IndexOf(string relationName)673         public virtual int IndexOf(string relationName) { throw null; }
OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs ccevent)674         protected virtual void OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs ccevent) { }
OnCollectionChanging(System.ComponentModel.CollectionChangeEventArgs ccevent)675         protected virtual void OnCollectionChanging(System.ComponentModel.CollectionChangeEventArgs ccevent) { }
Remove(System.Data.DataRelation relation)676         public void Remove(System.Data.DataRelation relation) { }
Remove(string name)677         public void Remove(string name) { }
RemoveAt(int index)678         public void RemoveAt(int index) { }
RemoveCore(System.Data.DataRelation relation)679         protected virtual void RemoveCore(System.Data.DataRelation relation) { }
680     }
681     public partial class DataRow
682     {
DataRow(System.Data.DataRowBuilder builder)683         protected internal DataRow(System.Data.DataRowBuilder builder) { }
684         public bool HasErrors { get { throw null; } }
685         public object this[System.Data.DataColumn column] { get { throw null; } set { } }
686         public object this[System.Data.DataColumn column, System.Data.DataRowVersion version] { get { throw null; } }
687         public object this[int columnIndex] { get { throw null; } set { } }
688         public object this[int columnIndex, System.Data.DataRowVersion version] { get { throw null; } }
689         public object this[string columnName] { get { throw null; } set { } }
690         public object this[string columnName, System.Data.DataRowVersion version] { get { throw null; } }
691         public object[] ItemArray { get { throw null; } set { } }
692         public string RowError { get { throw null; } set { } }
693         public System.Data.DataRowState RowState { get { throw null; } }
694         public System.Data.DataTable Table { get { throw null; } }
AcceptChanges()695         public void AcceptChanges() { }
696         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
BeginEdit()697         public void BeginEdit() { }
698         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
CancelEdit()699         public void CancelEdit() { }
ClearErrors()700         public void ClearErrors() { }
Delete()701         public void Delete() { }
702         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
EndEdit()703         public void EndEdit() { }
GetChildRows(System.Data.DataRelation relation)704         public System.Data.DataRow[] GetChildRows(System.Data.DataRelation relation) { throw null; }
GetChildRows(System.Data.DataRelation relation, System.Data.DataRowVersion version)705         public System.Data.DataRow[] GetChildRows(System.Data.DataRelation relation, System.Data.DataRowVersion version) { throw null; }
GetChildRows(string relationName)706         public System.Data.DataRow[] GetChildRows(string relationName) { throw null; }
GetChildRows(string relationName, System.Data.DataRowVersion version)707         public System.Data.DataRow[] GetChildRows(string relationName, System.Data.DataRowVersion version) { throw null; }
GetColumnError(System.Data.DataColumn column)708         public string GetColumnError(System.Data.DataColumn column) { throw null; }
GetColumnError(int columnIndex)709         public string GetColumnError(int columnIndex) { throw null; }
GetColumnError(string columnName)710         public string GetColumnError(string columnName) { throw null; }
GetColumnsInError()711         public System.Data.DataColumn[] GetColumnsInError() { throw null; }
GetParentRow(System.Data.DataRelation relation)712         public System.Data.DataRow GetParentRow(System.Data.DataRelation relation) { throw null; }
GetParentRow(System.Data.DataRelation relation, System.Data.DataRowVersion version)713         public System.Data.DataRow GetParentRow(System.Data.DataRelation relation, System.Data.DataRowVersion version) { throw null; }
GetParentRow(string relationName)714         public System.Data.DataRow GetParentRow(string relationName) { throw null; }
GetParentRow(string relationName, System.Data.DataRowVersion version)715         public System.Data.DataRow GetParentRow(string relationName, System.Data.DataRowVersion version) { throw null; }
GetParentRows(System.Data.DataRelation relation)716         public System.Data.DataRow[] GetParentRows(System.Data.DataRelation relation) { throw null; }
GetParentRows(System.Data.DataRelation relation, System.Data.DataRowVersion version)717         public System.Data.DataRow[] GetParentRows(System.Data.DataRelation relation, System.Data.DataRowVersion version) { throw null; }
GetParentRows(string relationName)718         public System.Data.DataRow[] GetParentRows(string relationName) { throw null; }
GetParentRows(string relationName, System.Data.DataRowVersion version)719         public System.Data.DataRow[] GetParentRows(string relationName, System.Data.DataRowVersion version) { throw null; }
HasVersion(System.Data.DataRowVersion version)720         public bool HasVersion(System.Data.DataRowVersion version) { throw null; }
IsNull(System.Data.DataColumn column)721         public bool IsNull(System.Data.DataColumn column) { throw null; }
IsNull(System.Data.DataColumn column, System.Data.DataRowVersion version)722         public bool IsNull(System.Data.DataColumn column, System.Data.DataRowVersion version) { throw null; }
IsNull(int columnIndex)723         public bool IsNull(int columnIndex) { throw null; }
IsNull(string columnName)724         public bool IsNull(string columnName) { throw null; }
RejectChanges()725         public void RejectChanges() { }
SetAdded()726         public void SetAdded() { }
SetColumnError(System.Data.DataColumn column, string error)727         public void SetColumnError(System.Data.DataColumn column, string error) { }
SetColumnError(int columnIndex, string error)728         public void SetColumnError(int columnIndex, string error) { }
SetColumnError(string columnName, string error)729         public void SetColumnError(string columnName, string error) { }
SetModified()730         public void SetModified() { }
SetNull(System.Data.DataColumn column)731         protected void SetNull(System.Data.DataColumn column) { }
SetParentRow(System.Data.DataRow parentRow)732         public void SetParentRow(System.Data.DataRow parentRow) { }
SetParentRow(System.Data.DataRow parentRow, System.Data.DataRelation relation)733         public void SetParentRow(System.Data.DataRow parentRow, System.Data.DataRelation relation) { }
734     }
735     [System.FlagsAttribute]
736     public enum DataRowAction
737     {
738         Add = 16,
739         Change = 2,
740         ChangeCurrentAndOriginal = 64,
741         ChangeOriginal = 32,
742         Commit = 8,
743         Delete = 1,
744         Nothing = 0,
745         Rollback = 4,
746     }
747     public sealed partial class DataRowBuilder
748     {
DataRowBuilder()749         internal DataRowBuilder() { }
750     }
751     public partial class DataRowChangeEventArgs : System.EventArgs
752     {
DataRowChangeEventArgs(System.Data.DataRow row, System.Data.DataRowAction action)753         public DataRowChangeEventArgs(System.Data.DataRow row, System.Data.DataRowAction action) { }
754         public System.Data.DataRowAction Action { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
755         public System.Data.DataRow Row { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
756     }
DataRowChangeEventHandler(object sender, System.Data.DataRowChangeEventArgs e)757     public delegate void DataRowChangeEventHandler(object sender, System.Data.DataRowChangeEventArgs e);
758     public sealed partial class DataRowCollection : System.Data.InternalDataCollectionBase
759     {
DataRowCollection()760         internal DataRowCollection() { }
761         public override int Count { get { throw null; } }
762         public System.Data.DataRow this[int index] { get { throw null; } }
Add(System.Data.DataRow row)763         public void Add(System.Data.DataRow row) { }
Add(params object[] values)764         public System.Data.DataRow Add(params object[] values) { throw null; }
Clear()765         public void Clear() { }
Contains(object key)766         public bool Contains(object key) { throw null; }
Contains(object[] keys)767         public bool Contains(object[] keys) { throw null; }
CopyTo(System.Array ar, int index)768         public override void CopyTo(System.Array ar, int index) { }
CopyTo(System.Data.DataRow[] array, int index)769         public void CopyTo(System.Data.DataRow[] array, int index) { }
Find(object key)770         public System.Data.DataRow Find(object key) { throw null; }
Find(object[] keys)771         public System.Data.DataRow Find(object[] keys) { throw null; }
GetEnumerator()772         public override System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(System.Data.DataRow row)773         public int IndexOf(System.Data.DataRow row) { throw null; }
InsertAt(System.Data.DataRow row, int pos)774         public void InsertAt(System.Data.DataRow row, int pos) { }
Remove(System.Data.DataRow row)775         public void Remove(System.Data.DataRow row) { }
RemoveAt(int index)776         public void RemoveAt(int index) { }
777     }
778     [System.FlagsAttribute]
779     public enum DataRowState
780     {
781         Added = 4,
782         Deleted = 8,
783         Detached = 1,
784         Modified = 16,
785         Unchanged = 2,
786     }
787     public enum DataRowVersion
788     {
789         Current = 512,
790         Default = 1536,
791         Original = 256,
792         Proposed = 1024,
793     }
794     public partial class DataRowView : System.ComponentModel.ICustomTypeDescriptor, System.ComponentModel.IDataErrorInfo, System.ComponentModel.IEditableObject, System.ComponentModel.INotifyPropertyChanged
795     {
DataRowView()796         internal DataRowView() { }
797         public System.Data.DataView DataView { get { throw null; } }
798         public bool IsEdit { get { throw null; } }
799         public bool IsNew { get { throw null; } }
800         public object this[int ndx] { get { throw null; } set { } }
801         public object this[string property] { get { throw null; } set { } }
802         public System.Data.DataRow Row { get { throw null; } }
803         public System.Data.DataRowVersion RowVersion { get { throw null; } }
804         string System.ComponentModel.IDataErrorInfo.Error { get { throw null; } }
805         string System.ComponentModel.IDataErrorInfo.this[string colName] { get { throw null; } }
806         public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged { add { } remove { } }
BeginEdit()807         public void BeginEdit() { }
CancelEdit()808         public void CancelEdit() { }
CreateChildView(System.Data.DataRelation relation)809         public System.Data.DataView CreateChildView(System.Data.DataRelation relation) { throw null; }
CreateChildView(System.Data.DataRelation relation, bool followParent)810         public System.Data.DataView CreateChildView(System.Data.DataRelation relation, bool followParent) { throw null; }
CreateChildView(string relationName)811         public System.Data.DataView CreateChildView(string relationName) { throw null; }
CreateChildView(string relationName, bool followParent)812         public System.Data.DataView CreateChildView(string relationName, bool followParent) { throw null; }
Delete()813         public void Delete() { }
EndEdit()814         public void EndEdit() { }
Equals(object other)815         public override bool Equals(object other) { throw null; }
GetHashCode()816         public override int GetHashCode() { throw null; }
System.ComponentModel.ICustomTypeDescriptor.GetAttributes()817         System.ComponentModel.AttributeCollection System.ComponentModel.ICustomTypeDescriptor.GetAttributes() { throw null; }
System.ComponentModel.ICustomTypeDescriptor.GetClassName()818         string System.ComponentModel.ICustomTypeDescriptor.GetClassName() { throw null; }
System.ComponentModel.ICustomTypeDescriptor.GetComponentName()819         string System.ComponentModel.ICustomTypeDescriptor.GetComponentName() { throw null; }
System.ComponentModel.ICustomTypeDescriptor.GetConverter()820         System.ComponentModel.TypeConverter System.ComponentModel.ICustomTypeDescriptor.GetConverter() { throw null; }
System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent()821         System.ComponentModel.EventDescriptor System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent() { throw null; }
System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty()822         System.ComponentModel.PropertyDescriptor System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty() { throw null; }
System.ComponentModel.ICustomTypeDescriptor.GetEditor(System.Type editorBaseType)823         object System.ComponentModel.ICustomTypeDescriptor.GetEditor(System.Type editorBaseType) { throw null; }
System.ComponentModel.ICustomTypeDescriptor.GetEvents()824         System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetEvents() { throw null; }
System.ComponentModel.ICustomTypeDescriptor.GetEvents(System.Attribute[] attributes)825         System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetEvents(System.Attribute[] attributes) { throw null; }
System.ComponentModel.ICustomTypeDescriptor.GetProperties()826         System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetProperties() { throw null; }
System.ComponentModel.ICustomTypeDescriptor.GetProperties(System.Attribute[] attributes)827         System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetProperties(System.Attribute[] attributes) { throw null; }
System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner(System.ComponentModel.PropertyDescriptor pd)828         object System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner(System.ComponentModel.PropertyDescriptor pd) { throw null; }
829     }
830     [System.ComponentModel.DefaultPropertyAttribute("DataSetName")]
831     [System.Xml.Serialization.XmlRootAttribute("DataSet")]
832     [System.Xml.Serialization.XmlSchemaProviderAttribute("GetDataSetSchema")]
833     [System.SerializableAttribute]
834     public partial class DataSet : System.ComponentModel.MarshalByValueComponent, System.ComponentModel.IListSource, System.ComponentModel.ISupportInitialize, System.ComponentModel.ISupportInitializeNotification, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable
835     {
DataSet()836         public DataSet() { }
DataSet(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)837         protected DataSet(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
DataSet(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context, bool ConstructSchema)838         protected DataSet(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context, bool ConstructSchema) { }
DataSet(string dataSetName)839         public DataSet(string dataSetName) { }
840         [System.ComponentModel.DefaultValueAttribute(false)]
841         public bool CaseSensitive { get { throw null; } set { } }
842         [System.ComponentModel.DefaultValueAttribute("")]
843         public string DataSetName { get { throw null; } set { } }
844         [System.ComponentModel.BrowsableAttribute(false)]
845         public System.Data.DataViewManager DefaultViewManager { get { throw null; } }
846         [System.ComponentModel.DefaultValueAttribute(true)]
847         public bool EnforceConstraints { get { throw null; } set { } }
848         [System.ComponentModel.BrowsableAttribute(false)]
849         public System.Data.PropertyCollection ExtendedProperties { get { throw null; } }
850         [System.ComponentModel.BrowsableAttribute(false)]
851         public bool HasErrors { get { throw null; } }
852         [System.ComponentModel.BrowsableAttribute(false)]
853         public bool IsInitialized { get { throw null; } }
854         public System.Globalization.CultureInfo Locale { get { throw null; } set { } }
855         [System.ComponentModel.DefaultValueAttribute("")]
856         public string Namespace { get { throw null; } set { } }
857         [System.ComponentModel.DefaultValueAttribute("")]
858         public string Prefix { get { throw null; } set { } }
859         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
860         public System.Data.DataRelationCollection Relations { get { throw null; } }
861         [System.ComponentModel.DefaultValueAttribute((System.Data.SerializationFormat)(0))]
862         public System.Data.SerializationFormat RemotingFormat { get { throw null; } set { } }
863         [System.ComponentModel.BrowsableAttribute(false)]
864         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
865         public virtual System.Data.SchemaSerializationMode SchemaSerializationMode { get { throw null; } set { } }
866         [System.ComponentModel.BrowsableAttribute(false)]
867         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
868         public override System.ComponentModel.ISite Site { get { throw null; } set { } }
869         bool System.ComponentModel.IListSource.ContainsListCollection { get { throw null; } }
870         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
871         public System.Data.DataTableCollection Tables { get { throw null; } }
872         public event System.EventHandler Initialized { add { } remove { } }
873         public event System.Data.MergeFailedEventHandler MergeFailed { add { } remove { } }
AcceptChanges()874         public void AcceptChanges() { }
BeginInit()875         public void BeginInit() { }
Clear()876         public void Clear() { }
Clone()877         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.NoInlining)]public virtual System.Data.DataSet Clone() { throw null; }
Copy()878         public System.Data.DataSet Copy() { throw null; }
CreateDataReader()879         public System.Data.DataTableReader CreateDataReader() { throw null; }
CreateDataReader(params System.Data.DataTable[] dataTables)880         public System.Data.DataTableReader CreateDataReader(params System.Data.DataTable[] dataTables) { throw null; }
DetermineSchemaSerializationMode(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)881         protected System.Data.SchemaSerializationMode DetermineSchemaSerializationMode(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw null; }
DetermineSchemaSerializationMode(System.Xml.XmlReader reader)882         protected System.Data.SchemaSerializationMode DetermineSchemaSerializationMode(System.Xml.XmlReader reader) { throw null; }
EndInit()883         public void EndInit() { }
GetChanges()884         public System.Data.DataSet GetChanges() { throw null; }
GetChanges(System.Data.DataRowState rowStates)885         public System.Data.DataSet GetChanges(System.Data.DataRowState rowStates) { throw null; }
GetDataSetSchema(System.Xml.Schema.XmlSchemaSet schemaSet)886         public static System.Xml.Schema.XmlSchemaComplexType GetDataSetSchema(System.Xml.Schema.XmlSchemaSet schemaSet) { throw null; }
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)887         public virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
GetSchemaSerializable()888         protected virtual System.Xml.Schema.XmlSchema GetSchemaSerializable() { throw null; }
GetSerializationData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)889         protected void GetSerializationData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
GetXml()890         public string GetXml() { throw null; }
GetXmlSchema()891         public string GetXmlSchema() { throw null; }
HasChanges()892         public bool HasChanges() { throw null; }
HasChanges(System.Data.DataRowState rowStates)893         public bool HasChanges(System.Data.DataRowState rowStates) { throw null; }
InferXmlSchema(System.IO.Stream stream, string[] nsArray)894         public void InferXmlSchema(System.IO.Stream stream, string[] nsArray) { }
InferXmlSchema(System.IO.TextReader reader, string[] nsArray)895         public void InferXmlSchema(System.IO.TextReader reader, string[] nsArray) { }
InferXmlSchema(string fileName, string[] nsArray)896         public void InferXmlSchema(string fileName, string[] nsArray) { }
InferXmlSchema(System.Xml.XmlReader reader, string[] nsArray)897         public void InferXmlSchema(System.Xml.XmlReader reader, string[] nsArray) { }
InitializeDerivedDataSet()898         protected virtual void InitializeDerivedDataSet() { }
IsBinarySerialized(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)899         protected bool IsBinarySerialized(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { throw null; }
Load(System.Data.IDataReader reader, System.Data.LoadOption loadOption, params System.Data.DataTable[] tables)900         public void Load(System.Data.IDataReader reader, System.Data.LoadOption loadOption, params System.Data.DataTable[] tables) { }
Load(System.Data.IDataReader reader, System.Data.LoadOption loadOption, System.Data.FillErrorEventHandler errorHandler, params System.Data.DataTable[] tables)901         public virtual void Load(System.Data.IDataReader reader, System.Data.LoadOption loadOption, System.Data.FillErrorEventHandler errorHandler, params System.Data.DataTable[] tables) { }
Load(System.Data.IDataReader reader, System.Data.LoadOption loadOption, params string[] tables)902         public void Load(System.Data.IDataReader reader, System.Data.LoadOption loadOption, params string[] tables) { }
Merge(System.Data.DataRow[] rows)903         public void Merge(System.Data.DataRow[] rows) { }
Merge(System.Data.DataRow[] rows, bool preserveChanges, System.Data.MissingSchemaAction missingSchemaAction)904         public void Merge(System.Data.DataRow[] rows, bool preserveChanges, System.Data.MissingSchemaAction missingSchemaAction) { }
Merge(System.Data.DataSet dataSet)905         public void Merge(System.Data.DataSet dataSet) { }
Merge(System.Data.DataSet dataSet, bool preserveChanges)906         public void Merge(System.Data.DataSet dataSet, bool preserveChanges) { }
Merge(System.Data.DataSet dataSet, bool preserveChanges, System.Data.MissingSchemaAction missingSchemaAction)907         public void Merge(System.Data.DataSet dataSet, bool preserveChanges, System.Data.MissingSchemaAction missingSchemaAction) { }
Merge(System.Data.DataTable table)908         public void Merge(System.Data.DataTable table) { }
Merge(System.Data.DataTable table, bool preserveChanges, System.Data.MissingSchemaAction missingSchemaAction)909         public void Merge(System.Data.DataTable table, bool preserveChanges, System.Data.MissingSchemaAction missingSchemaAction) { }
OnPropertyChanging(System.ComponentModel.PropertyChangedEventArgs pcevent)910         protected virtual void OnPropertyChanging(System.ComponentModel.PropertyChangedEventArgs pcevent) { }
OnRemoveRelation(System.Data.DataRelation relation)911         protected virtual void OnRemoveRelation(System.Data.DataRelation relation) { }
OnRemoveTable(System.Data.DataTable table)912         protected internal virtual void OnRemoveTable(System.Data.DataTable table) { }
RaisePropertyChanging(string name)913         protected internal void RaisePropertyChanging(string name) { }
ReadXml(System.IO.Stream stream)914         public System.Data.XmlReadMode ReadXml(System.IO.Stream stream) { throw null; }
ReadXml(System.IO.Stream stream, System.Data.XmlReadMode mode)915         public System.Data.XmlReadMode ReadXml(System.IO.Stream stream, System.Data.XmlReadMode mode) { throw null; }
ReadXml(System.IO.TextReader reader)916         public System.Data.XmlReadMode ReadXml(System.IO.TextReader reader) { throw null; }
ReadXml(System.IO.TextReader reader, System.Data.XmlReadMode mode)917         public System.Data.XmlReadMode ReadXml(System.IO.TextReader reader, System.Data.XmlReadMode mode) { throw null; }
ReadXml(string fileName)918         public System.Data.XmlReadMode ReadXml(string fileName) { throw null; }
ReadXml(string fileName, System.Data.XmlReadMode mode)919         public System.Data.XmlReadMode ReadXml(string fileName, System.Data.XmlReadMode mode) { throw null; }
ReadXml(System.Xml.XmlReader reader)920         public System.Data.XmlReadMode ReadXml(System.Xml.XmlReader reader) { throw null; }
ReadXml(System.Xml.XmlReader reader, System.Data.XmlReadMode mode)921         public System.Data.XmlReadMode ReadXml(System.Xml.XmlReader reader, System.Data.XmlReadMode mode) { throw null; }
ReadXmlSchema(System.IO.Stream stream)922         public void ReadXmlSchema(System.IO.Stream stream) { }
ReadXmlSchema(System.IO.TextReader reader)923         public void ReadXmlSchema(System.IO.TextReader reader) { }
ReadXmlSchema(string fileName)924         public void ReadXmlSchema(string fileName) { }
ReadXmlSchema(System.Xml.XmlReader reader)925         public void ReadXmlSchema(System.Xml.XmlReader reader) { }
ReadXmlSerializable(System.Xml.XmlReader reader)926         protected virtual void ReadXmlSerializable(System.Xml.XmlReader reader) { }
RejectChanges()927         public virtual void RejectChanges() { }
Reset()928         public virtual void Reset() { }
ShouldSerializeRelations()929         protected virtual bool ShouldSerializeRelations() { throw null; }
ShouldSerializeTables()930         protected virtual bool ShouldSerializeTables() { throw null; }
System.ComponentModel.IListSource.GetList()931         System.Collections.IList System.ComponentModel.IListSource.GetList() { throw null; }
System.Xml.Serialization.IXmlSerializable.GetSchema()932         System.Xml.Schema.XmlSchema System.Xml.Serialization.IXmlSerializable.GetSchema() { throw null; }
System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader reader)933         void System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader reader) { }
System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter writer)934         void System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter writer) { }
WriteXml(System.IO.Stream stream)935         public void WriteXml(System.IO.Stream stream) { }
WriteXml(System.IO.Stream stream, System.Data.XmlWriteMode mode)936         public void WriteXml(System.IO.Stream stream, System.Data.XmlWriteMode mode) { }
WriteXml(System.IO.TextWriter writer)937         public void WriteXml(System.IO.TextWriter writer) { }
WriteXml(System.IO.TextWriter writer, System.Data.XmlWriteMode mode)938         public void WriteXml(System.IO.TextWriter writer, System.Data.XmlWriteMode mode) { }
WriteXml(string fileName)939         public void WriteXml(string fileName) { }
WriteXml(string fileName, System.Data.XmlWriteMode mode)940         public void WriteXml(string fileName, System.Data.XmlWriteMode mode) { }
WriteXml(System.Xml.XmlWriter writer)941         public void WriteXml(System.Xml.XmlWriter writer) { }
WriteXml(System.Xml.XmlWriter writer, System.Data.XmlWriteMode mode)942         public void WriteXml(System.Xml.XmlWriter writer, System.Data.XmlWriteMode mode) { }
WriteXmlSchema(System.IO.Stream stream)943         public void WriteXmlSchema(System.IO.Stream stream) { }
WriteXmlSchema(System.IO.Stream stream, System.Converter<System.Type, string> multipleTargetConverter)944         public void WriteXmlSchema(System.IO.Stream stream, System.Converter<System.Type, string> multipleTargetConverter) { }
WriteXmlSchema(System.IO.TextWriter writer)945         public void WriteXmlSchema(System.IO.TextWriter writer) { }
WriteXmlSchema(System.IO.TextWriter writer, System.Converter<System.Type, string> multipleTargetConverter)946         public void WriteXmlSchema(System.IO.TextWriter writer, System.Converter<System.Type, string> multipleTargetConverter) { }
WriteXmlSchema(string fileName)947         public void WriteXmlSchema(string fileName) { }
WriteXmlSchema(string fileName, System.Converter<System.Type, string> multipleTargetConverter)948         public void WriteXmlSchema(string fileName, System.Converter<System.Type, string> multipleTargetConverter) { }
WriteXmlSchema(System.Xml.XmlWriter writer)949         public void WriteXmlSchema(System.Xml.XmlWriter writer) { }
WriteXmlSchema(System.Xml.XmlWriter writer, System.Converter<System.Type, string> multipleTargetConverter)950         public void WriteXmlSchema(System.Xml.XmlWriter writer, System.Converter<System.Type, string> multipleTargetConverter) { }
951     }
952     public enum DataSetDateTime
953     {
954         Local = 1,
955         Unspecified = 2,
956         UnspecifiedLocal = 3,
957         Utc = 4,
958     }
959     public partial class DataSetSchemaImporterExtension : System.Xml.Serialization.Advanced.SchemaImporterExtension
960     {
DataSetSchemaImporterExtension()961         public DataSetSchemaImporterExtension() { }
ImportSchemaType(string name, string schemaNamespace, System.Xml.Schema.XmlSchemaObject context, System.Xml.Serialization.XmlSchemas schemas, System.Xml.Serialization.XmlSchemaImporter importer, System.CodeDom.CodeCompileUnit compileUnit, System.CodeDom.CodeNamespace mainNamespace, System.Xml.Serialization.CodeGenerationOptions options, System.CodeDom.Compiler.CodeDomProvider codeProvider)962         public override string ImportSchemaType(string name, string schemaNamespace, System.Xml.Schema.XmlSchemaObject context, System.Xml.Serialization.XmlSchemas schemas, System.Xml.Serialization.XmlSchemaImporter importer, System.CodeDom.CodeCompileUnit compileUnit, System.CodeDom.CodeNamespace mainNamespace, System.Xml.Serialization.CodeGenerationOptions options, System.CodeDom.Compiler.CodeDomProvider codeProvider) { throw null; }
ImportSchemaType(System.Xml.Schema.XmlSchemaType type, System.Xml.Schema.XmlSchemaObject context, System.Xml.Serialization.XmlSchemas schemas, System.Xml.Serialization.XmlSchemaImporter importer, System.CodeDom.CodeCompileUnit compileUnit, System.CodeDom.CodeNamespace mainNamespace, System.Xml.Serialization.CodeGenerationOptions options, System.CodeDom.Compiler.CodeDomProvider codeProvider)963         public override string ImportSchemaType(System.Xml.Schema.XmlSchemaType type, System.Xml.Schema.XmlSchemaObject context, System.Xml.Serialization.XmlSchemas schemas, System.Xml.Serialization.XmlSchemaImporter importer, System.CodeDom.CodeCompileUnit compileUnit, System.CodeDom.CodeNamespace mainNamespace, System.Xml.Serialization.CodeGenerationOptions options, System.CodeDom.Compiler.CodeDomProvider codeProvider) { throw null; }
964     }
965     [System.AttributeUsageAttribute((System.AttributeTargets)(32767))]
966     [System.ObsoleteAttribute("DataSysDescriptionAttribute has been deprecated.  http://go.microsoft.com/fwlink/?linkid=14202", false)]
967     public partial class DataSysDescriptionAttribute : System.ComponentModel.DescriptionAttribute
968     {
969         [System.ObsoleteAttribute("DataSysDescriptionAttribute has been deprecated.  http://go.microsoft.com/fwlink/?linkid=14202", false)]
DataSysDescriptionAttribute(string description)970         public DataSysDescriptionAttribute(string description) { }
971         public override string Description { get { throw null; } }
972     }
973     [System.ComponentModel.DefaultEventAttribute("RowChanging")]
974     [System.ComponentModel.DefaultPropertyAttribute("TableName")]
975     [System.ComponentModel.DesignTimeVisibleAttribute(false)]
976     [System.ComponentModel.ToolboxItemAttribute(false)]
977     [System.Xml.Serialization.XmlSchemaProviderAttribute("GetDataTableSchema")]
978     [System.SerializableAttribute]
979     public partial class DataTable : System.ComponentModel.MarshalByValueComponent, System.ComponentModel.IListSource, System.ComponentModel.ISupportInitialize, System.ComponentModel.ISupportInitializeNotification, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable
980     {
981         protected internal bool fInitInProgress;
DataTable()982         public DataTable() { }
DataTable(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)983         protected DataTable(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
DataTable(string tableName)984         public DataTable(string tableName) { }
DataTable(string tableName, string tableNamespace)985         public DataTable(string tableName, string tableNamespace) { }
986         public bool CaseSensitive { get { throw null; } set { } }
987         [System.ComponentModel.BrowsableAttribute(false)]
988         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
989         public System.Data.DataRelationCollection ChildRelations { get { throw null; } }
990         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
991         public System.Data.DataColumnCollection Columns { get { throw null; } }
992         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
993         public System.Data.ConstraintCollection Constraints { get { throw null; } }
994         [System.ComponentModel.BrowsableAttribute(false)]
995         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
996         public System.Data.DataSet DataSet { get { throw null; } }
997         [System.ComponentModel.BrowsableAttribute(false)]
998         public System.Data.DataView DefaultView { get { throw null; } }
999         [System.ComponentModel.DefaultValueAttribute("")]
1000         public string DisplayExpression { get { throw null; } set { } }
1001         [System.ComponentModel.BrowsableAttribute(false)]
1002         public System.Data.PropertyCollection ExtendedProperties { get { throw null; } }
1003         [System.ComponentModel.BrowsableAttribute(false)]
1004         public bool HasErrors { get { throw null; } }
1005         [System.ComponentModel.BrowsableAttribute(false)]
1006         public bool IsInitialized { get { throw null; } }
1007         public System.Globalization.CultureInfo Locale { get { throw null; } set { } }
1008         [System.ComponentModel.DefaultValueAttribute(50)]
1009         public int MinimumCapacity { get { throw null; } set { } }
1010         public string Namespace { get { throw null; } set { } }
1011         [System.ComponentModel.BrowsableAttribute(false)]
1012         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1013         public System.Data.DataRelationCollection ParentRelations { get { throw null; } }
1014         [System.ComponentModel.DefaultValueAttribute("")]
1015         public string Prefix { get { throw null; } set { } }
1016         [System.ComponentModel.TypeConverterAttribute("System.Data.PrimaryKeyTypeConverter")]
1017         public System.Data.DataColumn[] PrimaryKey { get { throw null; } set { } }
1018         [System.ComponentModel.DefaultValueAttribute((System.Data.SerializationFormat)(0))]
1019         public System.Data.SerializationFormat RemotingFormat { get { throw null; } set { } }
1020         [System.ComponentModel.BrowsableAttribute(false)]
1021         public System.Data.DataRowCollection Rows { get { throw null; } }
1022         [System.ComponentModel.BrowsableAttribute(false)]
1023         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1024         public override System.ComponentModel.ISite Site { get { throw null; } set { } }
1025         bool System.ComponentModel.IListSource.ContainsListCollection { get { throw null; } }
1026         [System.ComponentModel.DefaultValueAttribute("")]
1027         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
1028         public string TableName { get { throw null; } set { } }
1029         public event System.Data.DataColumnChangeEventHandler ColumnChanged { add { } remove { } }
1030         public event System.Data.DataColumnChangeEventHandler ColumnChanging { add { } remove { } }
1031         public event System.EventHandler Initialized { add { } remove { } }
1032         public event System.Data.DataRowChangeEventHandler RowChanged { add { } remove { } }
1033         public event System.Data.DataRowChangeEventHandler RowChanging { add { } remove { } }
1034         public event System.Data.DataRowChangeEventHandler RowDeleted { add { } remove { } }
1035         public event System.Data.DataRowChangeEventHandler RowDeleting { add { } remove { } }
1036         public event System.Data.DataTableClearEventHandler TableCleared { add { } remove { } }
1037         public event System.Data.DataTableClearEventHandler TableClearing { add { } remove { } }
1038         public event System.Data.DataTableNewRowEventHandler TableNewRow { add { } remove { } }
AcceptChanges()1039         public void AcceptChanges() { }
BeginInit()1040         public virtual void BeginInit() { }
BeginLoadData()1041         public void BeginLoadData() { }
Clear()1042         public void Clear() { }
Clone()1043         public virtual System.Data.DataTable Clone() { throw null; }
Compute(string expression, string filter)1044         public object Compute(string expression, string filter) { throw null; }
Copy()1045         public System.Data.DataTable Copy() { throw null; }
CreateDataReader()1046         public System.Data.DataTableReader CreateDataReader() { throw null; }
CreateInstance()1047         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.NoInlining)]protected virtual System.Data.DataTable CreateInstance() { throw null; }
EndInit()1048         public virtual void EndInit() { }
EndLoadData()1049         public void EndLoadData() { }
GetChanges()1050         public System.Data.DataTable GetChanges() { throw null; }
GetChanges(System.Data.DataRowState rowStates)1051         public System.Data.DataTable GetChanges(System.Data.DataRowState rowStates) { throw null; }
GetDataTableSchema(System.Xml.Schema.XmlSchemaSet schemaSet)1052         public static System.Xml.Schema.XmlSchemaComplexType GetDataTableSchema(System.Xml.Schema.XmlSchemaSet schemaSet) { throw null; }
GetErrors()1053         public System.Data.DataRow[] GetErrors() { throw null; }
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)1054         public virtual void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
GetRowType()1055         protected virtual System.Type GetRowType() { throw null; }
GetSchema()1056         protected virtual System.Xml.Schema.XmlSchema GetSchema() { throw null; }
ImportRow(System.Data.DataRow row)1057         public void ImportRow(System.Data.DataRow row) { }
Load(System.Data.IDataReader reader)1058         public void Load(System.Data.IDataReader reader) { }
Load(System.Data.IDataReader reader, System.Data.LoadOption loadOption)1059         public void Load(System.Data.IDataReader reader, System.Data.LoadOption loadOption) { }
Load(System.Data.IDataReader reader, System.Data.LoadOption loadOption, System.Data.FillErrorEventHandler errorHandler)1060         public virtual void Load(System.Data.IDataReader reader, System.Data.LoadOption loadOption, System.Data.FillErrorEventHandler errorHandler) { }
LoadDataRow(object[] values, bool fAcceptChanges)1061         public System.Data.DataRow LoadDataRow(object[] values, bool fAcceptChanges) { throw null; }
LoadDataRow(object[] values, System.Data.LoadOption loadOption)1062         public System.Data.DataRow LoadDataRow(object[] values, System.Data.LoadOption loadOption) { throw null; }
Merge(System.Data.DataTable table)1063         public void Merge(System.Data.DataTable table) { }
Merge(System.Data.DataTable table, bool preserveChanges)1064         public void Merge(System.Data.DataTable table, bool preserveChanges) { }
Merge(System.Data.DataTable table, bool preserveChanges, System.Data.MissingSchemaAction missingSchemaAction)1065         public void Merge(System.Data.DataTable table, bool preserveChanges, System.Data.MissingSchemaAction missingSchemaAction) { }
NewRow()1066         public System.Data.DataRow NewRow() { throw null; }
NewRowArray(int size)1067         [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.NoInlining)]protected internal System.Data.DataRow[] NewRowArray(int size) { throw null; }
NewRowFromBuilder(System.Data.DataRowBuilder builder)1068         protected virtual System.Data.DataRow NewRowFromBuilder(System.Data.DataRowBuilder builder) { throw null; }
OnColumnChanged(System.Data.DataColumnChangeEventArgs e)1069         protected internal virtual void OnColumnChanged(System.Data.DataColumnChangeEventArgs e) { }
OnColumnChanging(System.Data.DataColumnChangeEventArgs e)1070         protected internal virtual void OnColumnChanging(System.Data.DataColumnChangeEventArgs e) { }
OnPropertyChanging(System.ComponentModel.PropertyChangedEventArgs pcevent)1071         protected virtual void OnPropertyChanging(System.ComponentModel.PropertyChangedEventArgs pcevent) { }
OnRemoveColumn(System.Data.DataColumn column)1072         protected virtual void OnRemoveColumn(System.Data.DataColumn column) { }
OnRowChanged(System.Data.DataRowChangeEventArgs e)1073         protected virtual void OnRowChanged(System.Data.DataRowChangeEventArgs e) { }
OnRowChanging(System.Data.DataRowChangeEventArgs e)1074         protected virtual void OnRowChanging(System.Data.DataRowChangeEventArgs e) { }
OnRowDeleted(System.Data.DataRowChangeEventArgs e)1075         protected virtual void OnRowDeleted(System.Data.DataRowChangeEventArgs e) { }
OnRowDeleting(System.Data.DataRowChangeEventArgs e)1076         protected virtual void OnRowDeleting(System.Data.DataRowChangeEventArgs e) { }
OnTableCleared(System.Data.DataTableClearEventArgs e)1077         protected virtual void OnTableCleared(System.Data.DataTableClearEventArgs e) { }
OnTableClearing(System.Data.DataTableClearEventArgs e)1078         protected virtual void OnTableClearing(System.Data.DataTableClearEventArgs e) { }
OnTableNewRow(System.Data.DataTableNewRowEventArgs e)1079         protected virtual void OnTableNewRow(System.Data.DataTableNewRowEventArgs e) { }
ReadXml(System.IO.Stream stream)1080         public System.Data.XmlReadMode ReadXml(System.IO.Stream stream) { throw null; }
ReadXml(System.IO.TextReader reader)1081         public System.Data.XmlReadMode ReadXml(System.IO.TextReader reader) { throw null; }
ReadXml(string fileName)1082         public System.Data.XmlReadMode ReadXml(string fileName) { throw null; }
ReadXml(System.Xml.XmlReader reader)1083         public System.Data.XmlReadMode ReadXml(System.Xml.XmlReader reader) { throw null; }
ReadXmlSchema(System.IO.Stream stream)1084         public void ReadXmlSchema(System.IO.Stream stream) { }
ReadXmlSchema(System.IO.TextReader reader)1085         public void ReadXmlSchema(System.IO.TextReader reader) { }
ReadXmlSchema(string fileName)1086         public void ReadXmlSchema(string fileName) { }
ReadXmlSchema(System.Xml.XmlReader reader)1087         public void ReadXmlSchema(System.Xml.XmlReader reader) { }
ReadXmlSerializable(System.Xml.XmlReader reader)1088         protected virtual void ReadXmlSerializable(System.Xml.XmlReader reader) { }
RejectChanges()1089         public void RejectChanges() { }
Reset()1090         public virtual void Reset() { }
Select()1091         public System.Data.DataRow[] Select() { throw null; }
Select(string filterExpression)1092         public System.Data.DataRow[] Select(string filterExpression) { throw null; }
Select(string filterExpression, string sort)1093         public System.Data.DataRow[] Select(string filterExpression, string sort) { throw null; }
Select(string filterExpression, string sort, System.Data.DataViewRowState recordStates)1094         public System.Data.DataRow[] Select(string filterExpression, string sort, System.Data.DataViewRowState recordStates) { throw null; }
System.ComponentModel.IListSource.GetList()1095         System.Collections.IList System.ComponentModel.IListSource.GetList() { throw null; }
System.Xml.Serialization.IXmlSerializable.GetSchema()1096         System.Xml.Schema.XmlSchema System.Xml.Serialization.IXmlSerializable.GetSchema() { throw null; }
System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader reader)1097         void System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader reader) { }
System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter writer)1098         void System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter writer) { }
ToString()1099         public override string ToString() { throw null; }
WriteXml(System.IO.Stream stream)1100         public void WriteXml(System.IO.Stream stream) { }
WriteXml(System.IO.Stream stream, bool writeHierarchy)1101         public void WriteXml(System.IO.Stream stream, bool writeHierarchy) { }
WriteXml(System.IO.Stream stream, System.Data.XmlWriteMode mode)1102         public void WriteXml(System.IO.Stream stream, System.Data.XmlWriteMode mode) { }
WriteXml(System.IO.Stream stream, System.Data.XmlWriteMode mode, bool writeHierarchy)1103         public void WriteXml(System.IO.Stream stream, System.Data.XmlWriteMode mode, bool writeHierarchy) { }
WriteXml(System.IO.TextWriter writer)1104         public void WriteXml(System.IO.TextWriter writer) { }
WriteXml(System.IO.TextWriter writer, bool writeHierarchy)1105         public void WriteXml(System.IO.TextWriter writer, bool writeHierarchy) { }
WriteXml(System.IO.TextWriter writer, System.Data.XmlWriteMode mode)1106         public void WriteXml(System.IO.TextWriter writer, System.Data.XmlWriteMode mode) { }
WriteXml(System.IO.TextWriter writer, System.Data.XmlWriteMode mode, bool writeHierarchy)1107         public void WriteXml(System.IO.TextWriter writer, System.Data.XmlWriteMode mode, bool writeHierarchy) { }
WriteXml(string fileName)1108         public void WriteXml(string fileName) { }
WriteXml(string fileName, bool writeHierarchy)1109         public void WriteXml(string fileName, bool writeHierarchy) { }
WriteXml(string fileName, System.Data.XmlWriteMode mode)1110         public void WriteXml(string fileName, System.Data.XmlWriteMode mode) { }
WriteXml(string fileName, System.Data.XmlWriteMode mode, bool writeHierarchy)1111         public void WriteXml(string fileName, System.Data.XmlWriteMode mode, bool writeHierarchy) { }
WriteXml(System.Xml.XmlWriter writer)1112         public void WriteXml(System.Xml.XmlWriter writer) { }
WriteXml(System.Xml.XmlWriter writer, bool writeHierarchy)1113         public void WriteXml(System.Xml.XmlWriter writer, bool writeHierarchy) { }
WriteXml(System.Xml.XmlWriter writer, System.Data.XmlWriteMode mode)1114         public void WriteXml(System.Xml.XmlWriter writer, System.Data.XmlWriteMode mode) { }
WriteXml(System.Xml.XmlWriter writer, System.Data.XmlWriteMode mode, bool writeHierarchy)1115         public void WriteXml(System.Xml.XmlWriter writer, System.Data.XmlWriteMode mode, bool writeHierarchy) { }
WriteXmlSchema(System.IO.Stream stream)1116         public void WriteXmlSchema(System.IO.Stream stream) { }
WriteXmlSchema(System.IO.Stream stream, bool writeHierarchy)1117         public void WriteXmlSchema(System.IO.Stream stream, bool writeHierarchy) { }
WriteXmlSchema(System.IO.TextWriter writer)1118         public void WriteXmlSchema(System.IO.TextWriter writer) { }
WriteXmlSchema(System.IO.TextWriter writer, bool writeHierarchy)1119         public void WriteXmlSchema(System.IO.TextWriter writer, bool writeHierarchy) { }
WriteXmlSchema(string fileName)1120         public void WriteXmlSchema(string fileName) { }
WriteXmlSchema(string fileName, bool writeHierarchy)1121         public void WriteXmlSchema(string fileName, bool writeHierarchy) { }
WriteXmlSchema(System.Xml.XmlWriter writer)1122         public void WriteXmlSchema(System.Xml.XmlWriter writer) { }
WriteXmlSchema(System.Xml.XmlWriter writer, bool writeHierarchy)1123         public void WriteXmlSchema(System.Xml.XmlWriter writer, bool writeHierarchy) { }
1124     }
1125     public sealed partial class DataTableClearEventArgs : System.EventArgs
1126     {
DataTableClearEventArgs(System.Data.DataTable dataTable)1127         public DataTableClearEventArgs(System.Data.DataTable dataTable) { }
1128         public System.Data.DataTable Table { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1129         public string TableName { get { throw null; } }
1130         public string TableNamespace { get { throw null; } }
1131     }
DataTableClearEventHandler(object sender, System.Data.DataTableClearEventArgs e)1132     public delegate void DataTableClearEventHandler(object sender, System.Data.DataTableClearEventArgs e);
1133     [System.ComponentModel.DefaultEventAttribute("CollectionChanged")]
1134     [System.ComponentModel.ListBindableAttribute(false)]
1135     public sealed partial class DataTableCollection : System.Data.InternalDataCollectionBase
1136     {
DataTableCollection()1137         internal DataTableCollection() { }
1138         public System.Data.DataTable this[int index] { get { throw null; } }
1139         public System.Data.DataTable this[string name] { get { throw null; } }
1140         public System.Data.DataTable this[string name, string tableNamespace] { get { throw null; } }
1141         protected override System.Collections.ArrayList List { get { throw null; } }
1142         public event System.ComponentModel.CollectionChangeEventHandler CollectionChanged { add { } remove { } }
1143         public event System.ComponentModel.CollectionChangeEventHandler CollectionChanging { add { } remove { } }
Add()1144         public System.Data.DataTable Add() { throw null; }
Add(System.Data.DataTable table)1145         public void Add(System.Data.DataTable table) { }
Add(string name)1146         public System.Data.DataTable Add(string name) { throw null; }
Add(string name, string tableNamespace)1147         public System.Data.DataTable Add(string name, string tableNamespace) { throw null; }
AddRange(System.Data.DataTable[] tables)1148         public void AddRange(System.Data.DataTable[] tables) { }
CanRemove(System.Data.DataTable table)1149         public bool CanRemove(System.Data.DataTable table) { throw null; }
Clear()1150         public void Clear() { }
Contains(string name)1151         public bool Contains(string name) { throw null; }
Contains(string name, string tableNamespace)1152         public bool Contains(string name, string tableNamespace) { throw null; }
CopyTo(System.Data.DataTable[] array, int index)1153         public void CopyTo(System.Data.DataTable[] array, int index) { }
IndexOf(System.Data.DataTable table)1154         public int IndexOf(System.Data.DataTable table) { throw null; }
IndexOf(string tableName)1155         public int IndexOf(string tableName) { throw null; }
IndexOf(string tableName, string tableNamespace)1156         public int IndexOf(string tableName, string tableNamespace) { throw null; }
Remove(System.Data.DataTable table)1157         public void Remove(System.Data.DataTable table) { }
Remove(string name)1158         public void Remove(string name) { }
Remove(string name, string tableNamespace)1159         public void Remove(string name, string tableNamespace) { }
RemoveAt(int index)1160         public void RemoveAt(int index) { }
1161     }
1162     public sealed partial class DataTableNewRowEventArgs : System.EventArgs
1163     {
DataTableNewRowEventArgs(System.Data.DataRow dataRow)1164         public DataTableNewRowEventArgs(System.Data.DataRow dataRow) { }
1165         public System.Data.DataRow Row { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1166     }
DataTableNewRowEventHandler(object sender, System.Data.DataTableNewRowEventArgs e)1167     public delegate void DataTableNewRowEventHandler(object sender, System.Data.DataTableNewRowEventArgs e);
1168     public sealed partial class DataTableReader : System.Data.Common.DbDataReader
1169     {
DataTableReader(System.Data.DataTable dataTable)1170         public DataTableReader(System.Data.DataTable dataTable) { }
DataTableReader(System.Data.DataTable[] dataTables)1171         public DataTableReader(System.Data.DataTable[] dataTables) { }
1172         public override int Depth { get { throw null; } }
1173         public override int FieldCount { get { throw null; } }
1174         public override bool HasRows { get { throw null; } }
1175         public override bool IsClosed { get { throw null; } }
1176         public override object this[int ordinal] { get { throw null; } }
1177         public override object this[string name] { get { throw null; } }
1178         public override int RecordsAffected { get { throw null; } }
Close()1179         public override void Close() { }
GetBoolean(int ordinal)1180         public override bool GetBoolean(int ordinal) { throw null; }
GetByte(int ordinal)1181         public override byte GetByte(int ordinal) { throw null; }
GetBytes(int ordinal, long dataIndex, byte[] buffer, int bufferIndex, int length)1182         public override long GetBytes(int ordinal, long dataIndex, byte[] buffer, int bufferIndex, int length) { throw null; }
GetChar(int ordinal)1183         public override char GetChar(int ordinal) { throw null; }
GetChars(int ordinal, long dataIndex, char[] buffer, int bufferIndex, int length)1184         public override long GetChars(int ordinal, long dataIndex, char[] buffer, int bufferIndex, int length) { throw null; }
GetDataTypeName(int ordinal)1185         public override string GetDataTypeName(int ordinal) { throw null; }
GetDateTime(int ordinal)1186         public override System.DateTime GetDateTime(int ordinal) { throw null; }
GetDecimal(int ordinal)1187         public override decimal GetDecimal(int ordinal) { throw null; }
GetDouble(int ordinal)1188         public override double GetDouble(int ordinal) { throw null; }
GetEnumerator()1189         public override System.Collections.IEnumerator GetEnumerator() { throw null; }
GetFieldType(int ordinal)1190         public override System.Type GetFieldType(int ordinal) { throw null; }
GetFloat(int ordinal)1191         public override float GetFloat(int ordinal) { throw null; }
GetGuid(int ordinal)1192         public override System.Guid GetGuid(int ordinal) { throw null; }
GetInt16(int ordinal)1193         public override short GetInt16(int ordinal) { throw null; }
GetInt32(int ordinal)1194         public override int GetInt32(int ordinal) { throw null; }
GetInt64(int ordinal)1195         public override long GetInt64(int ordinal) { throw null; }
GetName(int ordinal)1196         public override string GetName(int ordinal) { throw null; }
GetOrdinal(string name)1197         public override int GetOrdinal(string name) { throw null; }
GetProviderSpecificFieldType(int ordinal)1198         public override System.Type GetProviderSpecificFieldType(int ordinal) { throw null; }
GetProviderSpecificValue(int ordinal)1199         public override object GetProviderSpecificValue(int ordinal) { throw null; }
GetProviderSpecificValues(object[] values)1200         public override int GetProviderSpecificValues(object[] values) { throw null; }
GetSchemaTable()1201         public override System.Data.DataTable GetSchemaTable() { throw null; }
GetString(int ordinal)1202         public override string GetString(int ordinal) { throw null; }
GetValue(int ordinal)1203         public override object GetValue(int ordinal) { throw null; }
GetValues(object[] values)1204         public override int GetValues(object[] values) { throw null; }
IsDBNull(int ordinal)1205         public override bool IsDBNull(int ordinal) { throw null; }
NextResult()1206         public override bool NextResult() { throw null; }
Read()1207         public override bool Read() { throw null; }
1208     }
1209     [System.ComponentModel.DefaultEventAttribute("PositionChanged")]
1210     [System.ComponentModel.DefaultPropertyAttribute("Table")]
1211     public partial class DataView : System.ComponentModel.MarshalByValueComponent, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ComponentModel.IBindingList, System.ComponentModel.IBindingListView, System.ComponentModel.ISupportInitialize, System.ComponentModel.ISupportInitializeNotification, System.ComponentModel.ITypedList
1212     {
DataView()1213         public DataView() { }
DataView(System.Data.DataTable table)1214         public DataView(System.Data.DataTable table) { }
DataView(System.Data.DataTable table, string RowFilter, string Sort, System.Data.DataViewRowState RowState)1215         public DataView(System.Data.DataTable table, string RowFilter, string Sort, System.Data.DataViewRowState RowState) { }
1216         [System.ComponentModel.DefaultValueAttribute(true)]
1217         public bool AllowDelete { get { throw null; } set { } }
1218         [System.ComponentModel.DefaultValueAttribute(true)]
1219         public bool AllowEdit { get { throw null; } set { } }
1220         [System.ComponentModel.DefaultValueAttribute(true)]
1221         public bool AllowNew { get { throw null; } set { } }
1222         [System.ComponentModel.DefaultValueAttribute(false)]
1223         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
1224         public bool ApplyDefaultSort { get { throw null; } set { } }
1225         [System.ComponentModel.BrowsableAttribute(false)]
1226         public int Count { get { throw null; } }
1227         [System.ComponentModel.BrowsableAttribute(false)]
1228         public System.Data.DataViewManager DataViewManager { get { throw null; } }
1229         [System.ComponentModel.BrowsableAttribute(false)]
1230         public bool IsInitialized { get { throw null; } }
1231         [System.ComponentModel.BrowsableAttribute(false)]
1232         protected bool IsOpen { get { throw null; } }
1233         public System.Data.DataRowView this[int recordIndex] { get { throw null; } }
1234         [System.ComponentModel.DefaultValueAttribute("")]
1235         public virtual string RowFilter { get { throw null; } set { } }
1236         [System.ComponentModel.DefaultValueAttribute((System.Data.DataViewRowState)(22))]
1237         public System.Data.DataViewRowState RowStateFilter { get { throw null; } set { } }
1238         [System.ComponentModel.DefaultValueAttribute("")]
1239         public string Sort { get { throw null; } set { } }
1240         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
1241         object System.Collections.ICollection.SyncRoot { get { throw null; } }
1242         bool System.Collections.IList.IsFixedSize { get { throw null; } }
1243         bool System.Collections.IList.IsReadOnly { get { throw null; } }
1244         object System.Collections.IList.this[int recordIndex] { get { throw null; } set { } }
1245         bool System.ComponentModel.IBindingList.AllowEdit { get { throw null; } }
1246         bool System.ComponentModel.IBindingList.AllowNew { get { throw null; } }
1247         bool System.ComponentModel.IBindingList.AllowRemove { get { throw null; } }
1248         bool System.ComponentModel.IBindingList.IsSorted { get { throw null; } }
1249         System.ComponentModel.ListSortDirection System.ComponentModel.IBindingList.SortDirection { get { throw null; } }
1250         System.ComponentModel.PropertyDescriptor System.ComponentModel.IBindingList.SortProperty { get { throw null; } }
1251         bool System.ComponentModel.IBindingList.SupportsChangeNotification { get { throw null; } }
1252         bool System.ComponentModel.IBindingList.SupportsSearching { get { throw null; } }
1253         bool System.ComponentModel.IBindingList.SupportsSorting { get { throw null; } }
1254         string System.ComponentModel.IBindingListView.Filter { get { throw null; } set { } }
1255         System.ComponentModel.ListSortDescriptionCollection System.ComponentModel.IBindingListView.SortDescriptions { get { throw null; } }
1256         bool System.ComponentModel.IBindingListView.SupportsAdvancedSorting { get { throw null; } }
1257         bool System.ComponentModel.IBindingListView.SupportsFiltering { get { throw null; } }
1258         [System.ComponentModel.DefaultValueAttribute(null)]
1259         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
1260         [System.ComponentModel.TypeConverterAttribute("System.Data.DataTableTypeConverter")]
1261         public System.Data.DataTable Table { get { throw null; } set { } }
1262         public event System.EventHandler Initialized { add { } remove { } }
1263         public event System.ComponentModel.ListChangedEventHandler ListChanged { add { } remove { } }
AddNew()1264         public virtual System.Data.DataRowView AddNew() { throw null; }
BeginInit()1265         public void BeginInit() { }
Close()1266         protected void Close() { }
ColumnCollectionChanged(object sender, System.ComponentModel.CollectionChangeEventArgs e)1267         protected virtual void ColumnCollectionChanged(object sender, System.ComponentModel.CollectionChangeEventArgs e) { }
CopyTo(System.Array array, int index)1268         public void CopyTo(System.Array array, int index) { }
Delete(int index)1269         public void Delete(int index) { }
Dispose(bool disposing)1270         protected override void Dispose(bool disposing) { }
EndInit()1271         public void EndInit() { }
Equals(System.Data.DataView view)1272         public virtual bool Equals(System.Data.DataView view) { throw null; }
Find(object key)1273         public int Find(object key) { throw null; }
Find(object[] key)1274         public int Find(object[] key) { throw null; }
FindRows(object key)1275         public System.Data.DataRowView[] FindRows(object key) { throw null; }
FindRows(object[] key)1276         public System.Data.DataRowView[] FindRows(object[] key) { throw null; }
GetEnumerator()1277         public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexListChanged(object sender, System.ComponentModel.ListChangedEventArgs e)1278         protected virtual void IndexListChanged(object sender, System.ComponentModel.ListChangedEventArgs e) { }
OnListChanged(System.ComponentModel.ListChangedEventArgs e)1279         protected virtual void OnListChanged(System.ComponentModel.ListChangedEventArgs e) { }
Open()1280         protected void Open() { }
Reset()1281         protected void Reset() { }
System.Collections.IList.Add(object value)1282         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()1283         void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object value)1284         bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)1285         int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)1286         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)1287         void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)1288         void System.Collections.IList.RemoveAt(int index) { }
System.ComponentModel.IBindingList.AddIndex(System.ComponentModel.PropertyDescriptor property)1289         void System.ComponentModel.IBindingList.AddIndex(System.ComponentModel.PropertyDescriptor property) { }
System.ComponentModel.IBindingList.AddNew()1290         object System.ComponentModel.IBindingList.AddNew() { throw null; }
System.ComponentModel.IBindingList.ApplySort(System.ComponentModel.PropertyDescriptor property, System.ComponentModel.ListSortDirection direction)1291         void System.ComponentModel.IBindingList.ApplySort(System.ComponentModel.PropertyDescriptor property, System.ComponentModel.ListSortDirection direction) { }
System.ComponentModel.IBindingList.Find(System.ComponentModel.PropertyDescriptor property, object key)1292         int System.ComponentModel.IBindingList.Find(System.ComponentModel.PropertyDescriptor property, object key) { throw null; }
System.ComponentModel.IBindingList.RemoveIndex(System.ComponentModel.PropertyDescriptor property)1293         void System.ComponentModel.IBindingList.RemoveIndex(System.ComponentModel.PropertyDescriptor property) { }
System.ComponentModel.IBindingList.RemoveSort()1294         void System.ComponentModel.IBindingList.RemoveSort() { }
System.ComponentModel.IBindingListView.ApplySort(System.ComponentModel.ListSortDescriptionCollection sorts)1295         void System.ComponentModel.IBindingListView.ApplySort(System.ComponentModel.ListSortDescriptionCollection sorts) { }
System.ComponentModel.IBindingListView.RemoveFilter()1296         void System.ComponentModel.IBindingListView.RemoveFilter() { }
System.ComponentModel.ITypedList.GetItemProperties(System.ComponentModel.PropertyDescriptor[] listAccessors)1297         System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ITypedList.GetItemProperties(System.ComponentModel.PropertyDescriptor[] listAccessors) { throw null; }
System.ComponentModel.ITypedList.GetListName(System.ComponentModel.PropertyDescriptor[] listAccessors)1298         string System.ComponentModel.ITypedList.GetListName(System.ComponentModel.PropertyDescriptor[] listAccessors) { throw null; }
ToTable()1299         public System.Data.DataTable ToTable() { throw null; }
ToTable(bool distinct, params string[] columnNames)1300         public System.Data.DataTable ToTable(bool distinct, params string[] columnNames) { throw null; }
ToTable(string tableName)1301         public System.Data.DataTable ToTable(string tableName) { throw null; }
ToTable(string tableName, bool distinct, params string[] columnNames)1302         public System.Data.DataTable ToTable(string tableName, bool distinct, params string[] columnNames) { throw null; }
UpdateIndex()1303         protected void UpdateIndex() { }
UpdateIndex(bool force)1304         protected virtual void UpdateIndex(bool force) { }
1305     }
1306     public partial class DataViewManager : System.ComponentModel.MarshalByValueComponent, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ComponentModel.IBindingList, System.ComponentModel.ITypedList
1307     {
DataViewManager()1308         public DataViewManager() { }
DataViewManager(System.Data.DataSet dataSet)1309         public DataViewManager(System.Data.DataSet dataSet) { }
1310         [System.ComponentModel.DefaultValueAttribute(null)]
1311         public System.Data.DataSet DataSet { get { throw null; } set { } }
1312         public string DataViewSettingCollectionString { get { throw null; } set { } }
1313         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
1314         public System.Data.DataViewSettingCollection DataViewSettings { get { throw null; } }
1315         int System.Collections.ICollection.Count { get { throw null; } }
1316         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
1317         object System.Collections.ICollection.SyncRoot { get { throw null; } }
1318         bool System.Collections.IList.IsFixedSize { get { throw null; } }
1319         bool System.Collections.IList.IsReadOnly { get { throw null; } }
1320         object System.Collections.IList.this[int index] { get { throw null; } set { } }
1321         bool System.ComponentModel.IBindingList.AllowEdit { get { throw null; } }
1322         bool System.ComponentModel.IBindingList.AllowNew { get { throw null; } }
1323         bool System.ComponentModel.IBindingList.AllowRemove { get { throw null; } }
1324         bool System.ComponentModel.IBindingList.IsSorted { get { throw null; } }
1325         System.ComponentModel.ListSortDirection System.ComponentModel.IBindingList.SortDirection { get { throw null; } }
1326         System.ComponentModel.PropertyDescriptor System.ComponentModel.IBindingList.SortProperty { get { throw null; } }
1327         bool System.ComponentModel.IBindingList.SupportsChangeNotification { get { throw null; } }
1328         bool System.ComponentModel.IBindingList.SupportsSearching { get { throw null; } }
1329         bool System.ComponentModel.IBindingList.SupportsSorting { get { throw null; } }
1330         public event System.ComponentModel.ListChangedEventHandler ListChanged { add { } remove { } }
CreateDataView(System.Data.DataTable table)1331         public System.Data.DataView CreateDataView(System.Data.DataTable table) { throw null; }
OnListChanged(System.ComponentModel.ListChangedEventArgs e)1332         protected virtual void OnListChanged(System.ComponentModel.ListChangedEventArgs e) { }
RelationCollectionChanged(object sender, System.ComponentModel.CollectionChangeEventArgs e)1333         protected virtual void RelationCollectionChanged(object sender, System.ComponentModel.CollectionChangeEventArgs e) { }
System.Collections.ICollection.CopyTo(System.Array array, int index)1334         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()1335         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.Collections.IList.Add(object value)1336         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()1337         void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object value)1338         bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)1339         int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)1340         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)1341         void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)1342         void System.Collections.IList.RemoveAt(int index) { }
System.ComponentModel.IBindingList.AddIndex(System.ComponentModel.PropertyDescriptor property)1343         void System.ComponentModel.IBindingList.AddIndex(System.ComponentModel.PropertyDescriptor property) { }
System.ComponentModel.IBindingList.AddNew()1344         object System.ComponentModel.IBindingList.AddNew() { throw null; }
System.ComponentModel.IBindingList.ApplySort(System.ComponentModel.PropertyDescriptor property, System.ComponentModel.ListSortDirection direction)1345         void System.ComponentModel.IBindingList.ApplySort(System.ComponentModel.PropertyDescriptor property, System.ComponentModel.ListSortDirection direction) { }
System.ComponentModel.IBindingList.Find(System.ComponentModel.PropertyDescriptor property, object key)1346         int System.ComponentModel.IBindingList.Find(System.ComponentModel.PropertyDescriptor property, object key) { throw null; }
System.ComponentModel.IBindingList.RemoveIndex(System.ComponentModel.PropertyDescriptor property)1347         void System.ComponentModel.IBindingList.RemoveIndex(System.ComponentModel.PropertyDescriptor property) { }
System.ComponentModel.IBindingList.RemoveSort()1348         void System.ComponentModel.IBindingList.RemoveSort() { }
System.ComponentModel.ITypedList.GetItemProperties(System.ComponentModel.PropertyDescriptor[] listAccessors)1349         System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ITypedList.GetItemProperties(System.ComponentModel.PropertyDescriptor[] listAccessors) { throw null; }
System.ComponentModel.ITypedList.GetListName(System.ComponentModel.PropertyDescriptor[] listAccessors)1350         string System.ComponentModel.ITypedList.GetListName(System.ComponentModel.PropertyDescriptor[] listAccessors) { throw null; }
TableCollectionChanged(object sender, System.ComponentModel.CollectionChangeEventArgs e)1351         protected virtual void TableCollectionChanged(object sender, System.ComponentModel.CollectionChangeEventArgs e) { }
1352     }
1353     [System.FlagsAttribute]
1354     public enum DataViewRowState
1355     {
1356         Added = 4,
1357         CurrentRows = 22,
1358         Deleted = 8,
1359         ModifiedCurrent = 16,
1360         ModifiedOriginal = 32,
1361         None = 0,
1362         OriginalRows = 42,
1363         Unchanged = 2,
1364     }
1365     [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ExpandableObjectConverter))]
1366     public partial class DataViewSetting
1367     {
DataViewSetting()1368         internal DataViewSetting() { }
1369         public bool ApplyDefaultSort { get { throw null; } set { } }
1370         [System.ComponentModel.BrowsableAttribute(false)]
1371         public System.Data.DataViewManager DataViewManager { get { throw null; } }
1372         public string RowFilter { get { throw null; } set { } }
1373         public System.Data.DataViewRowState RowStateFilter { get { throw null; } set { } }
1374         public string Sort { get { throw null; } set { } }
1375         [System.ComponentModel.BrowsableAttribute(false)]
1376         public System.Data.DataTable Table { get { throw null; } }
1377     }
1378     public partial class DataViewSettingCollection : System.Collections.ICollection, System.Collections.IEnumerable
1379     {
DataViewSettingCollection()1380         internal DataViewSettingCollection() { }
1381         [System.ComponentModel.BrowsableAttribute(false)]
1382         public virtual int Count { get { throw null; } }
1383         [System.ComponentModel.BrowsableAttribute(false)]
1384         public bool IsReadOnly { get { throw null; } }
1385         [System.ComponentModel.BrowsableAttribute(false)]
1386         public bool IsSynchronized { get { throw null; } }
1387         public virtual System.Data.DataViewSetting this[System.Data.DataTable table] { get { throw null; } set { } }
1388         public virtual System.Data.DataViewSetting this[int index] { get { throw null; } set { } }
1389         public virtual System.Data.DataViewSetting this[string tableName] { get { throw null; } }
1390         [System.ComponentModel.BrowsableAttribute(false)]
1391         public object SyncRoot { get { throw null; } }
CopyTo(System.Array ar, int index)1392         public void CopyTo(System.Array ar, int index) { }
CopyTo(System.Data.DataViewSetting[] ar, int index)1393         public void CopyTo(System.Data.DataViewSetting[] ar, int index) { }
GetEnumerator()1394         public System.Collections.IEnumerator GetEnumerator() { throw null; }
1395     }
1396     [System.SerializableAttribute]
1397     public sealed partial class DBConcurrencyException : System.SystemException
1398     {
DBConcurrencyException()1399         public DBConcurrencyException() { }
DBConcurrencyException(string message)1400         public DBConcurrencyException(string message) { }
DBConcurrencyException(string message, System.Exception inner)1401         public DBConcurrencyException(string message, System.Exception inner) { }
DBConcurrencyException(string message, System.Exception inner, System.Data.DataRow[] dataRows)1402         public DBConcurrencyException(string message, System.Exception inner, System.Data.DataRow[] dataRows) { }
1403         public System.Data.DataRow Row { get { throw null; } set { } }
1404         public int RowCount { get { throw null; } }
CopyToRows(System.Data.DataRow[] array)1405         public void CopyToRows(System.Data.DataRow[] array) { }
CopyToRows(System.Data.DataRow[] array, int arrayIndex)1406         public void CopyToRows(System.Data.DataRow[] array, int arrayIndex) { }
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)1407         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
1408     }
1409     public enum DbType
1410     {
1411         AnsiString = 0,
1412         AnsiStringFixedLength = 22,
1413         Binary = 1,
1414         Boolean = 3,
1415         Byte = 2,
1416         Currency = 4,
1417         Date = 5,
1418         DateTime = 6,
1419         DateTime2 = 26,
1420         DateTimeOffset = 27,
1421         Decimal = 7,
1422         Double = 8,
1423         Guid = 9,
1424         Int16 = 10,
1425         Int32 = 11,
1426         Int64 = 12,
1427         Object = 13,
1428         SByte = 14,
1429         Single = 15,
1430         String = 16,
1431         StringFixedLength = 23,
1432         Time = 17,
1433         UInt16 = 18,
1434         UInt32 = 19,
1435         UInt64 = 20,
1436         VarNumeric = 21,
1437         Xml = 25,
1438     }
1439     [System.SerializableAttribute]
1440     public partial class DeletedRowInaccessibleException : System.Data.DataException
1441     {
DeletedRowInaccessibleException()1442         public DeletedRowInaccessibleException() { }
DeletedRowInaccessibleException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)1443         protected DeletedRowInaccessibleException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
DeletedRowInaccessibleException(string s)1444         public DeletedRowInaccessibleException(string s) { }
DeletedRowInaccessibleException(string message, System.Exception innerException)1445         public DeletedRowInaccessibleException(string message, System.Exception innerException) { }
1446     }
1447     [System.SerializableAttribute]
1448     public partial class DuplicateNameException : System.Data.DataException
1449     {
DuplicateNameException()1450         public DuplicateNameException() { }
DuplicateNameException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)1451         protected DuplicateNameException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
DuplicateNameException(string s)1452         public DuplicateNameException(string s) { }
DuplicateNameException(string message, System.Exception innerException)1453         public DuplicateNameException(string message, System.Exception innerException) { }
1454     }
1455     [System.SerializableAttribute]
1456     public partial class EvaluateException : System.Data.InvalidExpressionException
1457     {
EvaluateException()1458         public EvaluateException() { }
EvaluateException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)1459         protected EvaluateException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
EvaluateException(string s)1460         public EvaluateException(string s) { }
EvaluateException(string message, System.Exception innerException)1461         public EvaluateException(string message, System.Exception innerException) { }
1462     }
1463     public partial class FillErrorEventArgs : System.EventArgs
1464     {
FillErrorEventArgs(System.Data.DataTable dataTable, object[] values)1465         public FillErrorEventArgs(System.Data.DataTable dataTable, object[] values) { }
1466         public bool Continue { get { throw null; } set { } }
1467         public System.Data.DataTable DataTable { get { throw null; } }
1468         public System.Exception Errors { get { throw null; } set { } }
1469         public object[] Values { get { throw null; } }
1470     }
FillErrorEventHandler(object sender, System.Data.FillErrorEventArgs e)1471     public delegate void FillErrorEventHandler(object sender, System.Data.FillErrorEventArgs e);
1472     [System.ComponentModel.DefaultPropertyAttribute("ConstraintName")]
1473     public partial class ForeignKeyConstraint : System.Data.Constraint
1474     {
ForeignKeyConstraint(System.Data.DataColumn parentColumn, System.Data.DataColumn childColumn)1475         public ForeignKeyConstraint(System.Data.DataColumn parentColumn, System.Data.DataColumn childColumn) { }
ForeignKeyConstraint(System.Data.DataColumn[] parentColumns, System.Data.DataColumn[] childColumns)1476         public ForeignKeyConstraint(System.Data.DataColumn[] parentColumns, System.Data.DataColumn[] childColumns) { }
ForeignKeyConstraint(string constraintName, System.Data.DataColumn parentColumn, System.Data.DataColumn childColumn)1477         public ForeignKeyConstraint(string constraintName, System.Data.DataColumn parentColumn, System.Data.DataColumn childColumn) { }
ForeignKeyConstraint(string constraintName, System.Data.DataColumn[] parentColumns, System.Data.DataColumn[] childColumns)1478         public ForeignKeyConstraint(string constraintName, System.Data.DataColumn[] parentColumns, System.Data.DataColumn[] childColumns) { }
1479         [System.ComponentModel.BrowsableAttribute(false)]
ForeignKeyConstraint(string constraintName, string parentTableName, string parentTableNamespace, string[] parentColumnNames, string[] childColumnNames, System.Data.AcceptRejectRule acceptRejectRule, System.Data.Rule deleteRule, System.Data.Rule updateRule)1480         public ForeignKeyConstraint(string constraintName, string parentTableName, string parentTableNamespace, string[] parentColumnNames, string[] childColumnNames, System.Data.AcceptRejectRule acceptRejectRule, System.Data.Rule deleteRule, System.Data.Rule updateRule) { }
1481         [System.ComponentModel.BrowsableAttribute(false)]
ForeignKeyConstraint(string constraintName, string parentTableName, string[] parentColumnNames, string[] childColumnNames, System.Data.AcceptRejectRule acceptRejectRule, System.Data.Rule deleteRule, System.Data.Rule updateRule)1482         public ForeignKeyConstraint(string constraintName, string parentTableName, string[] parentColumnNames, string[] childColumnNames, System.Data.AcceptRejectRule acceptRejectRule, System.Data.Rule deleteRule, System.Data.Rule updateRule) { }
1483         [System.ComponentModel.DefaultValueAttribute((System.Data.AcceptRejectRule)(0))]
1484         public virtual System.Data.AcceptRejectRule AcceptRejectRule { get { throw null; } set { } }
1485         [System.ComponentModel.ReadOnlyAttribute(true)]
1486         public virtual System.Data.DataColumn[] Columns { get { throw null; } }
1487         [System.ComponentModel.DefaultValueAttribute((System.Data.Rule)(1))]
1488         public virtual System.Data.Rule DeleteRule { get { throw null; } set { } }
1489         [System.ComponentModel.ReadOnlyAttribute(true)]
1490         public virtual System.Data.DataColumn[] RelatedColumns { get { throw null; } }
1491         [System.ComponentModel.ReadOnlyAttribute(true)]
1492         public virtual System.Data.DataTable RelatedTable { get { throw null; } }
1493         [System.ComponentModel.ReadOnlyAttribute(true)]
1494         public override System.Data.DataTable Table { get { throw null; } }
1495         [System.ComponentModel.DefaultValueAttribute((System.Data.Rule)(1))]
1496         public virtual System.Data.Rule UpdateRule { get { throw null; } set { } }
Equals(object key)1497         public override bool Equals(object key) { throw null; }
GetHashCode()1498         public override int GetHashCode() { throw null; }
1499     }
1500     public partial interface IColumnMapping
1501     {
1502         string DataSetColumn { get; set; }
1503         string SourceColumn { get; set; }
1504     }
1505     public partial interface IColumnMappingCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
1506     {
1507         object this[string index] { get; set; }
Add(string sourceColumnName, string dataSetColumnName)1508         System.Data.IColumnMapping Add(string sourceColumnName, string dataSetColumnName);
Contains(string sourceColumnName)1509         bool Contains(string sourceColumnName);
GetByDataSetColumn(string dataSetColumnName)1510         System.Data.IColumnMapping GetByDataSetColumn(string dataSetColumnName);
IndexOf(string sourceColumnName)1511         int IndexOf(string sourceColumnName);
RemoveAt(string sourceColumnName)1512         void RemoveAt(string sourceColumnName);
1513     }
1514     public partial interface IDataAdapter
1515     {
1516         System.Data.MissingMappingAction MissingMappingAction { get; set; }
1517         System.Data.MissingSchemaAction MissingSchemaAction { get; set; }
1518         System.Data.ITableMappingCollection TableMappings { get; }
Fill(System.Data.DataSet dataSet)1519         int Fill(System.Data.DataSet dataSet);
FillSchema(System.Data.DataSet dataSet, System.Data.SchemaType schemaType)1520         System.Data.DataTable[] FillSchema(System.Data.DataSet dataSet, System.Data.SchemaType schemaType);
GetFillParameters()1521         System.Data.IDataParameter[] GetFillParameters();
Update(System.Data.DataSet dataSet)1522         int Update(System.Data.DataSet dataSet);
1523     }
1524     public partial interface IDataParameter
1525     {
1526         System.Data.DbType DbType { get; set; }
1527         System.Data.ParameterDirection Direction { get; set; }
1528         bool IsNullable { get; }
1529         string ParameterName { get; set; }
1530         string SourceColumn { get; set; }
1531         System.Data.DataRowVersion SourceVersion { get; set; }
1532         object Value { get; set; }
1533     }
1534     public partial interface IDataParameterCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
1535     {
1536         object this[string parameterName] { get; set; }
Contains(string parameterName)1537         bool Contains(string parameterName);
IndexOf(string parameterName)1538         int IndexOf(string parameterName);
RemoveAt(string parameterName)1539         void RemoveAt(string parameterName);
1540     }
1541     public partial interface IDataReader : System.Data.IDataRecord, System.IDisposable
1542     {
1543         int Depth { get; }
1544         bool IsClosed { get; }
1545         int RecordsAffected { get; }
Close()1546         void Close();
GetSchemaTable()1547         System.Data.DataTable GetSchemaTable();
NextResult()1548         bool NextResult();
Read()1549         bool Read();
1550     }
1551     public partial interface IDataRecord
1552     {
1553         int FieldCount { get; }
1554         object this[int i] { get; }
1555         object this[string name] { get; }
GetBoolean(int i)1556         bool GetBoolean(int i);
GetByte(int i)1557         byte GetByte(int i);
GetBytes(int i, long fieldOffset, byte[] buffer, int bufferoffset, int length)1558         long GetBytes(int i, long fieldOffset, byte[] buffer, int bufferoffset, int length);
GetChar(int i)1559         char GetChar(int i);
GetChars(int i, long fieldoffset, char[] buffer, int bufferoffset, int length)1560         long GetChars(int i, long fieldoffset, char[] buffer, int bufferoffset, int length);
GetData(int i)1561         System.Data.IDataReader GetData(int i);
GetDataTypeName(int i)1562         string GetDataTypeName(int i);
GetDateTime(int i)1563         System.DateTime GetDateTime(int i);
GetDecimal(int i)1564         decimal GetDecimal(int i);
GetDouble(int i)1565         double GetDouble(int i);
GetFieldType(int i)1566         System.Type GetFieldType(int i);
GetFloat(int i)1567         float GetFloat(int i);
GetGuid(int i)1568         System.Guid GetGuid(int i);
GetInt16(int i)1569         short GetInt16(int i);
GetInt32(int i)1570         int GetInt32(int i);
GetInt64(int i)1571         long GetInt64(int i);
GetName(int i)1572         string GetName(int i);
GetOrdinal(string name)1573         int GetOrdinal(string name);
GetString(int i)1574         string GetString(int i);
GetValue(int i)1575         object GetValue(int i);
GetValues(object[] values)1576         int GetValues(object[] values);
IsDBNull(int i)1577         bool IsDBNull(int i);
1578     }
1579     public partial interface IDbCommand : System.IDisposable
1580     {
1581         string CommandText { get; set; }
1582         int CommandTimeout { get; set; }
1583         System.Data.CommandType CommandType { get; set; }
1584         System.Data.IDbConnection Connection { get; set; }
1585         System.Data.IDataParameterCollection Parameters { get; }
1586         System.Data.IDbTransaction Transaction { get; set; }
1587         System.Data.UpdateRowSource UpdatedRowSource { get; set; }
Cancel()1588         void Cancel();
CreateParameter()1589         System.Data.IDbDataParameter CreateParameter();
ExecuteNonQuery()1590         int ExecuteNonQuery();
ExecuteReader()1591         System.Data.IDataReader ExecuteReader();
ExecuteReader(System.Data.CommandBehavior behavior)1592         System.Data.IDataReader ExecuteReader(System.Data.CommandBehavior behavior);
ExecuteScalar()1593         object ExecuteScalar();
Prepare()1594         void Prepare();
1595     }
1596     public partial interface IDbConnection : System.IDisposable
1597     {
1598         string ConnectionString { get; set; }
1599         int ConnectionTimeout { get; }
1600         string Database { get; }
1601         System.Data.ConnectionState State { get; }
BeginTransaction()1602         System.Data.IDbTransaction BeginTransaction();
BeginTransaction(System.Data.IsolationLevel il)1603         System.Data.IDbTransaction BeginTransaction(System.Data.IsolationLevel il);
ChangeDatabase(string databaseName)1604         void ChangeDatabase(string databaseName);
Close()1605         void Close();
CreateCommand()1606         System.Data.IDbCommand CreateCommand();
Open()1607         void Open();
1608     }
1609     public partial interface IDbDataAdapter : System.Data.IDataAdapter
1610     {
1611         System.Data.IDbCommand DeleteCommand { get; set; }
1612         System.Data.IDbCommand InsertCommand { get; set; }
1613         System.Data.IDbCommand SelectCommand { get; set; }
1614         System.Data.IDbCommand UpdateCommand { get; set; }
1615     }
1616     public partial interface IDbDataParameter : System.Data.IDataParameter
1617     {
1618         byte Precision { get; set; }
1619         byte Scale { get; set; }
1620         int Size { get; set; }
1621     }
1622     public partial interface IDbTransaction : System.IDisposable
1623     {
1624         System.Data.IDbConnection Connection { get; }
1625         System.Data.IsolationLevel IsolationLevel { get; }
Commit()1626         void Commit();
Rollback()1627         void Rollback();
1628     }
1629     [System.SerializableAttribute]
1630     public partial class InRowChangingEventException : System.Data.DataException
1631     {
InRowChangingEventException()1632         public InRowChangingEventException() { }
InRowChangingEventException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)1633         protected InRowChangingEventException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
InRowChangingEventException(string s)1634         public InRowChangingEventException(string s) { }
InRowChangingEventException(string message, System.Exception innerException)1635         public InRowChangingEventException(string message, System.Exception innerException) { }
1636     }
1637     public partial class InternalDataCollectionBase : System.Collections.ICollection, System.Collections.IEnumerable
1638     {
InternalDataCollectionBase()1639         public InternalDataCollectionBase() { }
1640         [System.ComponentModel.BrowsableAttribute(false)]
1641         public virtual int Count { get { throw null; } }
1642         [System.ComponentModel.BrowsableAttribute(false)]
1643         public bool IsReadOnly { get { throw null; } }
1644         [System.ComponentModel.BrowsableAttribute(false)]
1645         public bool IsSynchronized { get { throw null; } }
1646         protected virtual System.Collections.ArrayList List { get { throw null; } }
1647         [System.ComponentModel.BrowsableAttribute(false)]
1648         public object SyncRoot { get { throw null; } }
CopyTo(System.Array ar, int index)1649         public virtual void CopyTo(System.Array ar, int index) { }
GetEnumerator()1650         public virtual System.Collections.IEnumerator GetEnumerator() { throw null; }
1651     }
1652     [System.SerializableAttribute]
1653     public partial class InvalidConstraintException : System.Data.DataException
1654     {
InvalidConstraintException()1655         public InvalidConstraintException() { }
InvalidConstraintException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)1656         protected InvalidConstraintException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
InvalidConstraintException(string s)1657         public InvalidConstraintException(string s) { }
InvalidConstraintException(string message, System.Exception innerException)1658         public InvalidConstraintException(string message, System.Exception innerException) { }
1659     }
1660     [System.SerializableAttribute]
1661     public partial class InvalidExpressionException : System.Data.DataException
1662     {
InvalidExpressionException()1663         public InvalidExpressionException() { }
InvalidExpressionException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)1664         protected InvalidExpressionException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
InvalidExpressionException(string s)1665         public InvalidExpressionException(string s) { }
InvalidExpressionException(string message, System.Exception innerException)1666         public InvalidExpressionException(string message, System.Exception innerException) { }
1667     }
1668     public enum IsolationLevel
1669     {
1670         Chaos = 16,
1671         ReadCommitted = 4096,
1672         ReadUncommitted = 256,
1673         RepeatableRead = 65536,
1674         Serializable = 1048576,
1675         Snapshot = 16777216,
1676         Unspecified = -1,
1677     }
1678     public partial interface ITableMapping
1679     {
1680         System.Data.IColumnMappingCollection ColumnMappings { get; }
1681         string DataSetTable { get; set; }
1682         string SourceTable { get; set; }
1683     }
1684     public partial interface ITableMappingCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
1685     {
1686         object this[string index] { get; set; }
Add(string sourceTableName, string dataSetTableName)1687         System.Data.ITableMapping Add(string sourceTableName, string dataSetTableName);
Contains(string sourceTableName)1688         bool Contains(string sourceTableName);
GetByDataSetTable(string dataSetTableName)1689         System.Data.ITableMapping GetByDataSetTable(string dataSetTableName);
IndexOf(string sourceTableName)1690         int IndexOf(string sourceTableName);
RemoveAt(string sourceTableName)1691         void RemoveAt(string sourceTableName);
1692     }
1693     public enum KeyRestrictionBehavior
1694     {
1695         AllowOnly = 0,
1696         PreventUsage = 1,
1697     }
1698     public enum LoadOption
1699     {
1700         OverwriteChanges = 1,
1701         PreserveChanges = 2,
1702         Upsert = 3,
1703     }
1704     public enum MappingType
1705     {
1706         Attribute = 2,
1707         Element = 1,
1708         Hidden = 4,
1709         SimpleContent = 3,
1710     }
1711     public partial class MergeFailedEventArgs : System.EventArgs
1712     {
MergeFailedEventArgs(System.Data.DataTable table, string conflict)1713         public MergeFailedEventArgs(System.Data.DataTable table, string conflict) { }
1714         public string Conflict { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1715         public System.Data.DataTable Table { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1716     }
MergeFailedEventHandler(object sender, System.Data.MergeFailedEventArgs e)1717     public delegate void MergeFailedEventHandler(object sender, System.Data.MergeFailedEventArgs e);
1718     public enum MissingMappingAction
1719     {
1720         Error = 3,
1721         Ignore = 2,
1722         Passthrough = 1,
1723     }
1724     [System.SerializableAttribute]
1725     public partial class MissingPrimaryKeyException : System.Data.DataException
1726     {
MissingPrimaryKeyException()1727         public MissingPrimaryKeyException() { }
MissingPrimaryKeyException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)1728         protected MissingPrimaryKeyException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
MissingPrimaryKeyException(string s)1729         public MissingPrimaryKeyException(string s) { }
MissingPrimaryKeyException(string message, System.Exception innerException)1730         public MissingPrimaryKeyException(string message, System.Exception innerException) { }
1731     }
1732     public enum MissingSchemaAction
1733     {
1734         Add = 1,
1735         AddWithKey = 4,
1736         Error = 3,
1737         Ignore = 2,
1738     }
1739     [System.SerializableAttribute]
1740     public partial class NoNullAllowedException : System.Data.DataException
1741     {
NoNullAllowedException()1742         public NoNullAllowedException() { }
NoNullAllowedException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)1743         protected NoNullAllowedException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
NoNullAllowedException(string s)1744         public NoNullAllowedException(string s) { }
NoNullAllowedException(string message, System.Exception innerException)1745         public NoNullAllowedException(string message, System.Exception innerException) { }
1746     }
1747     [System.SerializableAttribute]
1748     public sealed partial class OperationAbortedException : System.SystemException
1749     {
OperationAbortedException()1750         internal OperationAbortedException() { }
1751     }
1752     public enum ParameterDirection
1753     {
1754         Input = 1,
1755         InputOutput = 3,
1756         Output = 2,
1757         ReturnValue = 6,
1758     }
1759     [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1760     [System.FlagsAttribute]
1761     [System.ObsoleteAttribute("PropertyAttributes has been deprecated.  http://go.microsoft.com/fwlink/?linkid=14202")]
1762     public enum PropertyAttributes
1763     {
1764         NotSupported = 0,
1765         Optional = 2,
1766         Read = 512,
1767         Required = 1,
1768         Write = 1024,
1769     }
1770     [System.SerializableAttribute]
1771     public partial class PropertyCollection : System.Collections.Hashtable, System.ICloneable
1772     {
PropertyCollection()1773         public PropertyCollection() { }
PropertyCollection(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)1774         protected PropertyCollection(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
Clone()1775         public override object Clone() { throw null; }
1776     }
1777     [System.SerializableAttribute]
1778     public partial class ReadOnlyException : System.Data.DataException
1779     {
ReadOnlyException()1780         public ReadOnlyException() { }
ReadOnlyException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)1781         protected ReadOnlyException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
ReadOnlyException(string s)1782         public ReadOnlyException(string s) { }
ReadOnlyException(string message, System.Exception innerException)1783         public ReadOnlyException(string message, System.Exception innerException) { }
1784     }
1785     [System.SerializableAttribute]
1786     public partial class RowNotInTableException : System.Data.DataException
1787     {
RowNotInTableException()1788         public RowNotInTableException() { }
RowNotInTableException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)1789         protected RowNotInTableException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
RowNotInTableException(string s)1790         public RowNotInTableException(string s) { }
RowNotInTableException(string message, System.Exception innerException)1791         public RowNotInTableException(string message, System.Exception innerException) { }
1792     }
1793     public enum Rule
1794     {
1795         Cascade = 1,
1796         None = 0,
1797         SetDefault = 3,
1798         SetNull = 2,
1799     }
1800     public enum SchemaSerializationMode
1801     {
1802         ExcludeSchema = 2,
1803         IncludeSchema = 1,
1804     }
1805     public enum SchemaType
1806     {
1807         Mapped = 2,
1808         Source = 1,
1809     }
1810     public enum SerializationFormat
1811     {
1812         Binary = 1,
1813         Xml = 0,
1814     }
1815     public enum SqlDbType
1816     {
1817         BigInt = 0,
1818         Binary = 1,
1819         Bit = 2,
1820         Char = 3,
1821         Date = 31,
1822         DateTime = 4,
1823         DateTime2 = 33,
1824         DateTimeOffset = 34,
1825         Decimal = 5,
1826         Float = 6,
1827         Image = 7,
1828         Int = 8,
1829         Money = 9,
1830         NChar = 10,
1831         NText = 11,
1832         NVarChar = 12,
1833         Real = 13,
1834         SmallDateTime = 15,
1835         SmallInt = 16,
1836         SmallMoney = 17,
1837         Structured = 30,
1838         Text = 18,
1839         Time = 32,
1840         Timestamp = 19,
1841         TinyInt = 20,
1842         Udt = 29,
1843         UniqueIdentifier = 14,
1844         VarBinary = 21,
1845         VarChar = 22,
1846         Variant = 23,
1847         Xml = 25,
1848     }
1849     public sealed partial class StateChangeEventArgs : System.EventArgs
1850     {
StateChangeEventArgs(System.Data.ConnectionState originalState, System.Data.ConnectionState currentState)1851         public StateChangeEventArgs(System.Data.ConnectionState originalState, System.Data.ConnectionState currentState) { }
1852         public System.Data.ConnectionState CurrentState { get { throw null; } }
1853         public System.Data.ConnectionState OriginalState { get { throw null; } }
1854     }
StateChangeEventHandler(object sender, System.Data.StateChangeEventArgs e)1855     public delegate void StateChangeEventHandler(object sender, System.Data.StateChangeEventArgs e);
1856     public sealed partial class StatementCompletedEventArgs : System.EventArgs
1857     {
StatementCompletedEventArgs(int recordCount)1858         public StatementCompletedEventArgs(int recordCount) { }
1859         public int RecordCount { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
1860     }
StatementCompletedEventHandler(object sender, System.Data.StatementCompletedEventArgs e)1861     public delegate void StatementCompletedEventHandler(object sender, System.Data.StatementCompletedEventArgs e);
1862     public enum StatementType
1863     {
1864         Batch = 4,
1865         Delete = 3,
1866         Insert = 1,
1867         Select = 0,
1868         Update = 2,
1869     }
1870     [System.SerializableAttribute]
1871     public partial class StrongTypingException : System.Data.DataException
1872     {
StrongTypingException()1873         public StrongTypingException() { }
StrongTypingException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)1874         protected StrongTypingException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
StrongTypingException(string message)1875         public StrongTypingException(string message) { }
StrongTypingException(string s, System.Exception innerException)1876         public StrongTypingException(string s, System.Exception innerException) { }
1877     }
1878     [System.SerializableAttribute]
1879     public partial class SyntaxErrorException : System.Data.InvalidExpressionException
1880     {
SyntaxErrorException()1881         public SyntaxErrorException() { }
SyntaxErrorException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)1882         protected SyntaxErrorException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
SyntaxErrorException(string s)1883         public SyntaxErrorException(string s) { }
SyntaxErrorException(string message, System.Exception innerException)1884         public SyntaxErrorException(string message, System.Exception innerException) { }
1885     }
1886     [System.ObsoleteAttribute("TypedDataSetGenerator class will be removed in a future release. Please use System.Data.Design.TypedDataSetGenerator in System.Design.dll.")]
1887     [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, SharedState=true, Synchronization=true)]
1888     public partial class TypedDataSetGenerator
1889     {
TypedDataSetGenerator()1890         public TypedDataSetGenerator() { }
Generate(System.Data.DataSet dataSet, System.CodeDom.CodeNamespace codeNamespace, System.CodeDom.Compiler.ICodeGenerator codeGen)1891         public static void Generate(System.Data.DataSet dataSet, System.CodeDom.CodeNamespace codeNamespace, System.CodeDom.Compiler.ICodeGenerator codeGen) { }
GenerateIdName(string name, System.CodeDom.Compiler.ICodeGenerator codeGen)1892         public static string GenerateIdName(string name, System.CodeDom.Compiler.ICodeGenerator codeGen) { throw null; }
1893     }
1894     [System.SerializableAttribute]
1895     public partial class TypedDataSetGeneratorException : System.Data.DataException
1896     {
TypedDataSetGeneratorException()1897         public TypedDataSetGeneratorException() { }
TypedDataSetGeneratorException(System.Collections.ArrayList list)1898         public TypedDataSetGeneratorException(System.Collections.ArrayList list) { }
TypedDataSetGeneratorException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)1899         protected TypedDataSetGeneratorException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
TypedDataSetGeneratorException(string message)1900         public TypedDataSetGeneratorException(string message) { }
TypedDataSetGeneratorException(string message, System.Exception innerException)1901         public TypedDataSetGeneratorException(string message, System.Exception innerException) { }
1902         public System.Collections.ArrayList ErrorList { get { throw null; } }
1903         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128))]
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)1904         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
1905     }
1906     [System.ComponentModel.DefaultPropertyAttribute("ConstraintName")]
1907     public partial class UniqueConstraint : System.Data.Constraint
1908     {
UniqueConstraint(System.Data.DataColumn column)1909         public UniqueConstraint(System.Data.DataColumn column) { }
UniqueConstraint(System.Data.DataColumn column, bool isPrimaryKey)1910         public UniqueConstraint(System.Data.DataColumn column, bool isPrimaryKey) { }
UniqueConstraint(System.Data.DataColumn[] columns)1911         public UniqueConstraint(System.Data.DataColumn[] columns) { }
UniqueConstraint(System.Data.DataColumn[] columns, bool isPrimaryKey)1912         public UniqueConstraint(System.Data.DataColumn[] columns, bool isPrimaryKey) { }
UniqueConstraint(string name, System.Data.DataColumn column)1913         public UniqueConstraint(string name, System.Data.DataColumn column) { }
UniqueConstraint(string name, System.Data.DataColumn column, bool isPrimaryKey)1914         public UniqueConstraint(string name, System.Data.DataColumn column, bool isPrimaryKey) { }
UniqueConstraint(string name, System.Data.DataColumn[] columns)1915         public UniqueConstraint(string name, System.Data.DataColumn[] columns) { }
UniqueConstraint(string name, System.Data.DataColumn[] columns, bool isPrimaryKey)1916         public UniqueConstraint(string name, System.Data.DataColumn[] columns, bool isPrimaryKey) { }
1917         [System.ComponentModel.BrowsableAttribute(false)]
UniqueConstraint(string name, string[] columnNames, bool isPrimaryKey)1918         public UniqueConstraint(string name, string[] columnNames, bool isPrimaryKey) { }
1919         [System.ComponentModel.ReadOnlyAttribute(true)]
1920         public virtual System.Data.DataColumn[] Columns { get { throw null; } }
1921         public bool IsPrimaryKey { get { throw null; } }
1922         [System.ComponentModel.ReadOnlyAttribute(true)]
1923         public override System.Data.DataTable Table { get { throw null; } }
Equals(object key2)1924         public override bool Equals(object key2) { throw null; }
GetHashCode()1925         public override int GetHashCode() { throw null; }
1926     }
1927     public enum UpdateRowSource
1928     {
1929         Both = 3,
1930         FirstReturnedRecord = 2,
1931         None = 0,
1932         OutputParameters = 1,
1933     }
1934     public enum UpdateStatus
1935     {
1936         Continue = 0,
1937         ErrorsOccurred = 1,
1938         SkipAllRemainingRows = 3,
1939         SkipCurrentRow = 2,
1940     }
1941     [System.SerializableAttribute]
1942     public partial class VersionNotFoundException : System.Data.DataException
1943     {
VersionNotFoundException()1944         public VersionNotFoundException() { }
VersionNotFoundException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)1945         protected VersionNotFoundException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
VersionNotFoundException(string s)1946         public VersionNotFoundException(string s) { }
VersionNotFoundException(string message, System.Exception innerException)1947         public VersionNotFoundException(string message, System.Exception innerException) { }
1948     }
1949     public enum XmlReadMode
1950     {
1951         Auto = 0,
1952         DiffGram = 4,
1953         Fragment = 5,
1954         IgnoreSchema = 2,
1955         InferSchema = 3,
1956         InferTypedSchema = 6,
1957         ReadSchema = 1,
1958     }
1959     public enum XmlWriteMode
1960     {
1961         DiffGram = 2,
1962         IgnoreSchema = 1,
1963         WriteSchema = 0,
1964     }
1965 }
1966 namespace System.Data.Common
1967 {
1968     public enum CatalogLocation
1969     {
1970         End = 2,
1971         Start = 1,
1972     }
1973     public partial class DataAdapter : System.ComponentModel.Component, System.Data.IDataAdapter
1974     {
DataAdapter()1975         protected DataAdapter() { }
DataAdapter(System.Data.Common.DataAdapter from)1976         protected DataAdapter(System.Data.Common.DataAdapter from) { }
1977         [System.ComponentModel.DefaultValueAttribute(true)]
1978         public bool AcceptChangesDuringFill { get { throw null; } set { } }
1979         [System.ComponentModel.DefaultValueAttribute(true)]
1980         public bool AcceptChangesDuringUpdate { get { throw null; } set { } }
1981         [System.ComponentModel.DefaultValueAttribute(false)]
1982         public bool ContinueUpdateOnError { get { throw null; } set { } }
1983         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
1984         public System.Data.LoadOption FillLoadOption { get { throw null; } set { } }
1985         [System.ComponentModel.DefaultValueAttribute((System.Data.MissingMappingAction)(1))]
1986         public System.Data.MissingMappingAction MissingMappingAction { get { throw null; } set { } }
1987         [System.ComponentModel.DefaultValueAttribute((System.Data.MissingSchemaAction)(1))]
1988         public System.Data.MissingSchemaAction MissingSchemaAction { get { throw null; } set { } }
1989         [System.ComponentModel.DefaultValueAttribute(false)]
1990         public virtual bool ReturnProviderSpecificTypes { get { throw null; } set { } }
1991         System.Data.ITableMappingCollection System.Data.IDataAdapter.TableMappings { get { throw null; } }
1992         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
1993         public System.Data.Common.DataTableMappingCollection TableMappings { get { throw null; } }
1994         public event System.Data.FillErrorEventHandler FillError { add { } remove { } }
1995         [System.ObsoleteAttribute("CloneInternals() has been deprecated.  Use the DataAdapter(DataAdapter from) constructor.  http://go.microsoft.com/fwlink/?linkid=14202")]
CloneInternals()1996         protected virtual System.Data.Common.DataAdapter CloneInternals() { throw null; }
CreateTableMappings()1997         protected virtual System.Data.Common.DataTableMappingCollection CreateTableMappings() { throw null; }
Dispose(bool disposing)1998         protected override void Dispose(bool disposing) { }
Fill(System.Data.DataSet dataSet)1999         public virtual int Fill(System.Data.DataSet dataSet) { throw null; }
Fill(System.Data.DataSet dataSet, string srcTable, System.Data.IDataReader dataReader, int startRecord, int maxRecords)2000         protected virtual int Fill(System.Data.DataSet dataSet, string srcTable, System.Data.IDataReader dataReader, int startRecord, int maxRecords) { throw null; }
Fill(System.Data.DataTable dataTable, System.Data.IDataReader dataReader)2001         protected virtual int Fill(System.Data.DataTable dataTable, System.Data.IDataReader dataReader) { throw null; }
Fill(System.Data.DataTable[] dataTables, System.Data.IDataReader dataReader, int startRecord, int maxRecords)2002         protected virtual int Fill(System.Data.DataTable[] dataTables, System.Data.IDataReader dataReader, int startRecord, int maxRecords) { throw null; }
FillSchema(System.Data.DataSet dataSet, System.Data.SchemaType schemaType)2003         public virtual System.Data.DataTable[] FillSchema(System.Data.DataSet dataSet, System.Data.SchemaType schemaType) { throw null; }
FillSchema(System.Data.DataSet dataSet, System.Data.SchemaType schemaType, string srcTable, System.Data.IDataReader dataReader)2004         protected virtual System.Data.DataTable[] FillSchema(System.Data.DataSet dataSet, System.Data.SchemaType schemaType, string srcTable, System.Data.IDataReader dataReader) { throw null; }
FillSchema(System.Data.DataTable dataTable, System.Data.SchemaType schemaType, System.Data.IDataReader dataReader)2005         protected virtual System.Data.DataTable FillSchema(System.Data.DataTable dataTable, System.Data.SchemaType schemaType, System.Data.IDataReader dataReader) { throw null; }
2006         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetFillParameters()2007         public virtual System.Data.IDataParameter[] GetFillParameters() { throw null; }
HasTableMappings()2008         protected bool HasTableMappings() { throw null; }
OnFillError(System.Data.FillErrorEventArgs value)2009         protected virtual void OnFillError(System.Data.FillErrorEventArgs value) { }
2010         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ResetFillLoadOption()2011         public void ResetFillLoadOption() { }
2012         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ShouldSerializeAcceptChangesDuringFill()2013         public virtual bool ShouldSerializeAcceptChangesDuringFill() { throw null; }
2014         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ShouldSerializeFillLoadOption()2015         public virtual bool ShouldSerializeFillLoadOption() { throw null; }
ShouldSerializeTableMappings()2016         protected virtual bool ShouldSerializeTableMappings() { throw null; }
Update(System.Data.DataSet dataSet)2017         public virtual int Update(System.Data.DataSet dataSet) { throw null; }
2018     }
2019     [System.ComponentModel.TypeConverterAttribute("System.Data.Common.DataColumnMapping.DataColumnMappingConverter")]
2020     public sealed partial class DataColumnMapping : System.MarshalByRefObject, System.Data.IColumnMapping, System.ICloneable
2021     {
DataColumnMapping()2022         public DataColumnMapping() { }
DataColumnMapping(string sourceColumn, string dataSetColumn)2023         public DataColumnMapping(string sourceColumn, string dataSetColumn) { }
2024         [System.ComponentModel.DefaultValueAttribute("")]
2025         public string DataSetColumn { get { throw null; } set { } }
2026         [System.ComponentModel.DefaultValueAttribute("")]
2027         public string SourceColumn { get { throw null; } set { } }
2028         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetDataColumnBySchemaAction(System.Data.DataTable dataTable, System.Type dataType, System.Data.MissingSchemaAction schemaAction)2029         public System.Data.DataColumn GetDataColumnBySchemaAction(System.Data.DataTable dataTable, System.Type dataType, System.Data.MissingSchemaAction schemaAction) { throw null; }
2030         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetDataColumnBySchemaAction(string sourceColumn, string dataSetColumn, System.Data.DataTable dataTable, System.Type dataType, System.Data.MissingSchemaAction schemaAction)2031         public static System.Data.DataColumn GetDataColumnBySchemaAction(string sourceColumn, string dataSetColumn, System.Data.DataTable dataTable, System.Type dataType, System.Data.MissingSchemaAction schemaAction) { throw null; }
System.ICloneable.Clone()2032         object System.ICloneable.Clone() { throw null; }
ToString()2033         public override string ToString() { throw null; }
2034     }
2035     public sealed partial class DataColumnMappingCollection : System.MarshalByRefObject, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.Data.IColumnMappingCollection
2036     {
DataColumnMappingCollection()2037         public DataColumnMappingCollection() { }
2038         [System.ComponentModel.BrowsableAttribute(false)]
2039         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2040         public int Count { get { throw null; } }
2041         [System.ComponentModel.BrowsableAttribute(false)]
2042         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2043         public System.Data.Common.DataColumnMapping this[int index] { get { throw null; } set { } }
2044         [System.ComponentModel.BrowsableAttribute(false)]
2045         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2046         public System.Data.Common.DataColumnMapping this[string sourceColumn] { get { throw null; } set { } }
2047         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2048         object System.Collections.ICollection.SyncRoot { get { throw null; } }
2049         bool System.Collections.IList.IsFixedSize { get { throw null; } }
2050         bool System.Collections.IList.IsReadOnly { get { throw null; } }
2051         object System.Collections.IList.this[int index] { get { throw null; } set { } }
2052         object System.Data.IColumnMappingCollection.this[string index] { get { throw null; } set { } }
Add(object value)2053         public int Add(object value) { throw null; }
Add(string sourceColumn, string dataSetColumn)2054         public System.Data.Common.DataColumnMapping Add(string sourceColumn, string dataSetColumn) { throw null; }
AddRange(System.Array values)2055         public void AddRange(System.Array values) { }
AddRange(System.Data.Common.DataColumnMapping[] values)2056         public void AddRange(System.Data.Common.DataColumnMapping[] values) { }
Clear()2057         public void Clear() { }
Contains(object value)2058         public bool Contains(object value) { throw null; }
Contains(string value)2059         public bool Contains(string value) { throw null; }
CopyTo(System.Array array, int index)2060         public void CopyTo(System.Array array, int index) { }
CopyTo(System.Data.Common.DataColumnMapping[] array, int index)2061         public void CopyTo(System.Data.Common.DataColumnMapping[] array, int index) { }
GetByDataSetColumn(string value)2062         public System.Data.Common.DataColumnMapping GetByDataSetColumn(string value) { throw null; }
2063         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetColumnMappingBySchemaAction(System.Data.Common.DataColumnMappingCollection columnMappings, string sourceColumn, System.Data.MissingMappingAction mappingAction)2064         public static System.Data.Common.DataColumnMapping GetColumnMappingBySchemaAction(System.Data.Common.DataColumnMappingCollection columnMappings, string sourceColumn, System.Data.MissingMappingAction mappingAction) { throw null; }
2065         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetDataColumn(System.Data.Common.DataColumnMappingCollection columnMappings, string sourceColumn, System.Type dataType, System.Data.DataTable dataTable, System.Data.MissingMappingAction mappingAction, System.Data.MissingSchemaAction schemaAction)2066         public static System.Data.DataColumn GetDataColumn(System.Data.Common.DataColumnMappingCollection columnMappings, string sourceColumn, System.Type dataType, System.Data.DataTable dataTable, System.Data.MissingMappingAction mappingAction, System.Data.MissingSchemaAction schemaAction) { throw null; }
GetEnumerator()2067         public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(object value)2068         public int IndexOf(object value) { throw null; }
IndexOf(string sourceColumn)2069         public int IndexOf(string sourceColumn) { throw null; }
IndexOfDataSetColumn(string dataSetColumn)2070         public int IndexOfDataSetColumn(string dataSetColumn) { throw null; }
Insert(int index, System.Data.Common.DataColumnMapping value)2071         public void Insert(int index, System.Data.Common.DataColumnMapping value) { }
Insert(int index, object value)2072         public void Insert(int index, object value) { }
Remove(System.Data.Common.DataColumnMapping value)2073         public void Remove(System.Data.Common.DataColumnMapping value) { }
Remove(object value)2074         public void Remove(object value) { }
RemoveAt(int index)2075         public void RemoveAt(int index) { }
RemoveAt(string sourceColumn)2076         public void RemoveAt(string sourceColumn) { }
System.Data.IColumnMappingCollection.Add(string sourceColumnName, string dataSetColumnName)2077         System.Data.IColumnMapping System.Data.IColumnMappingCollection.Add(string sourceColumnName, string dataSetColumnName) { throw null; }
System.Data.IColumnMappingCollection.GetByDataSetColumn(string dataSetColumnName)2078         System.Data.IColumnMapping System.Data.IColumnMappingCollection.GetByDataSetColumn(string dataSetColumnName) { throw null; }
2079     }
2080     [System.ComponentModel.TypeConverterAttribute("System.Data.Common.DataTableMapping.DataTableMappingConverter")]
2081     public sealed partial class DataTableMapping : System.MarshalByRefObject, System.Data.ITableMapping, System.ICloneable
2082     {
DataTableMapping()2083         public DataTableMapping() { }
DataTableMapping(string sourceTable, string dataSetTable)2084         public DataTableMapping(string sourceTable, string dataSetTable) { }
DataTableMapping(string sourceTable, string dataSetTable, System.Data.Common.DataColumnMapping[] columnMappings)2085         public DataTableMapping(string sourceTable, string dataSetTable, System.Data.Common.DataColumnMapping[] columnMappings) { }
2086         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
2087         public System.Data.Common.DataColumnMappingCollection ColumnMappings { get { throw null; } }
2088         [System.ComponentModel.DefaultValueAttribute("")]
2089         public string DataSetTable { get { throw null; } set { } }
2090         [System.ComponentModel.DefaultValueAttribute("")]
2091         public string SourceTable { get { throw null; } set { } }
2092         System.Data.IColumnMappingCollection System.Data.ITableMapping.ColumnMappings { get { throw null; } }
2093         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetColumnMappingBySchemaAction(string sourceColumn, System.Data.MissingMappingAction mappingAction)2094         public System.Data.Common.DataColumnMapping GetColumnMappingBySchemaAction(string sourceColumn, System.Data.MissingMappingAction mappingAction) { throw null; }
2095         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetDataColumn(string sourceColumn, System.Type dataType, System.Data.DataTable dataTable, System.Data.MissingMappingAction mappingAction, System.Data.MissingSchemaAction schemaAction)2096         public System.Data.DataColumn GetDataColumn(string sourceColumn, System.Type dataType, System.Data.DataTable dataTable, System.Data.MissingMappingAction mappingAction, System.Data.MissingSchemaAction schemaAction) { throw null; }
2097         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetDataTableBySchemaAction(System.Data.DataSet dataSet, System.Data.MissingSchemaAction schemaAction)2098         public System.Data.DataTable GetDataTableBySchemaAction(System.Data.DataSet dataSet, System.Data.MissingSchemaAction schemaAction) { throw null; }
System.ICloneable.Clone()2099         object System.ICloneable.Clone() { throw null; }
ToString()2100         public override string ToString() { throw null; }
2101     }
2102     [System.ComponentModel.ListBindableAttribute(false)]
2103     public sealed partial class DataTableMappingCollection : System.MarshalByRefObject, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.Data.ITableMappingCollection
2104     {
DataTableMappingCollection()2105         public DataTableMappingCollection() { }
2106         [System.ComponentModel.BrowsableAttribute(false)]
2107         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2108         public int Count { get { throw null; } }
2109         [System.ComponentModel.BrowsableAttribute(false)]
2110         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2111         public System.Data.Common.DataTableMapping this[int index] { get { throw null; } set { } }
2112         [System.ComponentModel.BrowsableAttribute(false)]
2113         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2114         public System.Data.Common.DataTableMapping this[string sourceTable] { get { throw null; } set { } }
2115         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2116         object System.Collections.ICollection.SyncRoot { get { throw null; } }
2117         bool System.Collections.IList.IsFixedSize { get { throw null; } }
2118         bool System.Collections.IList.IsReadOnly { get { throw null; } }
2119         object System.Collections.IList.this[int index] { get { throw null; } set { } }
2120         object System.Data.ITableMappingCollection.this[string index] { get { throw null; } set { } }
Add(object value)2121         public int Add(object value) { throw null; }
Add(string sourceTable, string dataSetTable)2122         public System.Data.Common.DataTableMapping Add(string sourceTable, string dataSetTable) { throw null; }
AddRange(System.Array values)2123         public void AddRange(System.Array values) { }
AddRange(System.Data.Common.DataTableMapping[] values)2124         public void AddRange(System.Data.Common.DataTableMapping[] values) { }
Clear()2125         public void Clear() { }
Contains(object value)2126         public bool Contains(object value) { throw null; }
Contains(string value)2127         public bool Contains(string value) { throw null; }
CopyTo(System.Array array, int index)2128         public void CopyTo(System.Array array, int index) { }
CopyTo(System.Data.Common.DataTableMapping[] array, int index)2129         public void CopyTo(System.Data.Common.DataTableMapping[] array, int index) { }
GetByDataSetTable(string dataSetTable)2130         public System.Data.Common.DataTableMapping GetByDataSetTable(string dataSetTable) { throw null; }
GetEnumerator()2131         public System.Collections.IEnumerator GetEnumerator() { throw null; }
2132         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetTableMappingBySchemaAction(System.Data.Common.DataTableMappingCollection tableMappings, string sourceTable, string dataSetTable, System.Data.MissingMappingAction mappingAction)2133         public static System.Data.Common.DataTableMapping GetTableMappingBySchemaAction(System.Data.Common.DataTableMappingCollection tableMappings, string sourceTable, string dataSetTable, System.Data.MissingMappingAction mappingAction) { throw null; }
IndexOf(object value)2134         public int IndexOf(object value) { throw null; }
IndexOf(string sourceTable)2135         public int IndexOf(string sourceTable) { throw null; }
IndexOfDataSetTable(string dataSetTable)2136         public int IndexOfDataSetTable(string dataSetTable) { throw null; }
Insert(int index, System.Data.Common.DataTableMapping value)2137         public void Insert(int index, System.Data.Common.DataTableMapping value) { }
Insert(int index, object value)2138         public void Insert(int index, object value) { }
Remove(System.Data.Common.DataTableMapping value)2139         public void Remove(System.Data.Common.DataTableMapping value) { }
Remove(object value)2140         public void Remove(object value) { }
RemoveAt(int index)2141         public void RemoveAt(int index) { }
RemoveAt(string sourceTable)2142         public void RemoveAt(string sourceTable) { }
System.Data.ITableMappingCollection.Add(string sourceTableName, string dataSetTableName)2143         System.Data.ITableMapping System.Data.ITableMappingCollection.Add(string sourceTableName, string dataSetTableName) { throw null; }
System.Data.ITableMappingCollection.GetByDataSetTable(string dataSetTableName)2144         System.Data.ITableMapping System.Data.ITableMappingCollection.GetByDataSetTable(string dataSetTableName) { throw null; }
2145     }
2146     public abstract partial class DbColumn
2147     {
DbColumn()2148         protected DbColumn() { }
2149         public System.Nullable<bool> AllowDBNull { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
2150         public string BaseCatalogName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
2151         public string BaseColumnName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
2152         public string BaseSchemaName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
2153         public string BaseServerName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
2154         public string BaseTableName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
2155         public string ColumnName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
2156         public System.Nullable<int> ColumnOrdinal { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
2157         public System.Nullable<int> ColumnSize { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
2158         public System.Type DataType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
2159         public string DataTypeName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
2160         public System.Nullable<bool> IsAliased { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
2161         public System.Nullable<bool> IsAutoIncrement { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
2162         public System.Nullable<bool> IsExpression { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
2163         public System.Nullable<bool> IsHidden { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
2164         public System.Nullable<bool> IsIdentity { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
2165         public System.Nullable<bool> IsKey { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
2166         public System.Nullable<bool> IsLong { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
2167         public System.Nullable<bool> IsReadOnly { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
2168         public System.Nullable<bool> IsUnique { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
2169         public virtual object this[string property] { get { throw null; } }
2170         public System.Nullable<int> NumericPrecision { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
2171         public System.Nullable<int> NumericScale { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
2172         public string UdtAssemblyQualifiedName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]protected set { } }
2173     }
2174     public abstract partial class DbCommand : System.ComponentModel.Component, System.Data.IDbCommand, System.IDisposable
2175     {
DbCommand()2176         protected DbCommand() { }
2177         [System.ComponentModel.DefaultValueAttribute("")]
2178         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
2179         public abstract string CommandText { get; set; }
2180         public abstract int CommandTimeout { get; set; }
2181         [System.ComponentModel.DefaultValueAttribute((System.Data.CommandType)(1))]
2182         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
2183         public abstract System.Data.CommandType CommandType { get; set; }
2184         [System.ComponentModel.BrowsableAttribute(false)]
2185         [System.ComponentModel.DefaultValueAttribute(null)]
2186         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2187         public System.Data.Common.DbConnection Connection { get { throw null; } set { } }
2188         protected abstract System.Data.Common.DbConnection DbConnection { get; set; }
2189         protected abstract System.Data.Common.DbParameterCollection DbParameterCollection { get; }
2190         protected abstract System.Data.Common.DbTransaction DbTransaction { get; set; }
2191         [System.ComponentModel.BrowsableAttribute(false)]
2192         [System.ComponentModel.DefaultValueAttribute(true)]
2193         [System.ComponentModel.DesignOnlyAttribute(true)]
2194         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2195         public abstract bool DesignTimeVisible { get; set; }
2196         [System.ComponentModel.BrowsableAttribute(false)]
2197         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2198         public System.Data.Common.DbParameterCollection Parameters { get { throw null; } }
2199         System.Data.IDbConnection System.Data.IDbCommand.Connection { get { throw null; } set { } }
2200         System.Data.IDataParameterCollection System.Data.IDbCommand.Parameters { get { throw null; } }
2201         System.Data.IDbTransaction System.Data.IDbCommand.Transaction { get { throw null; } set { } }
2202         [System.ComponentModel.BrowsableAttribute(false)]
2203         [System.ComponentModel.DefaultValueAttribute(null)]
2204         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2205         public System.Data.Common.DbTransaction Transaction { get { throw null; } set { } }
2206         [System.ComponentModel.DefaultValueAttribute((System.Data.UpdateRowSource)(3))]
2207         public abstract System.Data.UpdateRowSource UpdatedRowSource { get; set; }
Cancel()2208         public abstract void Cancel();
CreateDbParameter()2209         protected abstract System.Data.Common.DbParameter CreateDbParameter();
CreateParameter()2210         public System.Data.Common.DbParameter CreateParameter() { throw null; }
ExecuteDbDataReader(System.Data.CommandBehavior behavior)2211         protected abstract System.Data.Common.DbDataReader ExecuteDbDataReader(System.Data.CommandBehavior behavior);
ExecuteDbDataReaderAsync(System.Data.CommandBehavior behavior, System.Threading.CancellationToken cancellationToken)2212         protected virtual System.Threading.Tasks.Task<System.Data.Common.DbDataReader> ExecuteDbDataReaderAsync(System.Data.CommandBehavior behavior, System.Threading.CancellationToken cancellationToken) { throw null; }
ExecuteNonQuery()2213         public abstract int ExecuteNonQuery();
ExecuteNonQueryAsync()2214         public System.Threading.Tasks.Task<int> ExecuteNonQueryAsync() { throw null; }
ExecuteNonQueryAsync(System.Threading.CancellationToken cancellationToken)2215         public virtual System.Threading.Tasks.Task<int> ExecuteNonQueryAsync(System.Threading.CancellationToken cancellationToken) { throw null; }
ExecuteReader()2216         public System.Data.Common.DbDataReader ExecuteReader() { throw null; }
ExecuteReader(System.Data.CommandBehavior behavior)2217         public System.Data.Common.DbDataReader ExecuteReader(System.Data.CommandBehavior behavior) { throw null; }
ExecuteReaderAsync()2218         public System.Threading.Tasks.Task<System.Data.Common.DbDataReader> ExecuteReaderAsync() { throw null; }
ExecuteReaderAsync(System.Data.CommandBehavior behavior)2219         public System.Threading.Tasks.Task<System.Data.Common.DbDataReader> ExecuteReaderAsync(System.Data.CommandBehavior behavior) { throw null; }
ExecuteReaderAsync(System.Data.CommandBehavior behavior, System.Threading.CancellationToken cancellationToken)2220         public System.Threading.Tasks.Task<System.Data.Common.DbDataReader> ExecuteReaderAsync(System.Data.CommandBehavior behavior, System.Threading.CancellationToken cancellationToken) { throw null; }
ExecuteReaderAsync(System.Threading.CancellationToken cancellationToken)2221         public System.Threading.Tasks.Task<System.Data.Common.DbDataReader> ExecuteReaderAsync(System.Threading.CancellationToken cancellationToken) { throw null; }
ExecuteScalar()2222         public abstract object ExecuteScalar();
ExecuteScalarAsync()2223         public System.Threading.Tasks.Task<object> ExecuteScalarAsync() { throw null; }
ExecuteScalarAsync(System.Threading.CancellationToken cancellationToken)2224         public virtual System.Threading.Tasks.Task<object> ExecuteScalarAsync(System.Threading.CancellationToken cancellationToken) { throw null; }
Prepare()2225         public abstract void Prepare();
System.Data.IDbCommand.CreateParameter()2226         System.Data.IDbDataParameter System.Data.IDbCommand.CreateParameter() { throw null; }
System.Data.IDbCommand.ExecuteReader()2227         System.Data.IDataReader System.Data.IDbCommand.ExecuteReader() { throw null; }
System.Data.IDbCommand.ExecuteReader(System.Data.CommandBehavior behavior)2228         System.Data.IDataReader System.Data.IDbCommand.ExecuteReader(System.Data.CommandBehavior behavior) { throw null; }
2229     }
2230     public abstract partial class DbCommandBuilder : System.ComponentModel.Component
2231     {
DbCommandBuilder()2232         protected DbCommandBuilder() { }
2233         [System.ComponentModel.DefaultValueAttribute((System.Data.Common.CatalogLocation)(1))]
2234         public virtual System.Data.Common.CatalogLocation CatalogLocation { get { throw null; } set { } }
2235         [System.ComponentModel.DefaultValueAttribute(".")]
2236         public virtual string CatalogSeparator { get { throw null; } set { } }
2237         [System.ComponentModel.DefaultValueAttribute((System.Data.ConflictOption)(1))]
2238         public virtual System.Data.ConflictOption ConflictOption { get { throw null; } set { } }
2239         [System.ComponentModel.BrowsableAttribute(false)]
2240         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2241         public System.Data.Common.DbDataAdapter DataAdapter { get { throw null; } set { } }
2242         [System.ComponentModel.DefaultValueAttribute("")]
2243         public virtual string QuotePrefix { get { throw null; } set { } }
2244         [System.ComponentModel.DefaultValueAttribute("")]
2245         public virtual string QuoteSuffix { get { throw null; } set { } }
2246         [System.ComponentModel.DefaultValueAttribute(".")]
2247         public virtual string SchemaSeparator { get { throw null; } set { } }
2248         [System.ComponentModel.DefaultValueAttribute(false)]
2249         public bool SetAllValues { get { throw null; } set { } }
ApplyParameterInfo(System.Data.Common.DbParameter parameter, System.Data.DataRow row, System.Data.StatementType statementType, bool whereClause)2250         protected abstract void ApplyParameterInfo(System.Data.Common.DbParameter parameter, System.Data.DataRow row, System.Data.StatementType statementType, bool whereClause);
Dispose(bool disposing)2251         protected override void Dispose(bool disposing) { }
GetDeleteCommand()2252         public System.Data.Common.DbCommand GetDeleteCommand() { throw null; }
GetDeleteCommand(bool useColumnsForParameterNames)2253         public System.Data.Common.DbCommand GetDeleteCommand(bool useColumnsForParameterNames) { throw null; }
GetInsertCommand()2254         public System.Data.Common.DbCommand GetInsertCommand() { throw null; }
GetInsertCommand(bool useColumnsForParameterNames)2255         public System.Data.Common.DbCommand GetInsertCommand(bool useColumnsForParameterNames) { throw null; }
GetParameterName(int parameterOrdinal)2256         protected abstract string GetParameterName(int parameterOrdinal);
GetParameterName(string parameterName)2257         protected abstract string GetParameterName(string parameterName);
GetParameterPlaceholder(int parameterOrdinal)2258         protected abstract string GetParameterPlaceholder(int parameterOrdinal);
GetSchemaTable(System.Data.Common.DbCommand sourceCommand)2259         protected virtual System.Data.DataTable GetSchemaTable(System.Data.Common.DbCommand sourceCommand) { throw null; }
GetUpdateCommand()2260         public System.Data.Common.DbCommand GetUpdateCommand() { throw null; }
GetUpdateCommand(bool useColumnsForParameterNames)2261         public System.Data.Common.DbCommand GetUpdateCommand(bool useColumnsForParameterNames) { throw null; }
InitializeCommand(System.Data.Common.DbCommand command)2262         protected virtual System.Data.Common.DbCommand InitializeCommand(System.Data.Common.DbCommand command) { throw null; }
QuoteIdentifier(string unquotedIdentifier)2263         public virtual string QuoteIdentifier(string unquotedIdentifier) { throw null; }
RefreshSchema()2264         public virtual void RefreshSchema() { }
RowUpdatingHandler(System.Data.Common.RowUpdatingEventArgs rowUpdatingEvent)2265         protected void RowUpdatingHandler(System.Data.Common.RowUpdatingEventArgs rowUpdatingEvent) { }
SetRowUpdatingHandler(System.Data.Common.DbDataAdapter adapter)2266         protected abstract void SetRowUpdatingHandler(System.Data.Common.DbDataAdapter adapter);
UnquoteIdentifier(string quotedIdentifier)2267         public virtual string UnquoteIdentifier(string quotedIdentifier) { throw null; }
2268     }
2269     public abstract partial class DbConnection : System.ComponentModel.Component, System.Data.IDbConnection, System.IDisposable
2270     {
DbConnection()2271         protected DbConnection() { }
2272         [System.ComponentModel.DefaultValueAttribute("")]
2273         [System.ComponentModel.RecommendedAsConfigurableAttribute(true)]
2274         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
2275         [System.ComponentModel.SettingsBindableAttribute(true)]
2276         public abstract string ConnectionString { get; set; }
2277         public virtual int ConnectionTimeout { get { throw null; } }
2278         public abstract string Database { get; }
2279         public abstract string DataSource { get; }
2280         protected virtual System.Data.Common.DbProviderFactory DbProviderFactory { get { throw null; } }
2281         [System.ComponentModel.BrowsableAttribute(false)]
2282         public abstract string ServerVersion { get; }
2283         [System.ComponentModel.BrowsableAttribute(false)]
2284         public abstract System.Data.ConnectionState State { get; }
2285         public virtual event System.Data.StateChangeEventHandler StateChange { add { } remove { } }
BeginDbTransaction(System.Data.IsolationLevel isolationLevel)2286         protected abstract System.Data.Common.DbTransaction BeginDbTransaction(System.Data.IsolationLevel isolationLevel);
BeginTransaction()2287         public System.Data.Common.DbTransaction BeginTransaction() { throw null; }
BeginTransaction(System.Data.IsolationLevel isolationLevel)2288         public System.Data.Common.DbTransaction BeginTransaction(System.Data.IsolationLevel isolationLevel) { throw null; }
ChangeDatabase(string databaseName)2289         public abstract void ChangeDatabase(string databaseName);
Close()2290         public abstract void Close();
CreateCommand()2291         public System.Data.Common.DbCommand CreateCommand() { throw null; }
CreateDbCommand()2292         protected abstract System.Data.Common.DbCommand CreateDbCommand();
EnlistTransaction(System.Transactions.Transaction transaction)2293         public virtual void EnlistTransaction(System.Transactions.Transaction transaction) { }
GetSchema()2294         public virtual System.Data.DataTable GetSchema() { throw null; }
GetSchema(string collectionName)2295         public virtual System.Data.DataTable GetSchema(string collectionName) { throw null; }
GetSchema(string collectionName, string[] restrictionValues)2296         public virtual System.Data.DataTable GetSchema(string collectionName, string[] restrictionValues) { throw null; }
OnStateChange(System.Data.StateChangeEventArgs stateChange)2297         protected virtual void OnStateChange(System.Data.StateChangeEventArgs stateChange) { }
Open()2298         public abstract void Open();
OpenAsync()2299         public System.Threading.Tasks.Task OpenAsync() { throw null; }
OpenAsync(System.Threading.CancellationToken cancellationToken)2300         public virtual System.Threading.Tasks.Task OpenAsync(System.Threading.CancellationToken cancellationToken) { throw null; }
System.Data.IDbConnection.BeginTransaction()2301         System.Data.IDbTransaction System.Data.IDbConnection.BeginTransaction() { throw null; }
System.Data.IDbConnection.BeginTransaction(System.Data.IsolationLevel isolationLevel)2302         System.Data.IDbTransaction System.Data.IDbConnection.BeginTransaction(System.Data.IsolationLevel isolationLevel) { throw null; }
System.Data.IDbConnection.CreateCommand()2303         System.Data.IDbCommand System.Data.IDbConnection.CreateCommand() { throw null; }
2304     }
2305     public partial class DbConnectionStringBuilder : System.Collections.ICollection, System.Collections.IDictionary, System.Collections.IEnumerable, System.ComponentModel.ICustomTypeDescriptor
2306     {
DbConnectionStringBuilder()2307         public DbConnectionStringBuilder() { }
DbConnectionStringBuilder(bool useOdbcRules)2308         public DbConnectionStringBuilder(bool useOdbcRules) { }
2309         [System.ComponentModel.BrowsableAttribute(false)]
2310         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2311         [System.ComponentModel.DesignOnlyAttribute(true)]
2312         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2313         public bool BrowsableConnectionString { get { throw null; } set { } }
2314         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
2315         public string ConnectionString { get { throw null; } set { } }
2316         [System.ComponentModel.BrowsableAttribute(false)]
2317         public virtual int Count { get { throw null; } }
2318         [System.ComponentModel.BrowsableAttribute(false)]
2319         public virtual bool IsFixedSize { get { throw null; } }
2320         [System.ComponentModel.BrowsableAttribute(false)]
2321         public bool IsReadOnly { get { throw null; } }
2322         [System.ComponentModel.BrowsableAttribute(false)]
2323         public virtual object this[string keyword] { get { throw null; } set { } }
2324         [System.ComponentModel.BrowsableAttribute(false)]
2325         public virtual System.Collections.ICollection Keys { get { throw null; } }
2326         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2327         object System.Collections.ICollection.SyncRoot { get { throw null; } }
2328         object System.Collections.IDictionary.this[object keyword] { get { throw null; } set { } }
2329         [System.ComponentModel.BrowsableAttribute(false)]
2330         public virtual System.Collections.ICollection Values { get { throw null; } }
Add(string keyword, object value)2331         public void Add(string keyword, object value) { }
AppendKeyValuePair(System.Text.StringBuilder builder, string keyword, string value)2332         public static void AppendKeyValuePair(System.Text.StringBuilder builder, string keyword, string value) { }
AppendKeyValuePair(System.Text.StringBuilder builder, string keyword, string value, bool useOdbcRules)2333         public static void AppendKeyValuePair(System.Text.StringBuilder builder, string keyword, string value, bool useOdbcRules) { }
Clear()2334         public virtual void Clear() { }
ClearPropertyDescriptors()2335         protected internal void ClearPropertyDescriptors() { }
ContainsKey(string keyword)2336         public virtual bool ContainsKey(string keyword) { throw null; }
EquivalentTo(System.Data.Common.DbConnectionStringBuilder connectionStringBuilder)2337         public virtual bool EquivalentTo(System.Data.Common.DbConnectionStringBuilder connectionStringBuilder) { throw null; }
GetProperties(System.Collections.Hashtable propertyDescriptors)2338         protected virtual void GetProperties(System.Collections.Hashtable propertyDescriptors) { }
Remove(string keyword)2339         public virtual bool Remove(string keyword) { throw null; }
ShouldSerialize(string keyword)2340         public virtual bool ShouldSerialize(string keyword) { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)2341         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IDictionary.Add(object keyword, object value)2342         void System.Collections.IDictionary.Add(object keyword, object value) { }
System.Collections.IDictionary.Contains(object keyword)2343         bool System.Collections.IDictionary.Contains(object keyword) { throw null; }
System.Collections.IDictionary.GetEnumerator()2344         System.Collections.IDictionaryEnumerator System.Collections.IDictionary.GetEnumerator() { throw null; }
System.Collections.IDictionary.Remove(object keyword)2345         void System.Collections.IDictionary.Remove(object keyword) { }
System.Collections.IEnumerable.GetEnumerator()2346         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.ComponentModel.ICustomTypeDescriptor.GetAttributes()2347         System.ComponentModel.AttributeCollection System.ComponentModel.ICustomTypeDescriptor.GetAttributes() { throw null; }
System.ComponentModel.ICustomTypeDescriptor.GetClassName()2348         string System.ComponentModel.ICustomTypeDescriptor.GetClassName() { throw null; }
System.ComponentModel.ICustomTypeDescriptor.GetComponentName()2349         string System.ComponentModel.ICustomTypeDescriptor.GetComponentName() { throw null; }
System.ComponentModel.ICustomTypeDescriptor.GetConverter()2350         System.ComponentModel.TypeConverter System.ComponentModel.ICustomTypeDescriptor.GetConverter() { throw null; }
System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent()2351         System.ComponentModel.EventDescriptor System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent() { throw null; }
System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty()2352         System.ComponentModel.PropertyDescriptor System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty() { throw null; }
System.ComponentModel.ICustomTypeDescriptor.GetEditor(System.Type editorBaseType)2353         object System.ComponentModel.ICustomTypeDescriptor.GetEditor(System.Type editorBaseType) { throw null; }
System.ComponentModel.ICustomTypeDescriptor.GetEvents()2354         System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetEvents() { throw null; }
System.ComponentModel.ICustomTypeDescriptor.GetEvents(System.Attribute[] attributes)2355         System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetEvents(System.Attribute[] attributes) { throw null; }
System.ComponentModel.ICustomTypeDescriptor.GetProperties()2356         System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetProperties() { throw null; }
System.ComponentModel.ICustomTypeDescriptor.GetProperties(System.Attribute[] attributes)2357         System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetProperties(System.Attribute[] attributes) { throw null; }
System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner(System.ComponentModel.PropertyDescriptor pd)2358         object System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner(System.ComponentModel.PropertyDescriptor pd) { throw null; }
ToString()2359         public override string ToString() { throw null; }
TryGetValue(string keyword, out object value)2360         public virtual bool TryGetValue(string keyword, out object value) { value = default(object); throw null; }
2361     }
2362     public abstract partial class DbDataAdapter : System.Data.Common.DataAdapter, System.Data.IDataAdapter, System.Data.IDbDataAdapter, System.ICloneable
2363     {
2364         public const string DefaultSourceTableName = "Table";
DbDataAdapter()2365         protected DbDataAdapter() { }
DbDataAdapter(System.Data.Common.DbDataAdapter adapter)2366         protected DbDataAdapter(System.Data.Common.DbDataAdapter adapter) { }
2367         [System.ComponentModel.BrowsableAttribute(false)]
2368         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2369         public System.Data.Common.DbCommand DeleteCommand { get { throw null; } set { } }
2370         protected internal System.Data.CommandBehavior FillCommandBehavior { get { throw null; } set { } }
2371         [System.ComponentModel.BrowsableAttribute(false)]
2372         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2373         public System.Data.Common.DbCommand InsertCommand { get { throw null; } set { } }
2374         [System.ComponentModel.BrowsableAttribute(false)]
2375         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2376         public System.Data.Common.DbCommand SelectCommand { get { throw null; } set { } }
2377         System.Data.IDbCommand System.Data.IDbDataAdapter.DeleteCommand { get { throw null; } set { } }
2378         System.Data.IDbCommand System.Data.IDbDataAdapter.InsertCommand { get { throw null; } set { } }
2379         System.Data.IDbCommand System.Data.IDbDataAdapter.SelectCommand { get { throw null; } set { } }
2380         System.Data.IDbCommand System.Data.IDbDataAdapter.UpdateCommand { get { throw null; } set { } }
2381         [System.ComponentModel.DefaultValueAttribute(1)]
2382         public virtual int UpdateBatchSize { get { throw null; } set { } }
2383         [System.ComponentModel.BrowsableAttribute(false)]
2384         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2385         public System.Data.Common.DbCommand UpdateCommand { get { throw null; } set { } }
AddToBatch(System.Data.IDbCommand command)2386         protected virtual int AddToBatch(System.Data.IDbCommand command) { throw null; }
ClearBatch()2387         protected virtual void ClearBatch() { }
CreateRowUpdatedEvent(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping)2388         protected virtual System.Data.Common.RowUpdatedEventArgs CreateRowUpdatedEvent(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) { throw null; }
CreateRowUpdatingEvent(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping)2389         protected virtual System.Data.Common.RowUpdatingEventArgs CreateRowUpdatingEvent(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) { throw null; }
Dispose(bool disposing)2390         protected override void Dispose(bool disposing) { }
ExecuteBatch()2391         protected virtual int ExecuteBatch() { throw null; }
Fill(System.Data.DataSet dataSet)2392         public override int Fill(System.Data.DataSet dataSet) { throw null; }
Fill(System.Data.DataSet dataSet, int startRecord, int maxRecords, string srcTable)2393         public int Fill(System.Data.DataSet dataSet, int startRecord, int maxRecords, string srcTable) { throw null; }
Fill(System.Data.DataSet dataSet, int startRecord, int maxRecords, string srcTable, System.Data.IDbCommand command, System.Data.CommandBehavior behavior)2394         protected virtual int Fill(System.Data.DataSet dataSet, int startRecord, int maxRecords, string srcTable, System.Data.IDbCommand command, System.Data.CommandBehavior behavior) { throw null; }
Fill(System.Data.DataSet dataSet, string srcTable)2395         public int Fill(System.Data.DataSet dataSet, string srcTable) { throw null; }
Fill(System.Data.DataTable dataTable)2396         public int Fill(System.Data.DataTable dataTable) { throw null; }
Fill(System.Data.DataTable dataTable, System.Data.IDbCommand command, System.Data.CommandBehavior behavior)2397         protected virtual int Fill(System.Data.DataTable dataTable, System.Data.IDbCommand command, System.Data.CommandBehavior behavior) { throw null; }
Fill(System.Data.DataTable[] dataTables, int startRecord, int maxRecords, System.Data.IDbCommand command, System.Data.CommandBehavior behavior)2398         protected virtual int Fill(System.Data.DataTable[] dataTables, int startRecord, int maxRecords, System.Data.IDbCommand command, System.Data.CommandBehavior behavior) { throw null; }
Fill(int startRecord, int maxRecords, params System.Data.DataTable[] dataTables)2399         public int Fill(int startRecord, int maxRecords, params System.Data.DataTable[] dataTables) { throw null; }
FillSchema(System.Data.DataSet dataSet, System.Data.SchemaType schemaType)2400         public override System.Data.DataTable[] FillSchema(System.Data.DataSet dataSet, System.Data.SchemaType schemaType) { throw null; }
FillSchema(System.Data.DataSet dataSet, System.Data.SchemaType schemaType, System.Data.IDbCommand command, string srcTable, System.Data.CommandBehavior behavior)2401         protected virtual System.Data.DataTable[] FillSchema(System.Data.DataSet dataSet, System.Data.SchemaType schemaType, System.Data.IDbCommand command, string srcTable, System.Data.CommandBehavior behavior) { throw null; }
FillSchema(System.Data.DataSet dataSet, System.Data.SchemaType schemaType, string srcTable)2402         public System.Data.DataTable[] FillSchema(System.Data.DataSet dataSet, System.Data.SchemaType schemaType, string srcTable) { throw null; }
FillSchema(System.Data.DataTable dataTable, System.Data.SchemaType schemaType)2403         public System.Data.DataTable FillSchema(System.Data.DataTable dataTable, System.Data.SchemaType schemaType) { throw null; }
FillSchema(System.Data.DataTable dataTable, System.Data.SchemaType schemaType, System.Data.IDbCommand command, System.Data.CommandBehavior behavior)2404         protected virtual System.Data.DataTable FillSchema(System.Data.DataTable dataTable, System.Data.SchemaType schemaType, System.Data.IDbCommand command, System.Data.CommandBehavior behavior) { throw null; }
GetBatchedParameter(int commandIdentifier, int parameterIndex)2405         protected virtual System.Data.IDataParameter GetBatchedParameter(int commandIdentifier, int parameterIndex) { throw null; }
GetBatchedRecordsAffected(int commandIdentifier, out int recordsAffected, out System.Exception error)2406         protected virtual bool GetBatchedRecordsAffected(int commandIdentifier, out int recordsAffected, out System.Exception error) { recordsAffected = default(int); error = default(System.Exception); throw null; }
2407         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetFillParameters()2408         public override System.Data.IDataParameter[] GetFillParameters() { throw null; }
InitializeBatching()2409         protected virtual void InitializeBatching() { }
OnRowUpdated(System.Data.Common.RowUpdatedEventArgs value)2410         protected virtual void OnRowUpdated(System.Data.Common.RowUpdatedEventArgs value) { }
OnRowUpdating(System.Data.Common.RowUpdatingEventArgs value)2411         protected virtual void OnRowUpdating(System.Data.Common.RowUpdatingEventArgs value) { }
System.ICloneable.Clone()2412         object System.ICloneable.Clone() { throw null; }
TerminateBatching()2413         protected virtual void TerminateBatching() { }
Update(System.Data.DataRow[] dataRows)2414         public int Update(System.Data.DataRow[] dataRows) { throw null; }
Update(System.Data.DataRow[] dataRows, System.Data.Common.DataTableMapping tableMapping)2415         protected virtual int Update(System.Data.DataRow[] dataRows, System.Data.Common.DataTableMapping tableMapping) { throw null; }
Update(System.Data.DataSet dataSet)2416         public override int Update(System.Data.DataSet dataSet) { throw null; }
Update(System.Data.DataSet dataSet, string srcTable)2417         public int Update(System.Data.DataSet dataSet, string srcTable) { throw null; }
Update(System.Data.DataTable dataTable)2418         public int Update(System.Data.DataTable dataTable) { throw null; }
2419     }
2420     [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, ControlEvidence=true, ControlPolicy=true)]
2421     [System.SerializableAttribute]
2422     public abstract partial class DBDataPermission : System.Security.CodeAccessPermission, System.Security.Permissions.IUnrestrictedPermission
2423     {
2424         [System.ObsoleteAttribute("DBDataPermission() has been deprecated.  Use the DBDataPermission(PermissionState.None) constructor.  http://go.microsoft.com/fwlink/?linkid=14202", true)]
DBDataPermission()2425         protected DBDataPermission() { }
DBDataPermission(System.Data.Common.DBDataPermission permission)2426         protected DBDataPermission(System.Data.Common.DBDataPermission permission) { }
DBDataPermission(System.Data.Common.DBDataPermissionAttribute permissionAttribute)2427         protected DBDataPermission(System.Data.Common.DBDataPermissionAttribute permissionAttribute) { }
DBDataPermission(System.Security.Permissions.PermissionState state)2428         protected DBDataPermission(System.Security.Permissions.PermissionState state) { }
2429         [System.ObsoleteAttribute("DBDataPermission(PermissionState state,Boolean allowBlankPassword) has been deprecated.  Use the DBDataPermission(PermissionState.None) constructor.  http://go.microsoft.com/fwlink/?linkid=14202", true)]
DBDataPermission(System.Security.Permissions.PermissionState state, bool allowBlankPassword)2430         protected DBDataPermission(System.Security.Permissions.PermissionState state, bool allowBlankPassword) { }
2431         public bool AllowBlankPassword { get { throw null; } set { } }
Add(string connectionString, string restrictions, System.Data.KeyRestrictionBehavior behavior)2432         public virtual void Add(string connectionString, string restrictions, System.Data.KeyRestrictionBehavior behavior) { }
Clear()2433         protected void Clear() { }
Copy()2434         public override System.Security.IPermission Copy() { throw null; }
2435         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Demand, Name="FullTrust")]
CreateInstance()2436         protected virtual System.Data.Common.DBDataPermission CreateInstance() { throw null; }
FromXml(System.Security.SecurityElement securityElement)2437         public override void FromXml(System.Security.SecurityElement securityElement) { }
Intersect(System.Security.IPermission target)2438         public override System.Security.IPermission Intersect(System.Security.IPermission target) { throw null; }
IsSubsetOf(System.Security.IPermission target)2439         public override bool IsSubsetOf(System.Security.IPermission target) { throw null; }
IsUnrestricted()2440         public bool IsUnrestricted() { throw null; }
ToXml()2441         public override System.Security.SecurityElement ToXml() { throw null; }
Union(System.Security.IPermission target)2442         public override System.Security.IPermission Union(System.Security.IPermission target) { throw null; }
2443     }
2444     [System.AttributeUsageAttribute((System.AttributeTargets)(109), AllowMultiple=true, Inherited=false)]
2445     [System.SerializableAttribute]
2446     public abstract partial class DBDataPermissionAttribute : System.Security.Permissions.CodeAccessSecurityAttribute
2447     {
DBDataPermissionAttribute(System.Security.Permissions.SecurityAction action)2448         protected DBDataPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
2449         public bool AllowBlankPassword { get { throw null; } set { } }
2450         public string ConnectionString { get { throw null; } set { } }
2451         public System.Data.KeyRestrictionBehavior KeyRestrictionBehavior { get { throw null; } set { } }
2452         public string KeyRestrictions { get { throw null; } set { } }
2453         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ShouldSerializeConnectionString()2454         public bool ShouldSerializeConnectionString() { throw null; }
2455         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ShouldSerializeKeyRestrictions()2456         public bool ShouldSerializeKeyRestrictions() { throw null; }
2457     }
2458     public abstract partial class DbDataReader : System.MarshalByRefObject, System.Collections.IEnumerable, System.Data.IDataReader, System.Data.IDataRecord, System.IDisposable
2459     {
DbDataReader()2460         protected DbDataReader() { }
2461         public abstract int Depth { get; }
2462         public abstract int FieldCount { get; }
2463         public abstract bool HasRows { get; }
2464         public abstract bool IsClosed { get; }
2465         public abstract object this[int ordinal] { get; }
2466         public abstract object this[string name] { get; }
2467         public abstract int RecordsAffected { get; }
2468         public virtual int VisibleFieldCount { get { throw null; } }
Close()2469         public virtual void Close() { }
2470         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
Dispose()2471         public void Dispose() { }
Dispose(bool disposing)2472         protected virtual void Dispose(bool disposing) { }
GetBoolean(int ordinal)2473         public abstract bool GetBoolean(int ordinal);
GetByte(int ordinal)2474         public abstract byte GetByte(int ordinal);
GetBytes(int ordinal, long dataOffset, byte[] buffer, int bufferOffset, int length)2475         public abstract long GetBytes(int ordinal, long dataOffset, byte[] buffer, int bufferOffset, int length);
GetChar(int ordinal)2476         public abstract char GetChar(int ordinal);
GetChars(int ordinal, long dataOffset, char[] buffer, int bufferOffset, int length)2477         public abstract long GetChars(int ordinal, long dataOffset, char[] buffer, int bufferOffset, int length);
2478         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
GetData(int ordinal)2479         public System.Data.Common.DbDataReader GetData(int ordinal) { throw null; }
GetDataTypeName(int ordinal)2480         public abstract string GetDataTypeName(int ordinal);
GetDateTime(int ordinal)2481         public abstract System.DateTime GetDateTime(int ordinal);
GetDbDataReader(int ordinal)2482         protected virtual System.Data.Common.DbDataReader GetDbDataReader(int ordinal) { throw null; }
GetDecimal(int ordinal)2483         public abstract decimal GetDecimal(int ordinal);
GetDouble(int ordinal)2484         public abstract double GetDouble(int ordinal);
2485         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
GetEnumerator()2486         public abstract System.Collections.IEnumerator GetEnumerator();
GetFieldType(int ordinal)2487         public abstract System.Type GetFieldType(int ordinal);
GetFieldValueAsync(int ordinal)2488         public System.Threading.Tasks.Task<T> GetFieldValueAsync<T>(int ordinal) { throw null; }
GetFieldValueAsync(int ordinal, System.Threading.CancellationToken cancellationToken)2489         public virtual System.Threading.Tasks.Task<T> GetFieldValueAsync<T>(int ordinal, System.Threading.CancellationToken cancellationToken) { throw null; }
GetFieldValue(int ordinal)2490         public virtual T GetFieldValue<T>(int ordinal) { throw null; }
GetFloat(int ordinal)2491         public abstract float GetFloat(int ordinal);
GetGuid(int ordinal)2492         public abstract System.Guid GetGuid(int ordinal);
GetInt16(int ordinal)2493         public abstract short GetInt16(int ordinal);
GetInt32(int ordinal)2494         public abstract int GetInt32(int ordinal);
GetInt64(int ordinal)2495         public abstract long GetInt64(int ordinal);
GetName(int ordinal)2496         public abstract string GetName(int ordinal);
GetOrdinal(string name)2497         public abstract int GetOrdinal(string name);
2498         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
GetProviderSpecificFieldType(int ordinal)2499         public virtual System.Type GetProviderSpecificFieldType(int ordinal) { throw null; }
2500         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
GetProviderSpecificValue(int ordinal)2501         public virtual object GetProviderSpecificValue(int ordinal) { throw null; }
2502         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
GetProviderSpecificValues(object[] values)2503         public virtual int GetProviderSpecificValues(object[] values) { throw null; }
GetSchemaTable()2504         public virtual System.Data.DataTable GetSchemaTable() { throw null; }
GetStream(int ordinal)2505         public virtual System.IO.Stream GetStream(int ordinal) { throw null; }
GetString(int ordinal)2506         public abstract string GetString(int ordinal);
GetTextReader(int ordinal)2507         public virtual System.IO.TextReader GetTextReader(int ordinal) { throw null; }
GetValue(int ordinal)2508         public abstract object GetValue(int ordinal);
GetValues(object[] values)2509         public abstract int GetValues(object[] values);
IsDBNull(int ordinal)2510         public abstract bool IsDBNull(int ordinal);
IsDBNullAsync(int ordinal)2511         public System.Threading.Tasks.Task<bool> IsDBNullAsync(int ordinal) { throw null; }
IsDBNullAsync(int ordinal, System.Threading.CancellationToken cancellationToken)2512         public virtual System.Threading.Tasks.Task<bool> IsDBNullAsync(int ordinal, System.Threading.CancellationToken cancellationToken) { throw null; }
NextResult()2513         public abstract bool NextResult();
NextResultAsync()2514         public System.Threading.Tasks.Task<bool> NextResultAsync() { throw null; }
NextResultAsync(System.Threading.CancellationToken cancellationToken)2515         public virtual System.Threading.Tasks.Task<bool> NextResultAsync(System.Threading.CancellationToken cancellationToken) { throw null; }
Read()2516         public abstract bool Read();
ReadAsync()2517         public System.Threading.Tasks.Task<bool> ReadAsync() { throw null; }
ReadAsync(System.Threading.CancellationToken cancellationToken)2518         public virtual System.Threading.Tasks.Task<bool> ReadAsync(System.Threading.CancellationToken cancellationToken) { throw null; }
System.Data.IDataRecord.GetData(int ordinal)2519         System.Data.IDataReader System.Data.IDataRecord.GetData(int ordinal) { throw null; }
2520     }
2521     public static partial class DbDataReaderExtensions
2522     {
CanGetColumnSchema(this System.Data.Common.DbDataReader reader)2523         public static bool CanGetColumnSchema(this System.Data.Common.DbDataReader reader) { throw null; }
GetColumnSchema(this System.Data.Common.DbDataReader reader)2524         public static System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Common.DbColumn> GetColumnSchema(this System.Data.Common.DbDataReader reader) { throw null; }
2525     }
2526     public abstract partial class DbDataRecord : System.ComponentModel.ICustomTypeDescriptor, System.Data.IDataRecord
2527     {
DbDataRecord()2528         protected DbDataRecord() { }
2529         public abstract int FieldCount { get; }
2530         public abstract object this[int i] { get; }
2531         public abstract object this[string name] { get; }
GetBoolean(int i)2532         public abstract bool GetBoolean(int i);
GetByte(int i)2533         public abstract byte GetByte(int i);
GetBytes(int i, long dataIndex, byte[] buffer, int bufferIndex, int length)2534         public abstract long GetBytes(int i, long dataIndex, byte[] buffer, int bufferIndex, int length);
GetChar(int i)2535         public abstract char GetChar(int i);
GetChars(int i, long dataIndex, char[] buffer, int bufferIndex, int length)2536         public abstract long GetChars(int i, long dataIndex, char[] buffer, int bufferIndex, int length);
GetData(int i)2537         public System.Data.IDataReader GetData(int i) { throw null; }
GetDataTypeName(int i)2538         public abstract string GetDataTypeName(int i);
GetDateTime(int i)2539         public abstract System.DateTime GetDateTime(int i);
GetDbDataReader(int i)2540         protected virtual System.Data.Common.DbDataReader GetDbDataReader(int i) { throw null; }
GetDecimal(int i)2541         public abstract decimal GetDecimal(int i);
GetDouble(int i)2542         public abstract double GetDouble(int i);
GetFieldType(int i)2543         public abstract System.Type GetFieldType(int i);
GetFloat(int i)2544         public abstract float GetFloat(int i);
GetGuid(int i)2545         public abstract System.Guid GetGuid(int i);
GetInt16(int i)2546         public abstract short GetInt16(int i);
GetInt32(int i)2547         public abstract int GetInt32(int i);
GetInt64(int i)2548         public abstract long GetInt64(int i);
GetName(int i)2549         public abstract string GetName(int i);
GetOrdinal(string name)2550         public abstract int GetOrdinal(string name);
GetString(int i)2551         public abstract string GetString(int i);
GetValue(int i)2552         public abstract object GetValue(int i);
GetValues(object[] values)2553         public abstract int GetValues(object[] values);
IsDBNull(int i)2554         public abstract bool IsDBNull(int i);
System.ComponentModel.ICustomTypeDescriptor.GetAttributes()2555         System.ComponentModel.AttributeCollection System.ComponentModel.ICustomTypeDescriptor.GetAttributes() { throw null; }
System.ComponentModel.ICustomTypeDescriptor.GetClassName()2556         string System.ComponentModel.ICustomTypeDescriptor.GetClassName() { throw null; }
System.ComponentModel.ICustomTypeDescriptor.GetComponentName()2557         string System.ComponentModel.ICustomTypeDescriptor.GetComponentName() { throw null; }
System.ComponentModel.ICustomTypeDescriptor.GetConverter()2558         System.ComponentModel.TypeConverter System.ComponentModel.ICustomTypeDescriptor.GetConverter() { throw null; }
System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent()2559         System.ComponentModel.EventDescriptor System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent() { throw null; }
System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty()2560         System.ComponentModel.PropertyDescriptor System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty() { throw null; }
System.ComponentModel.ICustomTypeDescriptor.GetEditor(System.Type editorBaseType)2561         object System.ComponentModel.ICustomTypeDescriptor.GetEditor(System.Type editorBaseType) { throw null; }
System.ComponentModel.ICustomTypeDescriptor.GetEvents()2562         System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetEvents() { throw null; }
System.ComponentModel.ICustomTypeDescriptor.GetEvents(System.Attribute[] attributes)2563         System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetEvents(System.Attribute[] attributes) { throw null; }
System.ComponentModel.ICustomTypeDescriptor.GetProperties()2564         System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetProperties() { throw null; }
System.ComponentModel.ICustomTypeDescriptor.GetProperties(System.Attribute[] attributes)2565         System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetProperties(System.Attribute[] attributes) { throw null; }
System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner(System.ComponentModel.PropertyDescriptor pd)2566         object System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner(System.ComponentModel.PropertyDescriptor pd) { throw null; }
2567     }
2568     public abstract partial class DbDataSourceEnumerator
2569     {
DbDataSourceEnumerator()2570         protected DbDataSourceEnumerator() { }
GetDataSources()2571         public abstract System.Data.DataTable GetDataSources();
2572     }
2573     public partial class DbEnumerator : System.Collections.IEnumerator
2574     {
DbEnumerator(System.Data.Common.DbDataReader reader)2575         public DbEnumerator(System.Data.Common.DbDataReader reader) { }
DbEnumerator(System.Data.Common.DbDataReader reader, bool closeReader)2576         public DbEnumerator(System.Data.Common.DbDataReader reader, bool closeReader) { }
DbEnumerator(System.Data.IDataReader reader)2577         public DbEnumerator(System.Data.IDataReader reader) { }
DbEnumerator(System.Data.IDataReader reader, bool closeReader)2578         public DbEnumerator(System.Data.IDataReader reader, bool closeReader) { }
2579         public object Current { get { throw null; } }
MoveNext()2580         public bool MoveNext() { throw null; }
2581         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
Reset()2582         public void Reset() { }
2583     }
2584     [System.SerializableAttribute]
2585     public abstract partial class DbException : System.Runtime.InteropServices.ExternalException
2586     {
DbException()2587         protected DbException() { }
DbException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)2588         protected DbException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
DbException(string message)2589         protected DbException(string message) { }
DbException(string message, System.Exception innerException)2590         protected DbException(string message, System.Exception innerException) { }
DbException(string message, int errorCode)2591         protected DbException(string message, int errorCode) { }
2592     }
2593     public static partial class DbMetaDataCollectionNames
2594     {
2595         public static readonly string DataSourceInformation;
2596         public static readonly string DataTypes;
2597         public static readonly string MetaDataCollections;
2598         public static readonly string ReservedWords;
2599         public static readonly string Restrictions;
2600     }
2601     public static partial class DbMetaDataColumnNames
2602     {
2603         public static readonly string CollectionName;
2604         public static readonly string ColumnSize;
2605         public static readonly string CompositeIdentifierSeparatorPattern;
2606         public static readonly string CreateFormat;
2607         public static readonly string CreateParameters;
2608         public static readonly string DataSourceProductName;
2609         public static readonly string DataSourceProductVersion;
2610         public static readonly string DataSourceProductVersionNormalized;
2611         public static readonly string DataType;
2612         public static readonly string GroupByBehavior;
2613         public static readonly string IdentifierCase;
2614         public static readonly string IdentifierPattern;
2615         public static readonly string IsAutoIncrementable;
2616         public static readonly string IsBestMatch;
2617         public static readonly string IsCaseSensitive;
2618         public static readonly string IsConcurrencyType;
2619         public static readonly string IsFixedLength;
2620         public static readonly string IsFixedPrecisionScale;
2621         public static readonly string IsLiteralSupported;
2622         public static readonly string IsLong;
2623         public static readonly string IsNullable;
2624         public static readonly string IsSearchable;
2625         public static readonly string IsSearchableWithLike;
2626         public static readonly string IsUnsigned;
2627         public static readonly string LiteralPrefix;
2628         public static readonly string LiteralSuffix;
2629         public static readonly string MaximumScale;
2630         public static readonly string MinimumScale;
2631         public static readonly string NumberOfIdentifierParts;
2632         public static readonly string NumberOfRestrictions;
2633         public static readonly string OrderByColumnsInSelect;
2634         public static readonly string ParameterMarkerFormat;
2635         public static readonly string ParameterMarkerPattern;
2636         public static readonly string ParameterNameMaxLength;
2637         public static readonly string ParameterNamePattern;
2638         public static readonly string ProviderDbType;
2639         public static readonly string QuotedIdentifierCase;
2640         public static readonly string QuotedIdentifierPattern;
2641         public static readonly string ReservedWord;
2642         public static readonly string StatementSeparatorPattern;
2643         public static readonly string StringLiteralPattern;
2644         public static readonly string SupportedJoinOperators;
2645         public static readonly string TypeName;
2646     }
2647     public abstract partial class DbParameter : System.MarshalByRefObject, System.Data.IDataParameter, System.Data.IDbDataParameter
2648     {
DbParameter()2649         protected DbParameter() { }
2650         [System.ComponentModel.BrowsableAttribute(false)]
2651         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2652         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
2653         public abstract System.Data.DbType DbType { get; set; }
2654         [System.ComponentModel.DefaultValueAttribute((System.Data.ParameterDirection)(1))]
2655         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
2656         public abstract System.Data.ParameterDirection Direction { get; set; }
2657         [System.ComponentModel.BrowsableAttribute(false)]
2658         [System.ComponentModel.DesignOnlyAttribute(true)]
2659         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2660         public abstract bool IsNullable { get; set; }
2661         [System.ComponentModel.DefaultValueAttribute("")]
2662         public abstract string ParameterName { get; set; }
2663         public virtual byte Precision { get { throw null; } set { } }
2664         public virtual byte Scale { get { throw null; } set { } }
2665         public abstract int Size { get; set; }
2666         [System.ComponentModel.DefaultValueAttribute("")]
2667         public abstract string SourceColumn { get; set; }
2668         [System.ComponentModel.DefaultValueAttribute(false)]
2669         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2670         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
2671         public abstract bool SourceColumnNullMapping { get; set; }
2672         [System.ComponentModel.DefaultValueAttribute((System.Data.DataRowVersion)(512))]
2673         public virtual System.Data.DataRowVersion SourceVersion { get { throw null; } set { } }
2674         byte System.Data.IDbDataParameter.Precision { get { throw null; } set { } }
2675         byte System.Data.IDbDataParameter.Scale { get { throw null; } set { } }
2676         [System.ComponentModel.DefaultValueAttribute(null)]
2677         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
2678         public abstract object Value { get; set; }
2679         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
ResetDbType()2680         public abstract void ResetDbType();
2681     }
2682     public abstract partial class DbParameterCollection : System.MarshalByRefObject, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.Data.IDataParameterCollection
2683     {
DbParameterCollection()2684         protected DbParameterCollection() { }
2685         [System.ComponentModel.BrowsableAttribute(false)]
2686         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2687         public abstract int Count { get; }
2688         [System.ComponentModel.BrowsableAttribute(false)]
2689         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2690         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2691         public virtual bool IsFixedSize { get { throw null; } }
2692         [System.ComponentModel.BrowsableAttribute(false)]
2693         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2694         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2695         public virtual bool IsReadOnly { get { throw null; } }
2696         [System.ComponentModel.BrowsableAttribute(false)]
2697         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2698         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2699         public virtual bool IsSynchronized { get { throw null; } }
2700         public System.Data.Common.DbParameter this[int index] { get { throw null; } set { } }
2701         public System.Data.Common.DbParameter this[string parameterName] { get { throw null; } set { } }
2702         [System.ComponentModel.BrowsableAttribute(false)]
2703         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2704         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2705         public abstract object SyncRoot { get; }
2706         object System.Collections.IList.this[int index] { get { throw null; } set { } }
2707         object System.Data.IDataParameterCollection.this[string parameterName] { get { throw null; } set { } }
Add(object value)2708         public abstract int Add(object value);
AddRange(System.Array values)2709         public abstract void AddRange(System.Array values);
Clear()2710         public abstract void Clear();
Contains(object value)2711         public abstract bool Contains(object value);
Contains(string value)2712         public abstract bool Contains(string value);
CopyTo(System.Array array, int index)2713         public abstract void CopyTo(System.Array array, int index);
2714         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
GetEnumerator()2715         public abstract System.Collections.IEnumerator GetEnumerator();
GetParameter(int index)2716         protected abstract System.Data.Common.DbParameter GetParameter(int index);
GetParameter(string parameterName)2717         protected abstract System.Data.Common.DbParameter GetParameter(string parameterName);
IndexOf(object value)2718         public abstract int IndexOf(object value);
IndexOf(string parameterName)2719         public abstract int IndexOf(string parameterName);
Insert(int index, object value)2720         public abstract void Insert(int index, object value);
Remove(object value)2721         public abstract void Remove(object value);
RemoveAt(int index)2722         public abstract void RemoveAt(int index);
RemoveAt(string parameterName)2723         public abstract void RemoveAt(string parameterName);
SetParameter(int index, System.Data.Common.DbParameter value)2724         protected abstract void SetParameter(int index, System.Data.Common.DbParameter value);
SetParameter(string parameterName, System.Data.Common.DbParameter value)2725         protected abstract void SetParameter(string parameterName, System.Data.Common.DbParameter value);
2726     }
2727     public partial class DbProviderConfigurationHandler : System.Configuration.IConfigurationSectionHandler
2728     {
DbProviderConfigurationHandler()2729         public DbProviderConfigurationHandler() { }
Create(object parent, object configContext, System.Xml.XmlNode section)2730         public virtual object Create(object parent, object configContext, System.Xml.XmlNode section) { throw null; }
2731     }
2732     public static partial class DbProviderFactories
2733     {
GetFactory(System.Data.Common.DbConnection connection)2734         public static System.Data.Common.DbProviderFactory GetFactory(System.Data.Common.DbConnection connection) { throw null; }
GetFactory(System.Data.DataRow providerRow)2735         public static System.Data.Common.DbProviderFactory GetFactory(System.Data.DataRow providerRow) { throw null; }
GetFactory(string providerInvariantName)2736         public static System.Data.Common.DbProviderFactory GetFactory(string providerInvariantName) { throw null; }
GetFactoryClasses()2737         public static System.Data.DataTable GetFactoryClasses() { throw null; }
2738     }
2739     public partial class DbProviderFactoriesConfigurationHandler : System.Configuration.IConfigurationSectionHandler
2740     {
DbProviderFactoriesConfigurationHandler()2741         public DbProviderFactoriesConfigurationHandler() { }
Create(object parent, object configContext, System.Xml.XmlNode section)2742         public virtual object Create(object parent, object configContext, System.Xml.XmlNode section) { throw null; }
2743     }
2744     public abstract partial class DbProviderFactory
2745     {
DbProviderFactory()2746         protected DbProviderFactory() { }
2747         public virtual bool CanCreateDataSourceEnumerator { get { throw null; } }
CreateCommand()2748         public virtual System.Data.Common.DbCommand CreateCommand() { throw null; }
CreateCommandBuilder()2749         public virtual System.Data.Common.DbCommandBuilder CreateCommandBuilder() { throw null; }
CreateConnection()2750         public virtual System.Data.Common.DbConnection CreateConnection() { throw null; }
CreateConnectionStringBuilder()2751         public virtual System.Data.Common.DbConnectionStringBuilder CreateConnectionStringBuilder() { throw null; }
CreateDataAdapter()2752         public virtual System.Data.Common.DbDataAdapter CreateDataAdapter() { throw null; }
CreateDataSourceEnumerator()2753         public virtual System.Data.Common.DbDataSourceEnumerator CreateDataSourceEnumerator() { throw null; }
CreateParameter()2754         public virtual System.Data.Common.DbParameter CreateParameter() { throw null; }
CreatePermission(System.Security.Permissions.PermissionState state)2755         public virtual System.Security.CodeAccessPermission CreatePermission(System.Security.Permissions.PermissionState state) { throw null; }
2756     }
2757     [System.AttributeUsageAttribute((System.AttributeTargets)(128), AllowMultiple=false, Inherited=true)]
2758     [System.SerializableAttribute]
2759     public sealed partial class DbProviderSpecificTypePropertyAttribute : System.Attribute
2760     {
DbProviderSpecificTypePropertyAttribute(bool isProviderSpecificTypeProperty)2761         public DbProviderSpecificTypePropertyAttribute(bool isProviderSpecificTypeProperty) { }
2762         public bool IsProviderSpecificTypeProperty { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
2763     }
2764     public abstract partial class DbTransaction : System.MarshalByRefObject, System.Data.IDbTransaction, System.IDisposable
2765     {
DbTransaction()2766         protected DbTransaction() { }
2767         public System.Data.Common.DbConnection Connection { get { throw null; } }
2768         protected abstract System.Data.Common.DbConnection DbConnection { get; }
2769         public abstract System.Data.IsolationLevel IsolationLevel { get; }
2770         System.Data.IDbConnection System.Data.IDbTransaction.Connection { get { throw null; } }
Commit()2771         public abstract void Commit();
Dispose()2772         public void Dispose() { }
Dispose(bool disposing)2773         protected virtual void Dispose(bool disposing) { }
Rollback()2774         public abstract void Rollback();
2775     }
2776     public enum GroupByBehavior
2777     {
2778         ExactMatch = 4,
2779         MustContainAll = 3,
2780         NotSupported = 1,
2781         Unknown = 0,
2782         Unrelated = 2,
2783     }
2784     public partial interface IDbColumnSchemaGenerator
2785     {
GetColumnSchema()2786         System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Common.DbColumn> GetColumnSchema();
2787     }
2788     public enum IdentifierCase
2789     {
2790         Insensitive = 1,
2791         Sensitive = 2,
2792         Unknown = 0,
2793     }
2794     public partial class RowUpdatedEventArgs : System.EventArgs
2795     {
RowUpdatedEventArgs(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping)2796         public RowUpdatedEventArgs(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) { }
2797         public System.Data.IDbCommand Command { get { throw null; } }
2798         public System.Exception Errors { get { throw null; } set { } }
2799         public int RecordsAffected { get { throw null; } }
2800         public System.Data.DataRow Row { get { throw null; } }
2801         public int RowCount { get { throw null; } }
2802         public System.Data.StatementType StatementType { get { throw null; } }
2803         public System.Data.UpdateStatus Status { get { throw null; } set { } }
2804         public System.Data.Common.DataTableMapping TableMapping { get { throw null; } }
CopyToRows(System.Data.DataRow[] array)2805         public void CopyToRows(System.Data.DataRow[] array) { }
CopyToRows(System.Data.DataRow[] array, int arrayIndex)2806         public void CopyToRows(System.Data.DataRow[] array, int arrayIndex) { }
2807     }
2808     public partial class RowUpdatingEventArgs : System.EventArgs
2809     {
RowUpdatingEventArgs(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping)2810         public RowUpdatingEventArgs(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) { }
2811         protected virtual System.Data.IDbCommand BaseCommand { get { throw null; } set { } }
2812         public System.Data.IDbCommand Command { get { throw null; } set { } }
2813         public System.Exception Errors { get { throw null; } set { } }
2814         public System.Data.DataRow Row { get { throw null; } }
2815         public System.Data.StatementType StatementType { get { throw null; } }
2816         public System.Data.UpdateStatus Status { get { throw null; } set { } }
2817         public System.Data.Common.DataTableMapping TableMapping { get { throw null; } }
2818     }
2819     public static partial class SchemaTableColumn
2820     {
2821         public static readonly string AllowDBNull;
2822         public static readonly string BaseColumnName;
2823         public static readonly string BaseSchemaName;
2824         public static readonly string BaseTableName;
2825         public static readonly string ColumnName;
2826         public static readonly string ColumnOrdinal;
2827         public static readonly string ColumnSize;
2828         public static readonly string DataType;
2829         public static readonly string IsAliased;
2830         public static readonly string IsExpression;
2831         public static readonly string IsKey;
2832         public static readonly string IsLong;
2833         public static readonly string IsUnique;
2834         public static readonly string NonVersionedProviderType;
2835         public static readonly string NumericPrecision;
2836         public static readonly string NumericScale;
2837         public static readonly string ProviderType;
2838     }
2839     public static partial class SchemaTableOptionalColumn
2840     {
2841         public static readonly string AutoIncrementSeed;
2842         public static readonly string AutoIncrementStep;
2843         public static readonly string BaseCatalogName;
2844         public static readonly string BaseColumnNamespace;
2845         public static readonly string BaseServerName;
2846         public static readonly string BaseTableNamespace;
2847         public static readonly string ColumnMapping;
2848         public static readonly string DefaultValue;
2849         public static readonly string Expression;
2850         public static readonly string IsAutoIncrement;
2851         public static readonly string IsHidden;
2852         public static readonly string IsReadOnly;
2853         public static readonly string IsRowVersion;
2854         public static readonly string ProviderSpecificDataType;
2855     }
2856     [System.FlagsAttribute]
2857     public enum SupportedJoinOperators
2858     {
2859         FullOuter = 8,
2860         Inner = 1,
2861         LeftOuter = 2,
2862         None = 0,
2863         RightOuter = 4,
2864     }
2865 }
2866 namespace System.Data.Odbc
2867 {
2868     public static partial class ODBC32
2869     {
2870         public enum RETCODE
2871         {
2872             ERROR = -1,
2873             INVALID_HANDLE = -2,
2874             NO_DATA = 100,
2875             SUCCESS = 0,
2876             SUCCESS_WITH_INFO = 1,
2877         }
2878     }
2879     public sealed partial class OdbcCommand : System.Data.Common.DbCommand, System.ICloneable
2880     {
OdbcCommand()2881         public OdbcCommand() { }
OdbcCommand(string cmdText)2882         public OdbcCommand(string cmdText) { }
OdbcCommand(string cmdText, System.Data.Odbc.OdbcConnection connection)2883         public OdbcCommand(string cmdText, System.Data.Odbc.OdbcConnection connection) { }
OdbcCommand(string cmdText, System.Data.Odbc.OdbcConnection connection, System.Data.Odbc.OdbcTransaction transaction)2884         public OdbcCommand(string cmdText, System.Data.Odbc.OdbcConnection connection, System.Data.Odbc.OdbcTransaction transaction) { }
2885         public override string CommandText { get { throw null; } set { } }
2886         public override int CommandTimeout { get { throw null; } set { } }
2887         [System.ComponentModel.DefaultValueAttribute((System.Data.CommandType)(1))]
2888         public override System.Data.CommandType CommandType { get { throw null; } set { } }
2889         public new System.Data.Odbc.OdbcConnection Connection { get { throw null; } set { } }
2890         protected override System.Data.Common.DbConnection DbConnection { get { throw null; } set { } }
2891         protected override System.Data.Common.DbParameterCollection DbParameterCollection { get { throw null; } }
2892         protected override System.Data.Common.DbTransaction DbTransaction { get { throw null; } set { } }
2893         [System.ComponentModel.BrowsableAttribute(false)]
2894         [System.ComponentModel.DefaultValueAttribute(true)]
2895         [System.ComponentModel.DesignOnlyAttribute(true)]
2896         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2897         public override bool DesignTimeVisible { get { throw null; } set { } }
2898         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
2899         public new System.Data.Odbc.OdbcParameterCollection Parameters { get { throw null; } }
2900         [System.ComponentModel.BrowsableAttribute(false)]
2901         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2902         public new System.Data.Odbc.OdbcTransaction Transaction { get { throw null; } set { } }
2903         [System.ComponentModel.DefaultValueAttribute((System.Data.UpdateRowSource)(3))]
2904         public override System.Data.UpdateRowSource UpdatedRowSource { get { throw null; } set { } }
Cancel()2905         public override void Cancel() { }
CreateDbParameter()2906         protected override System.Data.Common.DbParameter CreateDbParameter() { throw null; }
CreateParameter()2907         public new System.Data.Odbc.OdbcParameter CreateParameter() { throw null; }
Dispose(bool disposing)2908         protected override void Dispose(bool disposing) { }
ExecuteDbDataReader(System.Data.CommandBehavior behavior)2909         protected override System.Data.Common.DbDataReader ExecuteDbDataReader(System.Data.CommandBehavior behavior) { throw null; }
ExecuteNonQuery()2910         public override int ExecuteNonQuery() { throw null; }
ExecuteReader()2911         public new System.Data.Odbc.OdbcDataReader ExecuteReader() { throw null; }
ExecuteReader(System.Data.CommandBehavior behavior)2912         public new System.Data.Odbc.OdbcDataReader ExecuteReader(System.Data.CommandBehavior behavior) { throw null; }
ExecuteScalar()2913         public override object ExecuteScalar() { throw null; }
Prepare()2914         public override void Prepare() { }
ResetCommandTimeout()2915         public void ResetCommandTimeout() { }
System.ICloneable.Clone()2916         object System.ICloneable.Clone() { throw null; }
2917     }
2918     public sealed partial class OdbcCommandBuilder : System.Data.Common.DbCommandBuilder
2919     {
OdbcCommandBuilder()2920         public OdbcCommandBuilder() { }
OdbcCommandBuilder(System.Data.Odbc.OdbcDataAdapter adapter)2921         public OdbcCommandBuilder(System.Data.Odbc.OdbcDataAdapter adapter) { }
2922         public new System.Data.Odbc.OdbcDataAdapter DataAdapter { get { throw null; } set { } }
ApplyParameterInfo(System.Data.Common.DbParameter parameter, System.Data.DataRow datarow, System.Data.StatementType statementType, bool whereClause)2923         protected override void ApplyParameterInfo(System.Data.Common.DbParameter parameter, System.Data.DataRow datarow, System.Data.StatementType statementType, bool whereClause) { }
DeriveParameters(System.Data.Odbc.OdbcCommand command)2924         public static void DeriveParameters(System.Data.Odbc.OdbcCommand command) { }
GetDeleteCommand()2925         public new System.Data.Odbc.OdbcCommand GetDeleteCommand() { throw null; }
GetDeleteCommand(bool useColumnsForParameterNames)2926         public new System.Data.Odbc.OdbcCommand GetDeleteCommand(bool useColumnsForParameterNames) { throw null; }
GetInsertCommand()2927         public new System.Data.Odbc.OdbcCommand GetInsertCommand() { throw null; }
GetInsertCommand(bool useColumnsForParameterNames)2928         public new System.Data.Odbc.OdbcCommand GetInsertCommand(bool useColumnsForParameterNames) { throw null; }
GetParameterName(int parameterOrdinal)2929         protected override string GetParameterName(int parameterOrdinal) { throw null; }
GetParameterName(string parameterName)2930         protected override string GetParameterName(string parameterName) { throw null; }
GetParameterPlaceholder(int parameterOrdinal)2931         protected override string GetParameterPlaceholder(int parameterOrdinal) { throw null; }
GetUpdateCommand()2932         public new System.Data.Odbc.OdbcCommand GetUpdateCommand() { throw null; }
GetUpdateCommand(bool useColumnsForParameterNames)2933         public new System.Data.Odbc.OdbcCommand GetUpdateCommand(bool useColumnsForParameterNames) { throw null; }
QuoteIdentifier(string unquotedIdentifier)2934         public override string QuoteIdentifier(string unquotedIdentifier) { throw null; }
QuoteIdentifier(string unquotedIdentifier, System.Data.Odbc.OdbcConnection connection)2935         public string QuoteIdentifier(string unquotedIdentifier, System.Data.Odbc.OdbcConnection connection) { throw null; }
SetRowUpdatingHandler(System.Data.Common.DbDataAdapter adapter)2936         protected override void SetRowUpdatingHandler(System.Data.Common.DbDataAdapter adapter) { }
UnquoteIdentifier(string quotedIdentifier)2937         public override string UnquoteIdentifier(string quotedIdentifier) { throw null; }
UnquoteIdentifier(string quotedIdentifier, System.Data.Odbc.OdbcConnection connection)2938         public string UnquoteIdentifier(string quotedIdentifier, System.Data.Odbc.OdbcConnection connection) { throw null; }
2939     }
2940     public sealed partial class OdbcConnection : System.Data.Common.DbConnection, System.ICloneable
2941     {
OdbcConnection()2942         public OdbcConnection() { }
OdbcConnection(string connectionString)2943         public OdbcConnection(string connectionString) { }
2944         public override string ConnectionString { get { throw null; } set { } }
2945         [System.ComponentModel.DefaultValueAttribute(15)]
2946         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2947         public new int ConnectionTimeout { get { throw null; } set { } }
2948         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2949         public override string Database { get { throw null; } }
2950         [System.ComponentModel.BrowsableAttribute(false)]
2951         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2952         public override string DataSource { get { throw null; } }
2953         [System.ComponentModel.BrowsableAttribute(false)]
2954         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2955         public string Driver { get { throw null; } }
2956         [System.ComponentModel.BrowsableAttribute(false)]
2957         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2958         public override string ServerVersion { get { throw null; } }
2959         [System.ComponentModel.BrowsableAttribute(false)]
2960         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2961         public override System.Data.ConnectionState State { get { throw null; } }
2962         public event System.Data.Odbc.OdbcInfoMessageEventHandler InfoMessage { add { } remove { } }
BeginDbTransaction(System.Data.IsolationLevel isolationLevel)2963         protected override System.Data.Common.DbTransaction BeginDbTransaction(System.Data.IsolationLevel isolationLevel) { throw null; }
BeginTransaction()2964         public new System.Data.Odbc.OdbcTransaction BeginTransaction() { throw null; }
BeginTransaction(System.Data.IsolationLevel isolevel)2965         public new System.Data.Odbc.OdbcTransaction BeginTransaction(System.Data.IsolationLevel isolevel) { throw null; }
ChangeDatabase(string value)2966         public override void ChangeDatabase(string value) { }
Close()2967         public override void Close() { }
CreateCommand()2968         public new System.Data.Odbc.OdbcCommand CreateCommand() { throw null; }
CreateDbCommand()2969         protected override System.Data.Common.DbCommand CreateDbCommand() { throw null; }
Dispose(bool disposing)2970         protected override void Dispose(bool disposing) { }
Open()2971         public override void Open() { }
ReleaseObjectPool()2972         public static void ReleaseObjectPool() { }
System.ICloneable.Clone()2973         object System.ICloneable.Clone() { throw null; }
2974     }
2975     public sealed partial class OdbcConnectionStringBuilder : System.Data.Common.DbConnectionStringBuilder
2976     {
OdbcConnectionStringBuilder()2977         public OdbcConnectionStringBuilder() { }
OdbcConnectionStringBuilder(string connectionString)2978         public OdbcConnectionStringBuilder(string connectionString) { }
2979         [System.ComponentModel.DisplayNameAttribute("Driver")]
2980         public string Driver { get { throw null; } set { } }
2981         [System.ComponentModel.DisplayNameAttribute("Dsn")]
2982         public string Dsn { get { throw null; } set { } }
2983         public override object this[string keyword] { get { throw null; } set { } }
2984         public override System.Collections.ICollection Keys { get { throw null; } }
Clear()2985         public override void Clear() { }
ContainsKey(string keyword)2986         public override bool ContainsKey(string keyword) { throw null; }
Remove(string keyword)2987         public override bool Remove(string keyword) { throw null; }
TryGetValue(string keyword, out object value)2988         public override bool TryGetValue(string keyword, out object value) { value = default(object); throw null; }
2989     }
2990     public sealed partial class OdbcDataAdapter : System.Data.Common.DbDataAdapter, System.Data.IDataAdapter, System.Data.IDbDataAdapter, System.ICloneable
2991     {
OdbcDataAdapter()2992         public OdbcDataAdapter() { }
OdbcDataAdapter(System.Data.Odbc.OdbcCommand selectCommand)2993         public OdbcDataAdapter(System.Data.Odbc.OdbcCommand selectCommand) { }
OdbcDataAdapter(string selectCommandText, System.Data.Odbc.OdbcConnection selectConnection)2994         public OdbcDataAdapter(string selectCommandText, System.Data.Odbc.OdbcConnection selectConnection) { }
OdbcDataAdapter(string selectCommandText, string selectConnectionString)2995         public OdbcDataAdapter(string selectCommandText, string selectConnectionString) { }
2996         public new System.Data.Odbc.OdbcCommand DeleteCommand { get { throw null; } set { } }
2997         public new System.Data.Odbc.OdbcCommand InsertCommand { get { throw null; } set { } }
2998         public new System.Data.Odbc.OdbcCommand SelectCommand { get { throw null; } set { } }
2999         System.Data.IDbCommand System.Data.IDbDataAdapter.DeleteCommand { get { throw null; } set { } }
3000         System.Data.IDbCommand System.Data.IDbDataAdapter.InsertCommand { get { throw null; } set { } }
3001         System.Data.IDbCommand System.Data.IDbDataAdapter.SelectCommand { get { throw null; } set { } }
3002         System.Data.IDbCommand System.Data.IDbDataAdapter.UpdateCommand { get { throw null; } set { } }
3003         public new System.Data.Odbc.OdbcCommand UpdateCommand { get { throw null; } set { } }
3004         public event System.Data.Odbc.OdbcRowUpdatedEventHandler RowUpdated { add { } remove { } }
3005         public event System.Data.Odbc.OdbcRowUpdatingEventHandler RowUpdating { add { } remove { } }
CreateRowUpdatedEvent(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping)3006         protected override System.Data.Common.RowUpdatedEventArgs CreateRowUpdatedEvent(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) { throw null; }
CreateRowUpdatingEvent(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping)3007         protected override System.Data.Common.RowUpdatingEventArgs CreateRowUpdatingEvent(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) { throw null; }
OnRowUpdated(System.Data.Common.RowUpdatedEventArgs value)3008         protected override void OnRowUpdated(System.Data.Common.RowUpdatedEventArgs value) { }
OnRowUpdating(System.Data.Common.RowUpdatingEventArgs value)3009         protected override void OnRowUpdating(System.Data.Common.RowUpdatingEventArgs value) { }
System.ICloneable.Clone()3010         object System.ICloneable.Clone() { throw null; }
3011     }
3012     public sealed partial class OdbcDataReader : System.Data.Common.DbDataReader
3013     {
OdbcDataReader()3014         internal OdbcDataReader() { }
3015         public override int Depth { get { throw null; } }
3016         public override int FieldCount { get { throw null; } }
3017         public override bool HasRows { get { throw null; } }
3018         public override bool IsClosed { get { throw null; } }
3019         public override object this[int i] { get { throw null; } }
3020         public override object this[string value] { get { throw null; } }
3021         public override int RecordsAffected { get { throw null; } }
Close()3022         public override void Close() { }
Dispose(bool disposing)3023         protected override void Dispose(bool disposing) { }
GetBoolean(int i)3024         public override bool GetBoolean(int i) { throw null; }
GetByte(int i)3025         public override byte GetByte(int i) { throw null; }
GetBytes(int i, long dataIndex, byte[] buffer, int bufferIndex, int length)3026         public override long GetBytes(int i, long dataIndex, byte[] buffer, int bufferIndex, int length) { throw null; }
GetChar(int i)3027         public override char GetChar(int i) { throw null; }
GetChars(int i, long dataIndex, char[] buffer, int bufferIndex, int length)3028         public override long GetChars(int i, long dataIndex, char[] buffer, int bufferIndex, int length) { throw null; }
GetDataTypeName(int i)3029         public override string GetDataTypeName(int i) { throw null; }
GetDate(int i)3030         public System.DateTime GetDate(int i) { throw null; }
GetDateTime(int i)3031         public override System.DateTime GetDateTime(int i) { throw null; }
GetDecimal(int i)3032         public override decimal GetDecimal(int i) { throw null; }
GetDouble(int i)3033         public override double GetDouble(int i) { throw null; }
GetEnumerator()3034         public override System.Collections.IEnumerator GetEnumerator() { throw null; }
GetFieldType(int i)3035         public override System.Type GetFieldType(int i) { throw null; }
GetFloat(int i)3036         public override float GetFloat(int i) { throw null; }
GetGuid(int i)3037         public override System.Guid GetGuid(int i) { throw null; }
GetInt16(int i)3038         public override short GetInt16(int i) { throw null; }
GetInt32(int i)3039         public override int GetInt32(int i) { throw null; }
GetInt64(int i)3040         public override long GetInt64(int i) { throw null; }
GetName(int i)3041         public override string GetName(int i) { throw null; }
GetOrdinal(string value)3042         public override int GetOrdinal(string value) { throw null; }
GetSchemaTable()3043         public override System.Data.DataTable GetSchemaTable() { throw null; }
GetString(int i)3044         public override string GetString(int i) { throw null; }
GetTime(int i)3045         public System.TimeSpan GetTime(int i) { throw null; }
GetValue(int i)3046         public override object GetValue(int i) { throw null; }
GetValues(object[] values)3047         public override int GetValues(object[] values) { throw null; }
IsDBNull(int i)3048         public override bool IsDBNull(int i) { throw null; }
NextResult()3049         public override bool NextResult() { throw null; }
Read()3050         public override bool Read() { throw null; }
3051     }
3052     [System.SerializableAttribute]
3053     public sealed partial class OdbcError
3054     {
OdbcError()3055         internal OdbcError() { }
3056         public string Message { get { throw null; } }
3057         public int NativeError { get { throw null; } }
3058         public string Source { get { throw null; } }
3059         public string SQLState { get { throw null; } }
ToString()3060         public override string ToString() { throw null; }
3061     }
3062     [System.SerializableAttribute]
3063     public sealed partial class OdbcErrorCollection : System.Collections.ICollection, System.Collections.IEnumerable
3064     {
OdbcErrorCollection()3065         internal OdbcErrorCollection() { }
3066         public int Count { get { throw null; } }
3067         public System.Data.Odbc.OdbcError this[int i] { get { throw null; } }
3068         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
3069         object System.Collections.ICollection.SyncRoot { get { throw null; } }
CopyTo(System.Array array, int i)3070         public void CopyTo(System.Array array, int i) { }
CopyTo(System.Data.Odbc.OdbcError[] array, int i)3071         public void CopyTo(System.Data.Odbc.OdbcError[] array, int i) { }
GetEnumerator()3072         public System.Collections.IEnumerator GetEnumerator() { throw null; }
3073     }
3074     [System.SerializableAttribute]
3075     public sealed partial class OdbcException : System.Data.Common.DbException
3076     {
OdbcException()3077         internal OdbcException() { }
3078         public System.Data.Odbc.OdbcErrorCollection Errors { get { throw null; } }
3079         public override string Source { get { throw null; } }
GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context)3080         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
3081     }
3082     public sealed partial class OdbcFactory : System.Data.Common.DbProviderFactory
3083     {
OdbcFactory()3084         internal OdbcFactory() { }
3085         public static readonly System.Data.Odbc.OdbcFactory Instance;
CreateCommand()3086         public override System.Data.Common.DbCommand CreateCommand() { throw null; }
CreateCommandBuilder()3087         public override System.Data.Common.DbCommandBuilder CreateCommandBuilder() { throw null; }
CreateConnection()3088         public override System.Data.Common.DbConnection CreateConnection() { throw null; }
CreateConnectionStringBuilder()3089         public override System.Data.Common.DbConnectionStringBuilder CreateConnectionStringBuilder() { throw null; }
CreateDataAdapter()3090         public override System.Data.Common.DbDataAdapter CreateDataAdapter() { throw null; }
CreateParameter()3091         public override System.Data.Common.DbParameter CreateParameter() { throw null; }
CreatePermission(System.Security.Permissions.PermissionState state)3092         public override System.Security.CodeAccessPermission CreatePermission(System.Security.Permissions.PermissionState state) { throw null; }
3093     }
3094     public sealed partial class OdbcInfoMessageEventArgs : System.EventArgs
3095     {
OdbcInfoMessageEventArgs()3096         internal OdbcInfoMessageEventArgs() { }
3097         public System.Data.Odbc.OdbcErrorCollection Errors { get { throw null; } }
3098         public string Message { get { throw null; } }
ToString()3099         public override string ToString() { throw null; }
3100     }
OdbcInfoMessageEventHandler(object sender, System.Data.Odbc.OdbcInfoMessageEventArgs e)3101     public delegate void OdbcInfoMessageEventHandler(object sender, System.Data.Odbc.OdbcInfoMessageEventArgs e);
3102     public static partial class OdbcMetaDataCollectionNames
3103     {
3104         public static readonly string Columns;
3105         public static readonly string Indexes;
3106         public static readonly string ProcedureColumns;
3107         public static readonly string ProcedureParameters;
3108         public static readonly string Procedures;
3109         public static readonly string Tables;
3110         public static readonly string Views;
3111     }
3112     public static partial class OdbcMetaDataColumnNames
3113     {
3114         public static readonly string BooleanFalseLiteral;
3115         public static readonly string BooleanTrueLiteral;
3116         public static readonly string SQLType;
3117     }
3118     public sealed partial class OdbcParameter : System.Data.Common.DbParameter, System.Data.IDataParameter, System.Data.IDbDataParameter, System.ICloneable
3119     {
OdbcParameter()3120         public OdbcParameter() { }
OdbcParameter(string name, System.Data.Odbc.OdbcType type)3121         public OdbcParameter(string name, System.Data.Odbc.OdbcType type) { }
OdbcParameter(string name, System.Data.Odbc.OdbcType type, int size)3122         public OdbcParameter(string name, System.Data.Odbc.OdbcType type, int size) { }
3123         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OdbcParameter(string parameterName, System.Data.Odbc.OdbcType odbcType, int size, System.Data.ParameterDirection parameterDirection, bool isNullable, byte precision, byte scale, string srcColumn, System.Data.DataRowVersion srcVersion, object value)3124         public OdbcParameter(string parameterName, System.Data.Odbc.OdbcType odbcType, int size, System.Data.ParameterDirection parameterDirection, bool isNullable, byte precision, byte scale, string srcColumn, System.Data.DataRowVersion srcVersion, object value) { }
3125         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OdbcParameter(string parameterName, System.Data.Odbc.OdbcType odbcType, int size, System.Data.ParameterDirection parameterDirection, byte precision, byte scale, string sourceColumn, System.Data.DataRowVersion sourceVersion, bool sourceColumnNullMapping, object value)3126         public OdbcParameter(string parameterName, System.Data.Odbc.OdbcType odbcType, int size, System.Data.ParameterDirection parameterDirection, byte precision, byte scale, string sourceColumn, System.Data.DataRowVersion sourceVersion, bool sourceColumnNullMapping, object value) { }
OdbcParameter(string name, System.Data.Odbc.OdbcType type, int size, string sourcecolumn)3127         public OdbcParameter(string name, System.Data.Odbc.OdbcType type, int size, string sourcecolumn) { }
OdbcParameter(string name, object value)3128         public OdbcParameter(string name, object value) { }
3129         public override System.Data.DbType DbType { get { throw null; } set { } }
3130         public override System.Data.ParameterDirection Direction { get { throw null; } set { } }
3131         public override bool IsNullable { get { throw null; } set { } }
3132         [System.ComponentModel.DefaultValueAttribute((System.Data.Odbc.OdbcType)(11))]
3133         [System.Data.Common.DbProviderSpecificTypePropertyAttribute(true)]
3134         public System.Data.Odbc.OdbcType OdbcType { get { throw null; } set { } }
3135         public int Offset { get { throw null; } set { } }
3136         public override string ParameterName { get { throw null; } set { } }
3137         public new byte Precision { get { throw null; } set { } }
3138         public new byte Scale { get { throw null; } set { } }
3139         public override int Size { get { throw null; } set { } }
3140         public override string SourceColumn { get { throw null; } set { } }
3141         public override bool SourceColumnNullMapping { get { throw null; } set { } }
3142         public override System.Data.DataRowVersion SourceVersion { get { throw null; } set { } }
3143         public override object Value { get { throw null; } set { } }
ResetDbType()3144         public override void ResetDbType() { }
ResetOdbcType()3145         public void ResetOdbcType() { }
System.ICloneable.Clone()3146         object System.ICloneable.Clone() { throw null; }
ToString()3147         public override string ToString() { throw null; }
3148     }
3149     public sealed partial class OdbcParameterCollection : System.Data.Common.DbParameterCollection
3150     {
OdbcParameterCollection()3151         internal OdbcParameterCollection() { }
3152         public override int Count { get { throw null; } }
3153         public override bool IsFixedSize { get { throw null; } }
3154         public override bool IsReadOnly { get { throw null; } }
3155         public override bool IsSynchronized { get { throw null; } }
3156         [System.ComponentModel.BrowsableAttribute(false)]
3157         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
3158         public new System.Data.Odbc.OdbcParameter this[int index] { get { throw null; } set { } }
3159         [System.ComponentModel.BrowsableAttribute(false)]
3160         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
3161         public new System.Data.Odbc.OdbcParameter this[string parameterName] { get { throw null; } set { } }
3162         public override object SyncRoot { get { throw null; } }
Add(System.Data.Odbc.OdbcParameter value)3163         public System.Data.Odbc.OdbcParameter Add(System.Data.Odbc.OdbcParameter value) { throw null; }
Add(object value)3164         public override int Add(object value) { throw null; }
Add(string parameterName, System.Data.Odbc.OdbcType odbcType)3165         public System.Data.Odbc.OdbcParameter Add(string parameterName, System.Data.Odbc.OdbcType odbcType) { throw null; }
Add(string parameterName, System.Data.Odbc.OdbcType odbcType, int size)3166         public System.Data.Odbc.OdbcParameter Add(string parameterName, System.Data.Odbc.OdbcType odbcType, int size) { throw null; }
Add(string parameterName, System.Data.Odbc.OdbcType odbcType, int size, string sourceColumn)3167         public System.Data.Odbc.OdbcParameter Add(string parameterName, System.Data.Odbc.OdbcType odbcType, int size, string sourceColumn) { throw null; }
3168         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
3169         [System.ObsoleteAttribute("Add(String parameterName, Object value) has been deprecated.  Use AddWithValue(String parameterName, Object value).  http://go.microsoft.com/fwlink/?linkid=14202", false)]
Add(string parameterName, object value)3170         public System.Data.Odbc.OdbcParameter Add(string parameterName, object value) { throw null; }
AddRange(System.Array values)3171         public override void AddRange(System.Array values) { }
AddRange(System.Data.Odbc.OdbcParameter[] values)3172         public void AddRange(System.Data.Odbc.OdbcParameter[] values) { }
AddWithValue(string parameterName, object value)3173         public System.Data.Odbc.OdbcParameter AddWithValue(string parameterName, object value) { throw null; }
Clear()3174         public override void Clear() { }
Contains(System.Data.Odbc.OdbcParameter value)3175         public bool Contains(System.Data.Odbc.OdbcParameter value) { throw null; }
Contains(object value)3176         public override bool Contains(object value) { throw null; }
Contains(string value)3177         public override bool Contains(string value) { throw null; }
CopyTo(System.Array array, int index)3178         public override void CopyTo(System.Array array, int index) { }
CopyTo(System.Data.Odbc.OdbcParameter[] array, int index)3179         public void CopyTo(System.Data.Odbc.OdbcParameter[] array, int index) { }
GetEnumerator()3180         public override System.Collections.IEnumerator GetEnumerator() { throw null; }
GetParameter(int index)3181         protected override System.Data.Common.DbParameter GetParameter(int index) { throw null; }
GetParameter(string parameterName)3182         protected override System.Data.Common.DbParameter GetParameter(string parameterName) { throw null; }
IndexOf(System.Data.Odbc.OdbcParameter value)3183         public int IndexOf(System.Data.Odbc.OdbcParameter value) { throw null; }
IndexOf(object value)3184         public override int IndexOf(object value) { throw null; }
IndexOf(string parameterName)3185         public override int IndexOf(string parameterName) { throw null; }
Insert(int index, System.Data.Odbc.OdbcParameter value)3186         public void Insert(int index, System.Data.Odbc.OdbcParameter value) { }
Insert(int index, object value)3187         public override void Insert(int index, object value) { }
Remove(System.Data.Odbc.OdbcParameter value)3188         public void Remove(System.Data.Odbc.OdbcParameter value) { }
Remove(object value)3189         public override void Remove(object value) { }
RemoveAt(int index)3190         public override void RemoveAt(int index) { }
RemoveAt(string parameterName)3191         public override void RemoveAt(string parameterName) { }
SetParameter(int index, System.Data.Common.DbParameter value)3192         protected override void SetParameter(int index, System.Data.Common.DbParameter value) { }
SetParameter(string parameterName, System.Data.Common.DbParameter value)3193         protected override void SetParameter(string parameterName, System.Data.Common.DbParameter value) { }
3194     }
3195     [System.SerializableAttribute]
3196     public sealed partial class OdbcPermission : System.Data.Common.DBDataPermission
3197     {
3198         [System.ObsoleteAttribute("OdbcPermission() has been deprecated.  Use the OdbcPermission(PermissionState.None) constructor.  http://go.microsoft.com/fwlink/?linkid=14202", true)]
OdbcPermission()3199         public OdbcPermission() : base (default(System.Security.Permissions.PermissionState)) { }
OdbcPermission(System.Security.Permissions.PermissionState state)3200         public OdbcPermission(System.Security.Permissions.PermissionState state) : base (default(System.Security.Permissions.PermissionState)) { }
3201         [System.ObsoleteAttribute("OdbcPermission(PermissionState state, Boolean allowBlankPassword) has been deprecated.  Use the OdbcPermission(PermissionState.None) constructor.  http://go.microsoft.com/fwlink/?linkid=14202", true)]
OdbcPermission(System.Security.Permissions.PermissionState state, bool allowBlankPassword)3202         public OdbcPermission(System.Security.Permissions.PermissionState state, bool allowBlankPassword) : base (default(System.Security.Permissions.PermissionState)) { }
Add(string connectionString, string restrictions, System.Data.KeyRestrictionBehavior behavior)3203         public override void Add(string connectionString, string restrictions, System.Data.KeyRestrictionBehavior behavior) { }
Copy()3204         public override System.Security.IPermission Copy() { throw null; }
3205     }
3206     [System.AttributeUsageAttribute((System.AttributeTargets)(109), AllowMultiple=true, Inherited=false)]
3207     [System.SerializableAttribute]
3208     public sealed partial class OdbcPermissionAttribute : System.Data.Common.DBDataPermissionAttribute
3209     {
OdbcPermissionAttribute(System.Security.Permissions.SecurityAction action)3210         public OdbcPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
CreatePermission()3211         public override System.Security.IPermission CreatePermission() { throw null; }
3212     }
3213     public sealed partial class OdbcRowUpdatedEventArgs : System.Data.Common.RowUpdatedEventArgs
3214     {
OdbcRowUpdatedEventArgs(System.Data.DataRow row, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping)3215         public OdbcRowUpdatedEventArgs(System.Data.DataRow row, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) : base (default(System.Data.DataRow), default(System.Data.IDbCommand), default(System.Data.StatementType), default(System.Data.Common.DataTableMapping)) { }
3216         public new System.Data.Odbc.OdbcCommand Command { get { throw null; } }
3217     }
OdbcRowUpdatedEventHandler(object sender, System.Data.Odbc.OdbcRowUpdatedEventArgs e)3218     public delegate void OdbcRowUpdatedEventHandler(object sender, System.Data.Odbc.OdbcRowUpdatedEventArgs e);
3219     public sealed partial class OdbcRowUpdatingEventArgs : System.Data.Common.RowUpdatingEventArgs
3220     {
OdbcRowUpdatingEventArgs(System.Data.DataRow row, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping)3221         public OdbcRowUpdatingEventArgs(System.Data.DataRow row, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) : base (default(System.Data.DataRow), default(System.Data.IDbCommand), default(System.Data.StatementType), default(System.Data.Common.DataTableMapping)) { }
3222         protected override System.Data.IDbCommand BaseCommand { get { throw null; } set { } }
3223         public new System.Data.Odbc.OdbcCommand Command { get { throw null; } set { } }
3224     }
OdbcRowUpdatingEventHandler(object sender, System.Data.Odbc.OdbcRowUpdatingEventArgs e)3225     public delegate void OdbcRowUpdatingEventHandler(object sender, System.Data.Odbc.OdbcRowUpdatingEventArgs e);
3226     public sealed partial class OdbcTransaction : System.Data.Common.DbTransaction
3227     {
OdbcTransaction()3228         internal OdbcTransaction() { }
3229         public new System.Data.Odbc.OdbcConnection Connection { get { throw null; } }
3230         protected override System.Data.Common.DbConnection DbConnection { get { throw null; } }
3231         public override System.Data.IsolationLevel IsolationLevel { get { throw null; } }
Commit()3232         public override void Commit() { }
Dispose(bool disposing)3233         protected override void Dispose(bool disposing) { }
Rollback()3234         public override void Rollback() { }
3235     }
3236     public enum OdbcType
3237     {
3238         BigInt = 1,
3239         Binary = 2,
3240         Bit = 3,
3241         Char = 4,
3242         Date = 23,
3243         DateTime = 5,
3244         Decimal = 6,
3245         Double = 8,
3246         Image = 9,
3247         Int = 10,
3248         NChar = 11,
3249         NText = 12,
3250         Numeric = 7,
3251         NVarChar = 13,
3252         Real = 14,
3253         SmallDateTime = 16,
3254         SmallInt = 17,
3255         Text = 18,
3256         Time = 24,
3257         Timestamp = 19,
3258         TinyInt = 20,
3259         UniqueIdentifier = 15,
3260         VarBinary = 21,
3261         VarChar = 22,
3262     }
3263 }
3264 namespace System.Data.OleDb
3265 {
3266     [System.MonoTODOAttribute("OleDb is not implemented.")]
3267     public sealed partial class OleDbCommand : System.Data.Common.DbCommand, System.Data.IDbCommand, System.ICloneable, System.IDisposable
3268     {
OleDbCommand()3269         public OleDbCommand() { }
OleDbCommand(string cmdText)3270         public OleDbCommand(string cmdText) { }
OleDbCommand(string cmdText, System.Data.OleDb.OleDbConnection connection)3271         public OleDbCommand(string cmdText, System.Data.OleDb.OleDbConnection connection) { }
OleDbCommand(string cmdText, System.Data.OleDb.OleDbConnection connection, System.Data.OleDb.OleDbTransaction transaction)3272         public OleDbCommand(string cmdText, System.Data.OleDb.OleDbConnection connection, System.Data.OleDb.OleDbTransaction transaction) { }
3273         public override string CommandText { get { throw null; } set { } }
3274         public override int CommandTimeout { get { throw null; } set { } }
3275         public override System.Data.CommandType CommandType { get { throw null; } set { } }
3276         public new System.Data.OleDb.OleDbConnection Connection { get { throw null; } set { } }
3277         protected override System.Data.Common.DbConnection DbConnection { get { throw null; } set { } }
3278         protected override System.Data.Common.DbParameterCollection DbParameterCollection { get { throw null; } }
3279         protected override System.Data.Common.DbTransaction DbTransaction { get { throw null; } set { } }
3280         public override bool DesignTimeVisible { get { throw null; } set { } }
3281         public new System.Data.OleDb.OleDbParameterCollection Parameters { get { throw null; } }
3282         public new System.Data.OleDb.OleDbTransaction Transaction { get { throw null; } set { } }
3283         public override System.Data.UpdateRowSource UpdatedRowSource { get { throw null; } set { } }
Cancel()3284         public override void Cancel() { }
Clone()3285         public System.Data.OleDb.OleDbCommand Clone() { throw null; }
CreateDbParameter()3286         protected override System.Data.Common.DbParameter CreateDbParameter() { throw null; }
CreateParameter()3287         public new System.Data.OleDb.OleDbParameter CreateParameter() { throw null; }
Dispose(bool disposing)3288         protected override void Dispose(bool disposing) { }
ExecuteDbDataReader(System.Data.CommandBehavior behavior)3289         protected override System.Data.Common.DbDataReader ExecuteDbDataReader(System.Data.CommandBehavior behavior) { throw null; }
ExecuteNonQuery()3290         public override int ExecuteNonQuery() { throw null; }
ExecuteReader()3291         public new System.Data.OleDb.OleDbDataReader ExecuteReader() { throw null; }
ExecuteReader(System.Data.CommandBehavior behavior)3292         public new System.Data.OleDb.OleDbDataReader ExecuteReader(System.Data.CommandBehavior behavior) { throw null; }
ExecuteScalar()3293         public override object ExecuteScalar() { throw null; }
Prepare()3294         public override void Prepare() { }
ResetCommandTimeout()3295         public void ResetCommandTimeout() { }
System.Data.IDbCommand.ExecuteReader()3296         System.Data.IDataReader System.Data.IDbCommand.ExecuteReader() { throw null; }
System.Data.IDbCommand.ExecuteReader(System.Data.CommandBehavior behavior)3297         System.Data.IDataReader System.Data.IDbCommand.ExecuteReader(System.Data.CommandBehavior behavior) { throw null; }
System.ICloneable.Clone()3298         object System.ICloneable.Clone() { throw null; }
3299     }
3300     [System.MonoTODOAttribute("OleDb is not implemented.")]
3301     public sealed partial class OleDbCommandBuilder : System.Data.Common.DbCommandBuilder
3302     {
OleDbCommandBuilder()3303         public OleDbCommandBuilder() { }
OleDbCommandBuilder(System.Data.OleDb.OleDbDataAdapter adapter)3304         public OleDbCommandBuilder(System.Data.OleDb.OleDbDataAdapter adapter) { }
3305         public new System.Data.OleDb.OleDbDataAdapter DataAdapter { get { throw null; } set { } }
ApplyParameterInfo(System.Data.Common.DbParameter parameter, System.Data.DataRow datarow, System.Data.StatementType statementType, bool whereClause)3306         protected override void ApplyParameterInfo(System.Data.Common.DbParameter parameter, System.Data.DataRow datarow, System.Data.StatementType statementType, bool whereClause) { }
DeriveParameters(System.Data.OleDb.OleDbCommand command)3307         public static void DeriveParameters(System.Data.OleDb.OleDbCommand command) { }
GetDeleteCommand()3308         public new System.Data.OleDb.OleDbCommand GetDeleteCommand() { throw null; }
GetDeleteCommand(bool useColumnsForParameterNames)3309         public new System.Data.OleDb.OleDbCommand GetDeleteCommand(bool useColumnsForParameterNames) { throw null; }
GetInsertCommand()3310         public new System.Data.OleDb.OleDbCommand GetInsertCommand() { throw null; }
GetInsertCommand(bool useColumnsForParameterNames)3311         public new System.Data.OleDb.OleDbCommand GetInsertCommand(bool useColumnsForParameterNames) { throw null; }
GetParameterName(int parameterOrdinal)3312         protected override string GetParameterName(int parameterOrdinal) { throw null; }
GetParameterName(string parameterName)3313         protected override string GetParameterName(string parameterName) { throw null; }
GetParameterPlaceholder(int parameterOrdinal)3314         protected override string GetParameterPlaceholder(int parameterOrdinal) { throw null; }
GetUpdateCommand()3315         public new System.Data.OleDb.OleDbCommand GetUpdateCommand() { throw null; }
GetUpdateCommand(bool useColumnsForParameterNames)3316         public new System.Data.OleDb.OleDbCommand GetUpdateCommand(bool useColumnsForParameterNames) { throw null; }
QuoteIdentifier(string unquotedIdentifier)3317         public override string QuoteIdentifier(string unquotedIdentifier) { throw null; }
QuoteIdentifier(string unquotedIdentifier, System.Data.OleDb.OleDbConnection connection)3318         public string QuoteIdentifier(string unquotedIdentifier, System.Data.OleDb.OleDbConnection connection) { throw null; }
SetRowUpdatingHandler(System.Data.Common.DbDataAdapter adapter)3319         protected override void SetRowUpdatingHandler(System.Data.Common.DbDataAdapter adapter) { }
UnquoteIdentifier(string quotedIdentifier)3320         public override string UnquoteIdentifier(string quotedIdentifier) { throw null; }
UnquoteIdentifier(string quotedIdentifier, System.Data.OleDb.OleDbConnection connection)3321         public string UnquoteIdentifier(string quotedIdentifier, System.Data.OleDb.OleDbConnection connection) { throw null; }
3322     }
3323     [System.MonoTODOAttribute("OleDb is not implemented.")]
3324     public sealed partial class OleDbConnection : System.Data.Common.DbConnection, System.Data.IDbConnection, System.ICloneable, System.IDisposable
3325     {
OleDbConnection()3326         public OleDbConnection() { }
OleDbConnection(string connectionString)3327         public OleDbConnection(string connectionString) { }
3328         public override string ConnectionString { get { throw null; } set { } }
3329         public override int ConnectionTimeout { get { throw null; } }
3330         public override string Database { get { throw null; } }
3331         public override string DataSource { get { throw null; } }
3332         public string Provider { get { throw null; } }
3333         public override string ServerVersion { get { throw null; } }
3334         public override System.Data.ConnectionState State { get { throw null; } }
3335         public event System.Data.OleDb.OleDbInfoMessageEventHandler InfoMessage { add { } remove { } }
BeginDbTransaction(System.Data.IsolationLevel isolationLevel)3336         protected override System.Data.Common.DbTransaction BeginDbTransaction(System.Data.IsolationLevel isolationLevel) { throw null; }
BeginTransaction()3337         public new System.Data.OleDb.OleDbTransaction BeginTransaction() { throw null; }
BeginTransaction(System.Data.IsolationLevel isolationLevel)3338         public new System.Data.OleDb.OleDbTransaction BeginTransaction(System.Data.IsolationLevel isolationLevel) { throw null; }
ChangeDatabase(string value)3339         public override void ChangeDatabase(string value) { }
Close()3340         public override void Close() { }
CreateCommand()3341         public new System.Data.OleDb.OleDbCommand CreateCommand() { throw null; }
CreateDbCommand()3342         protected override System.Data.Common.DbCommand CreateDbCommand() { throw null; }
Dispose(bool disposing)3343         protected override void Dispose(bool disposing) { }
EnlistDistributedTransaction(System.EnterpriseServices.ITransaction transaction)3344         public void EnlistDistributedTransaction(System.EnterpriseServices.ITransaction transaction) { }
EnlistTransaction(System.Transactions.Transaction transaction)3345         public override void EnlistTransaction(System.Transactions.Transaction transaction) { }
GetOleDbSchemaTable(System.Guid schema, object[] restrictions)3346         public System.Data.DataTable GetOleDbSchemaTable(System.Guid schema, object[] restrictions) { throw null; }
GetSchema()3347         public override System.Data.DataTable GetSchema() { throw null; }
GetSchema(string collectionName)3348         public override System.Data.DataTable GetSchema(string collectionName) { throw null; }
GetSchema(string collectionName, string[] restrictionValues)3349         public override System.Data.DataTable GetSchema(string collectionName, string[] restrictionValues) { throw null; }
Open()3350         public override void Open() { }
ReleaseObjectPool()3351         public static void ReleaseObjectPool() { }
ResetState()3352         public void ResetState() { }
System.ICloneable.Clone()3353         object System.ICloneable.Clone() { throw null; }
3354     }
3355     [System.MonoTODOAttribute("OleDb is not implemented.")]
3356     public sealed partial class OleDbConnectionStringBuilder : System.Data.Common.DbConnectionStringBuilder
3357     {
OleDbConnectionStringBuilder()3358         public OleDbConnectionStringBuilder() { }
OleDbConnectionStringBuilder(string connectionString)3359         public OleDbConnectionStringBuilder(string connectionString) { }
3360         public string DataSource { get { throw null; } set { } }
3361         public string FileName { get { throw null; } set { } }
3362         public object Item { get { throw null; } set { } }
3363         public new System.Collections.ICollection Keys { get { throw null; } set { } }
3364         public int OleDbServices { get { throw null; } set { } }
3365         public bool PersistSecurityInfo { get { throw null; } set { } }
3366         public string Provider { get { throw null; } set { } }
Clear()3367         public override void Clear() { }
ContainsKey(string keyword)3368         public override bool ContainsKey(string keyword) { throw null; }
GetProperties(System.Collections.Hashtable propertyDescriptors)3369         protected override void GetProperties(System.Collections.Hashtable propertyDescriptors) { }
Remove(string keyword)3370         public override bool Remove(string keyword) { throw null; }
TryGetValue(string keyword, object value)3371         public bool TryGetValue(string keyword, object value) { throw null; }
3372     }
3373     [System.MonoTODOAttribute("OleDb is not implemented.")]
3374     public sealed partial class OleDbDataAdapter : System.Data.Common.DbDataAdapter, System.Data.IDataAdapter, System.Data.IDbDataAdapter, System.ICloneable
3375     {
OleDbDataAdapter()3376         public OleDbDataAdapter() { }
OleDbDataAdapter(System.Data.OleDb.OleDbCommand selectCommand)3377         public OleDbDataAdapter(System.Data.OleDb.OleDbCommand selectCommand) { }
OleDbDataAdapter(string selectCommandText, System.Data.OleDb.OleDbConnection selectConnection)3378         public OleDbDataAdapter(string selectCommandText, System.Data.OleDb.OleDbConnection selectConnection) { }
OleDbDataAdapter(string selectCommandText, string selectConnectionString)3379         public OleDbDataAdapter(string selectCommandText, string selectConnectionString) { }
3380         public new System.Data.OleDb.OleDbCommand DeleteCommand { get { throw null; } set { } }
3381         public new System.Data.OleDb.OleDbCommand InsertCommand { get { throw null; } set { } }
3382         public new System.Data.OleDb.OleDbCommand SelectCommand { get { throw null; } set { } }
3383         System.Data.IDbCommand System.Data.IDbDataAdapter.DeleteCommand { get { throw null; } set { } }
3384         System.Data.IDbCommand System.Data.IDbDataAdapter.InsertCommand { get { throw null; } set { } }
3385         System.Data.IDbCommand System.Data.IDbDataAdapter.SelectCommand { get { throw null; } set { } }
3386         System.Data.IDbCommand System.Data.IDbDataAdapter.UpdateCommand { get { throw null; } set { } }
3387         public new System.Data.OleDb.OleDbCommand UpdateCommand { get { throw null; } set { } }
3388         public event System.Data.OleDb.OleDbRowUpdatedEventHandler RowUpdated { add { } remove { } }
3389         public event System.Data.OleDb.OleDbRowUpdatingEventHandler RowUpdating { add { } remove { } }
CreateRowUpdatedEvent(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping)3390         protected override System.Data.Common.RowUpdatedEventArgs CreateRowUpdatedEvent(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) { throw null; }
CreateRowUpdatingEvent(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping)3391         protected override System.Data.Common.RowUpdatingEventArgs CreateRowUpdatingEvent(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) { throw null; }
Fill(System.Data.DataSet dataSet, object ADODBRecordSet, string srcTable)3392         public int Fill(System.Data.DataSet dataSet, object ADODBRecordSet, string srcTable) { throw null; }
Fill(System.Data.DataTable dataTable, object ADODBRecordSet)3393         public int Fill(System.Data.DataTable dataTable, object ADODBRecordSet) { throw null; }
OnRowUpdated(System.Data.Common.RowUpdatedEventArgs value)3394         protected override void OnRowUpdated(System.Data.Common.RowUpdatedEventArgs value) { }
OnRowUpdating(System.Data.Common.RowUpdatingEventArgs value)3395         protected override void OnRowUpdating(System.Data.Common.RowUpdatingEventArgs value) { }
System.ICloneable.Clone()3396         object System.ICloneable.Clone() { throw null; }
3397     }
3398     [System.MonoTODOAttribute("OleDb is not implemented.")]
3399     public sealed partial class OleDbDataReader : System.Data.Common.DbDataReader
3400     {
OleDbDataReader()3401         internal OleDbDataReader() { }
3402         public override int Depth { get { throw null; } }
3403         public override int FieldCount { get { throw null; } }
3404         public override bool HasRows { get { throw null; } }
3405         public override bool IsClosed { get { throw null; } }
3406         public override object this[int index] { get { throw null; } }
3407         public override object this[string name] { get { throw null; } }
3408         public override int RecordsAffected { get { throw null; } }
3409         public override int VisibleFieldCount { get { throw null; } }
Close()3410         public override void Close() { }
GetBoolean(int ordinal)3411         public override bool GetBoolean(int ordinal) { throw null; }
GetByte(int ordinal)3412         public override byte GetByte(int ordinal) { throw null; }
GetBytes(int ordinal, long dataIndex, byte[] buffer, int bufferIndex, int length)3413         public override long GetBytes(int ordinal, long dataIndex, byte[] buffer, int bufferIndex, int length) { throw null; }
GetChar(int ordinal)3414         public override char GetChar(int ordinal) { throw null; }
GetChars(int ordinal, long dataIndex, char[] buffer, int bufferIndex, int length)3415         public override long GetChars(int ordinal, long dataIndex, char[] buffer, int bufferIndex, int length) { throw null; }
GetData(int ordinal)3416         public new System.Data.OleDb.OleDbDataReader GetData(int ordinal) { throw null; }
GetDataTypeName(int index)3417         public override string GetDataTypeName(int index) { throw null; }
GetDateTime(int ordinal)3418         public override System.DateTime GetDateTime(int ordinal) { throw null; }
GetDbDataReader(int ordinal)3419         protected override System.Data.Common.DbDataReader GetDbDataReader(int ordinal) { throw null; }
GetDecimal(int ordinal)3420         public override decimal GetDecimal(int ordinal) { throw null; }
GetDouble(int ordinal)3421         public override double GetDouble(int ordinal) { throw null; }
GetEnumerator()3422         public override System.Collections.IEnumerator GetEnumerator() { throw null; }
GetFieldType(int index)3423         public override System.Type GetFieldType(int index) { throw null; }
GetFloat(int ordinal)3424         public override float GetFloat(int ordinal) { throw null; }
GetGuid(int ordinal)3425         public override System.Guid GetGuid(int ordinal) { throw null; }
GetInt16(int ordinal)3426         public override short GetInt16(int ordinal) { throw null; }
GetInt32(int ordinal)3427         public override int GetInt32(int ordinal) { throw null; }
GetInt64(int ordinal)3428         public override long GetInt64(int ordinal) { throw null; }
GetName(int index)3429         public override string GetName(int index) { throw null; }
GetOrdinal(string name)3430         public override int GetOrdinal(string name) { throw null; }
GetSchemaTable()3431         public override System.Data.DataTable GetSchemaTable() { throw null; }
GetString(int ordinal)3432         public override string GetString(int ordinal) { throw null; }
GetTimeSpan(int ordinal)3433         public System.TimeSpan GetTimeSpan(int ordinal) { throw null; }
GetValue(int ordinal)3434         public override object GetValue(int ordinal) { throw null; }
GetValues(object[] values)3435         public override int GetValues(object[] values) { throw null; }
IsDBNull(int ordinal)3436         public override bool IsDBNull(int ordinal) { throw null; }
NextResult()3437         public override bool NextResult() { throw null; }
Read()3438         public override bool Read() { throw null; }
3439     }
3440     [System.MonoTODOAttribute("OleDb is not implemented.")]
3441     public sealed partial class OleDbEnumerator
3442     {
OleDbEnumerator()3443         public OleDbEnumerator() { }
GetElements()3444         public System.Data.DataTable GetElements() { throw null; }
GetEnumerator(System.Type type)3445         public static System.Data.OleDb.OleDbDataReader GetEnumerator(System.Type type) { throw null; }
GetRootEnumerator()3446         public static System.Data.OleDb.OleDbDataReader GetRootEnumerator() { throw null; }
3447     }
3448     [System.MonoTODOAttribute("OleDb is not implemented.")]
3449     public sealed partial class OleDbError
3450     {
OleDbError()3451         internal OleDbError() { }
3452         public string Message { get { throw null; } }
3453         public int NativeError { get { throw null; } }
3454         public string Source { get { throw null; } }
3455         public string SQLState { get { throw null; } }
ToString()3456         public override string ToString() { throw null; }
3457     }
3458     [System.MonoTODOAttribute("OleDb is not implemented.")]
3459     public sealed partial class OleDbErrorCollection : System.Collections.ICollection, System.Collections.IEnumerable
3460     {
OleDbErrorCollection()3461         internal OleDbErrorCollection() { }
3462         public int Count { get { throw null; } }
3463         public System.Data.OleDb.OleDbError this[int index] { get { throw null; } }
3464         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
3465         object System.Collections.ICollection.SyncRoot { get { throw null; } }
CopyTo(System.Array array, int index)3466         public void CopyTo(System.Array array, int index) { }
CopyTo(System.Data.OleDb.OleDbError[] array, int index)3467         public void CopyTo(System.Data.OleDb.OleDbError[] array, int index) { }
GetEnumerator()3468         public System.Collections.IEnumerator GetEnumerator() { throw null; }
3469     }
3470     [System.MonoTODOAttribute("OleDb is not implemented.")]
3471     public sealed partial class OleDbException : System.Data.Common.DbException
3472     {
OleDbException()3473         internal OleDbException() { }
3474         public override int ErrorCode { get { throw null; } }
3475         public System.Data.OleDb.OleDbErrorCollection Errors { get { throw null; } }
GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context)3476         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
3477     }
3478     [System.MonoTODOAttribute("OleDb is not implemented.")]
3479     public sealed partial class OleDbFactory : System.Data.Common.DbProviderFactory
3480     {
OleDbFactory()3481         internal OleDbFactory() { }
3482         public static readonly System.Data.OleDb.OleDbFactory Instance;
CreateCommand()3483         public override System.Data.Common.DbCommand CreateCommand() { throw null; }
CreateCommandBuilder()3484         public override System.Data.Common.DbCommandBuilder CreateCommandBuilder() { throw null; }
CreateConnection()3485         public override System.Data.Common.DbConnection CreateConnection() { throw null; }
CreateConnectionStringBuilder()3486         public override System.Data.Common.DbConnectionStringBuilder CreateConnectionStringBuilder() { throw null; }
CreateDataAdapter()3487         public override System.Data.Common.DbDataAdapter CreateDataAdapter() { throw null; }
CreateParameter()3488         public override System.Data.Common.DbParameter CreateParameter() { throw null; }
CreatePermission(System.Security.Permissions.PermissionState state)3489         public override System.Security.CodeAccessPermission CreatePermission(System.Security.Permissions.PermissionState state) { throw null; }
3490     }
3491     [System.MonoTODOAttribute("OleDb is not implemented.")]
3492     public sealed partial class OleDbInfoMessageEventArgs : System.EventArgs
3493     {
OleDbInfoMessageEventArgs()3494         internal OleDbInfoMessageEventArgs() { }
3495         public int ErrorCode { get { throw null; } }
3496         public System.Data.OleDb.OleDbErrorCollection Errors { get { throw null; } }
3497         public string Message { get { throw null; } }
3498         public string Source { get { throw null; } }
ToString()3499         public override string ToString() { throw null; }
3500     }
OleDbInfoMessageEventHandler(object sender, System.Data.OleDb.OleDbInfoMessageEventArgs e)3501     public delegate void OleDbInfoMessageEventHandler(object sender, System.Data.OleDb.OleDbInfoMessageEventArgs e);
3502     [System.MonoTODOAttribute("OleDb is not implemented.")]
3503     public enum OleDbLiteral
3504     {
3505         Binary_Literal = 1,
3506         Catalog_Name = 2,
3507         Catalog_Separator = 3,
3508         Char_Literal = 4,
3509         Column_Alias = 5,
3510         Column_Name = 6,
3511         Correlation_Name = 7,
3512         Cube_Name = 21,
3513         Cursor_Name = 8,
3514         Dimension_Name = 22,
3515         Escape_Percent_Prefix = 9,
3516         Escape_Percent_Suffix = 29,
3517         Escape_Underscore_Prefix = 10,
3518         Escape_Underscore_Suffix = 30,
3519         Hierarchy_Name = 23,
3520         Index_Name = 11,
3521         Invalid = 0,
3522         Level_Name = 24,
3523         Like_Percent = 12,
3524         Like_Underscore = 13,
3525         Member_Name = 25,
3526         Procedure_Name = 14,
3527         Property_Name = 26,
3528         Quote_Prefix = 15,
3529         Quote_Suffix = 28,
3530         Schema_Name = 16,
3531         Schema_Separator = 27,
3532         Table_Name = 17,
3533         Text_Command = 18,
3534         User_Name = 19,
3535         View_Name = 20,
3536     }
3537     [System.MonoTODOAttribute("OleDb is not implemented.")]
3538     public static partial class OleDbMetaDataCollectionNames
3539     {
3540         public static readonly string Catalogs;
3541         public static readonly string Collations;
3542         public static readonly string Columns;
3543         public static readonly string Indexes;
3544         public static readonly string ProcedureColumns;
3545         public static readonly string ProcedureParameters;
3546         public static readonly string Procedures;
3547         public static readonly string Tables;
3548         public static readonly string Views;
3549     }
3550     [System.MonoTODOAttribute("OleDb is not implemented.")]
3551     public static partial class OleDbMetaDataColumnNames
3552     {
3553         public static readonly string BooleanFalseLiteral;
3554         public static readonly string BooleanTrueLiteral;
3555         public static readonly string DateTimeDigits;
3556         public static readonly string NativeDataType;
3557     }
3558     [System.MonoTODOAttribute("OleDb is not implemented.")]
3559     public sealed partial class OleDbParameter : System.Data.Common.DbParameter, System.Data.IDataParameter, System.Data.IDbDataParameter, System.ICloneable
3560     {
OleDbParameter()3561         public OleDbParameter() { }
OleDbParameter(string name, System.Data.OleDb.OleDbType dataType)3562         public OleDbParameter(string name, System.Data.OleDb.OleDbType dataType) { }
OleDbParameter(string name, System.Data.OleDb.OleDbType dataType, int size)3563         public OleDbParameter(string name, System.Data.OleDb.OleDbType dataType, int size) { }
OleDbParameter(string parameterName, System.Data.OleDb.OleDbType dbType, int size, System.Data.ParameterDirection direction, bool isNullable, byte precision, byte scale, string srcColumn, System.Data.DataRowVersion srcVersion, object value)3564         public OleDbParameter(string parameterName, System.Data.OleDb.OleDbType dbType, int size, System.Data.ParameterDirection direction, bool isNullable, byte precision, byte scale, string srcColumn, System.Data.DataRowVersion srcVersion, object value) { }
OleDbParameter(string parameterName, System.Data.OleDb.OleDbType dbType, int size, System.Data.ParameterDirection direction, byte precision, byte scale, string sourceColumn, System.Data.DataRowVersion sourceVersion, bool sourceColumnNullMapping, object value)3565         public OleDbParameter(string parameterName, System.Data.OleDb.OleDbType dbType, int size, System.Data.ParameterDirection direction, byte precision, byte scale, string sourceColumn, System.Data.DataRowVersion sourceVersion, bool sourceColumnNullMapping, object value) { }
OleDbParameter(string name, System.Data.OleDb.OleDbType dataType, int size, string srcColumn)3566         public OleDbParameter(string name, System.Data.OleDb.OleDbType dataType, int size, string srcColumn) { }
OleDbParameter(string name, object value)3567         public OleDbParameter(string name, object value) { }
3568         public override System.Data.DbType DbType { get { throw null; } set { } }
3569         public override System.Data.ParameterDirection Direction { get { throw null; } set { } }
3570         public override bool IsNullable { get { throw null; } set { } }
3571         public int Offset { get { throw null; } set { } }
3572         public System.Data.OleDb.OleDbType OleDbType { get { throw null; } set { } }
3573         public override string ParameterName { get { throw null; } set { } }
3574         public new byte Precision { get { throw null; } set { } }
3575         public new byte Scale { get { throw null; } set { } }
3576         public override int Size { get { throw null; } set { } }
3577         public override string SourceColumn { get { throw null; } set { } }
3578         public override bool SourceColumnNullMapping { get { throw null; } set { } }
3579         public override System.Data.DataRowVersion SourceVersion { get { throw null; } set { } }
3580         public override object Value { get { throw null; } set { } }
ResetDbType()3581         public override void ResetDbType() { }
ResetOleDbType()3582         public void ResetOleDbType() { }
System.ICloneable.Clone()3583         object System.ICloneable.Clone() { throw null; }
ToString()3584         public override string ToString() { throw null; }
3585     }
3586     [System.MonoTODOAttribute("OleDb is not implemented.")]
3587     public partial class OleDbParameterCollection : System.Data.Common.DbParameterCollection
3588     {
OleDbParameterCollection()3589         internal OleDbParameterCollection() { }
3590         public override int Count { get { throw null; } }
3591         public override bool IsFixedSize { get { throw null; } }
3592         public override bool IsReadOnly { get { throw null; } }
3593         public override bool IsSynchronized { get { throw null; } }
3594         public new System.Data.OleDb.OleDbParameter this[int index] { get { throw null; } set { } }
3595         public new System.Data.OleDb.OleDbParameter this[string parameterName] { get { throw null; } set { } }
3596         public override object SyncRoot { get { throw null; } }
Add(System.Data.OleDb.OleDbParameter value)3597         public System.Data.OleDb.OleDbParameter Add(System.Data.OleDb.OleDbParameter value) { throw null; }
Add(object value)3598         public override int Add(object value) { throw null; }
Add(string parameterName, System.Data.OleDb.OleDbType oleDbType)3599         public System.Data.OleDb.OleDbParameter Add(string parameterName, System.Data.OleDb.OleDbType oleDbType) { throw null; }
Add(string parameterName, System.Data.OleDb.OleDbType oleDbType, int size)3600         public System.Data.OleDb.OleDbParameter Add(string parameterName, System.Data.OleDb.OleDbType oleDbType, int size) { throw null; }
Add(string parameterName, System.Data.OleDb.OleDbType oleDbType, int size, string sourceColumn)3601         public System.Data.OleDb.OleDbParameter Add(string parameterName, System.Data.OleDb.OleDbType oleDbType, int size, string sourceColumn) { throw null; }
Add(string parameterName, object value)3602         public System.Data.OleDb.OleDbParameter Add(string parameterName, object value) { throw null; }
AddRange(System.Array values)3603         public override void AddRange(System.Array values) { }
AddRange(System.Data.OleDb.OleDbParameter[] values)3604         public void AddRange(System.Data.OleDb.OleDbParameter[] values) { }
AddWithValue(string parameterName, object value)3605         public System.Data.OleDb.OleDbParameter AddWithValue(string parameterName, object value) { throw null; }
Clear()3606         public override void Clear() { }
Contains(System.Data.OleDb.OleDbParameter value)3607         public bool Contains(System.Data.OleDb.OleDbParameter value) { throw null; }
Contains(object value)3608         public override bool Contains(object value) { throw null; }
Contains(string value)3609         public override bool Contains(string value) { throw null; }
CopyTo(System.Array array, int index)3610         public override void CopyTo(System.Array array, int index) { }
CopyTo(System.Data.OleDb.OleDbParameter[] array, int index)3611         public void CopyTo(System.Data.OleDb.OleDbParameter[] array, int index) { }
GetEnumerator()3612         public override System.Collections.IEnumerator GetEnumerator() { throw null; }
GetParameter(int index)3613         protected override System.Data.Common.DbParameter GetParameter(int index) { throw null; }
GetParameter(string parameterName)3614         protected override System.Data.Common.DbParameter GetParameter(string parameterName) { throw null; }
IndexOf(System.Data.OleDb.OleDbParameter value)3615         public int IndexOf(System.Data.OleDb.OleDbParameter value) { throw null; }
IndexOf(object value)3616         public override int IndexOf(object value) { throw null; }
IndexOf(string parameterName)3617         public override int IndexOf(string parameterName) { throw null; }
Insert(int index, System.Data.OleDb.OleDbParameter value)3618         public void Insert(int index, System.Data.OleDb.OleDbParameter value) { }
Insert(int index, object value)3619         public override void Insert(int index, object value) { }
Remove(System.Data.OleDb.OleDbParameter value)3620         public void Remove(System.Data.OleDb.OleDbParameter value) { }
Remove(object value)3621         public override void Remove(object value) { }
RemoveAt(int index)3622         public override void RemoveAt(int index) { }
RemoveAt(string parameterName)3623         public override void RemoveAt(string parameterName) { }
SetParameter(int index, System.Data.Common.DbParameter value)3624         protected override void SetParameter(int index, System.Data.Common.DbParameter value) { }
SetParameter(string parameterName, System.Data.Common.DbParameter value)3625         protected override void SetParameter(string parameterName, System.Data.Common.DbParameter value) { }
3626     }
3627     [System.SerializableAttribute]
3628     public sealed partial class OleDbPermission : System.Data.Common.DBDataPermission
3629     {
3630         [System.ObsoleteAttribute("OleDbPermission() has been deprecated.  Use the OleDbPermission(PermissionState.None) constructor.  http://go.microsoft.com/fwlink/?linkid=14202", true)]
OleDbPermission()3631         public OleDbPermission() : base (default(System.Security.Permissions.PermissionState)) { }
OleDbPermission(System.Security.Permissions.PermissionState state)3632         public OleDbPermission(System.Security.Permissions.PermissionState state) : base (default(System.Security.Permissions.PermissionState)) { }
3633         [System.ObsoleteAttribute("OleDbPermission(PermissionState state, Boolean allowBlankPassword) has been deprecated.  Use the OleDbPermission(PermissionState.None) constructor.  http://go.microsoft.com/fwlink/?linkid=14202", true)]
OleDbPermission(System.Security.Permissions.PermissionState state, bool allowBlankPassword)3634         public OleDbPermission(System.Security.Permissions.PermissionState state, bool allowBlankPassword) : base (default(System.Security.Permissions.PermissionState)) { }
3635         [System.ComponentModel.BrowsableAttribute(false)]
3636         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
3637         [System.ObsoleteAttribute("Provider property has been deprecated.  Use the Add method.  http://go.microsoft.com/fwlink/?linkid=14202")]
3638         public string Provider { get { throw null; } set { } }
Copy()3639         public override System.Security.IPermission Copy() { throw null; }
3640     }
3641     [System.AttributeUsageAttribute((System.AttributeTargets)(109), AllowMultiple=true, Inherited=false)]
3642     [System.SerializableAttribute]
3643     public sealed partial class OleDbPermissionAttribute : System.Data.Common.DBDataPermissionAttribute
3644     {
OleDbPermissionAttribute(System.Security.Permissions.SecurityAction action)3645         public OleDbPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
3646         [System.ComponentModel.BrowsableAttribute(false)]
3647         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
3648         [System.ObsoleteAttribute("Provider property has been deprecated.  Use the Add method.  http://go.microsoft.com/fwlink/?linkid=14202")]
3649         public string Provider { get { throw null; } set { } }
CreatePermission()3650         public override System.Security.IPermission CreatePermission() { throw null; }
3651     }
3652     [System.MonoTODOAttribute("OleDb is not implemented.")]
3653     public sealed partial class OleDbRowUpdatedEventArgs : System.Data.Common.RowUpdatedEventArgs
3654     {
OleDbRowUpdatedEventArgs(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping)3655         public OleDbRowUpdatedEventArgs(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) : base (default(System.Data.DataRow), default(System.Data.IDbCommand), default(System.Data.StatementType), default(System.Data.Common.DataTableMapping)) { }
3656         public new System.Data.OleDb.OleDbCommand Command { get { throw null; } }
3657     }
OleDbRowUpdatedEventHandler(object sender, System.Data.OleDb.OleDbRowUpdatedEventArgs e)3658     public delegate void OleDbRowUpdatedEventHandler(object sender, System.Data.OleDb.OleDbRowUpdatedEventArgs e);
3659     [System.MonoTODOAttribute("OleDb is not implemented.")]
3660     public sealed partial class OleDbRowUpdatingEventArgs : System.Data.Common.RowUpdatingEventArgs
3661     {
OleDbRowUpdatingEventArgs(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping)3662         public OleDbRowUpdatingEventArgs(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) : base (default(System.Data.DataRow), default(System.Data.IDbCommand), default(System.Data.StatementType), default(System.Data.Common.DataTableMapping)) { }
3663         protected override System.Data.IDbCommand BaseCommand { get { throw null; } set { } }
3664         public new System.Data.OleDb.OleDbCommand Command { get { throw null; } set { } }
3665     }
OleDbRowUpdatingEventHandler(object sender, System.Data.OleDb.OleDbRowUpdatingEventArgs e)3666     public delegate void OleDbRowUpdatingEventHandler(object sender, System.Data.OleDb.OleDbRowUpdatingEventArgs e);
3667     [System.MonoTODOAttribute("OleDb is not implemented.")]
3668     public sealed partial class OleDbSchemaGuid
3669     {
3670         public static readonly System.Guid Assertions;
3671         public static readonly System.Guid Catalogs;
3672         public static readonly System.Guid Character_Sets;
3673         public static readonly System.Guid Check_Constraints;
3674         public static readonly System.Guid Check_Constraints_By_Table;
3675         public static readonly System.Guid Collations;
3676         public static readonly System.Guid Columns;
3677         public static readonly System.Guid Column_Domain_Usage;
3678         public static readonly System.Guid Column_Privileges;
3679         public static readonly System.Guid Constraint_Column_Usage;
3680         public static readonly System.Guid Constraint_Table_Usage;
3681         public static readonly System.Guid DbInfoKeywords;
3682         public static readonly System.Guid DbInfoLiterals;
3683         public static readonly System.Guid Foreign_Keys;
3684         public static readonly System.Guid Indexes;
3685         public static readonly System.Guid Key_Column_Usage;
3686         public static readonly System.Guid Primary_Keys;
3687         public static readonly System.Guid Procedures;
3688         public static readonly System.Guid Procedure_Columns;
3689         public static readonly System.Guid Procedure_Parameters;
3690         public static readonly System.Guid Provider_Types;
3691         public static readonly System.Guid Referential_Constraints;
3692         public static readonly System.Guid SchemaGuids;
3693         public static readonly System.Guid Schemata;
3694         public static readonly System.Guid Sql_Languages;
3695         public static readonly System.Guid Statistics;
3696         public static readonly System.Guid Tables;
3697         public static readonly System.Guid Tables_Info;
3698         public static readonly System.Guid Table_Constraints;
3699         public static readonly System.Guid Table_Privileges;
3700         public static readonly System.Guid Table_Statistics;
3701         public static readonly System.Guid Translations;
3702         public static readonly System.Guid Trustee;
3703         public static readonly System.Guid Usage_Privileges;
3704         public static readonly System.Guid Views;
3705         public static readonly System.Guid View_Column_Usage;
3706         public static readonly System.Guid View_Table_Usage;
OleDbSchemaGuid()3707         public OleDbSchemaGuid() { }
3708     }
3709     [System.MonoTODOAttribute("OleDb is not implemented.")]
3710     public sealed partial class OleDbTransaction : System.Data.Common.DbTransaction
3711     {
OleDbTransaction()3712         internal OleDbTransaction() { }
3713         public new System.Data.OleDb.OleDbConnection Connection { get { throw null; } }
3714         protected override System.Data.Common.DbConnection DbConnection { get { throw null; } }
3715         public override System.Data.IsolationLevel IsolationLevel { get { throw null; } }
Begin()3716         public System.Data.OleDb.OleDbTransaction Begin() { throw null; }
Begin(System.Data.IsolationLevel isolevel)3717         public System.Data.OleDb.OleDbTransaction Begin(System.Data.IsolationLevel isolevel) { throw null; }
Commit()3718         public override void Commit() { }
Dispose(bool disposing)3719         protected override void Dispose(bool disposing) { }
Rollback()3720         public override void Rollback() { }
3721     }
3722     public enum OleDbType
3723     {
3724         BigInt = 20,
3725         Binary = 128,
3726         Boolean = 11,
3727         BSTR = 8,
3728         Char = 129,
3729         Currency = 6,
3730         Date = 7,
3731         DBDate = 133,
3732         DBTime = 134,
3733         DBTimeStamp = 135,
3734         Decimal = 14,
3735         Double = 5,
3736         Empty = 0,
3737         Error = 10,
3738         Filetime = 64,
3739         Guid = 72,
3740         IDispatch = 9,
3741         Integer = 3,
3742         IUnknown = 13,
3743         LongVarBinary = 205,
3744         LongVarChar = 201,
3745         LongVarWChar = 203,
3746         Numeric = 131,
3747         PropVariant = 138,
3748         Single = 4,
3749         SmallInt = 2,
3750         TinyInt = 16,
3751         UnsignedBigInt = 21,
3752         UnsignedInt = 19,
3753         UnsignedSmallInt = 18,
3754         UnsignedTinyInt = 17,
3755         VarBinary = 204,
3756         VarChar = 200,
3757         Variant = 12,
3758         VarNumeric = 139,
3759         VarWChar = 202,
3760         WChar = 130,
3761     }
3762 }
3763 namespace System.Data.Sql
3764 {
3765     public sealed partial class SqlDataSourceEnumerator : System.Data.Common.DbDataSourceEnumerator
3766     {
SqlDataSourceEnumerator()3767         internal SqlDataSourceEnumerator() { }
3768         public static System.Data.Sql.SqlDataSourceEnumerator Instance { get { throw null; } }
GetDataSources()3769         public override System.Data.DataTable GetDataSources() { throw null; }
3770     }
3771     public sealed partial class SqlNotificationRequest
3772     {
SqlNotificationRequest()3773         public SqlNotificationRequest() { }
SqlNotificationRequest(string userData, string options, int timeout)3774         public SqlNotificationRequest(string userData, string options, int timeout) { }
3775         public string Options { get { throw null; } set { } }
3776         public int Timeout { get { throw null; } set { } }
3777         public string UserData { get { throw null; } set { } }
3778     }
3779 }
3780 namespace System.Data.SqlClient
3781 {
3782     public enum ApplicationIntent
3783     {
3784         ReadOnly = 1,
3785         ReadWrite = 0,
3786     }
OnChangeEventHandler(object sender, System.Data.SqlClient.SqlNotificationEventArgs e)3787     public delegate void OnChangeEventHandler(object sender, System.Data.SqlClient.SqlNotificationEventArgs e);
3788     public enum PoolBlockingPeriod
3789     {
3790         AlwaysBlock = 1,
3791         Auto = 0,
3792         NeverBlock = 2,
3793     }
3794     public enum SortOrder
3795     {
3796         Ascending = 0,
3797         Descending = 1,
3798         Unspecified = -1,
3799     }
3800     public enum SqlAuthenticationMethod
3801     {
3802         ActiveDirectoryIntegrated = 3,
3803         ActiveDirectoryPassword = 2,
3804         NotSpecified = 0,
3805         SqlPassword = 1,
3806     }
3807     public sealed partial class SqlBulkCopy : System.IDisposable
3808     {
SqlBulkCopy(System.Data.SqlClient.SqlConnection connection)3809         public SqlBulkCopy(System.Data.SqlClient.SqlConnection connection) { }
SqlBulkCopy(System.Data.SqlClient.SqlConnection connection, System.Data.SqlClient.SqlBulkCopyOptions copyOptions, System.Data.SqlClient.SqlTransaction externalTransaction)3810         public SqlBulkCopy(System.Data.SqlClient.SqlConnection connection, System.Data.SqlClient.SqlBulkCopyOptions copyOptions, System.Data.SqlClient.SqlTransaction externalTransaction) { }
SqlBulkCopy(string connectionString)3811         public SqlBulkCopy(string connectionString) { }
SqlBulkCopy(string connectionString, System.Data.SqlClient.SqlBulkCopyOptions copyOptions)3812         public SqlBulkCopy(string connectionString, System.Data.SqlClient.SqlBulkCopyOptions copyOptions) { }
3813         public int BatchSize { get { throw null; } set { } }
3814         public int BulkCopyTimeout { get { throw null; } set { } }
3815         public System.Data.SqlClient.SqlBulkCopyColumnMappingCollection ColumnMappings { get { throw null; } }
3816         public string DestinationTableName { get { throw null; } set { } }
3817         public bool EnableStreaming { get { throw null; } set { } }
3818         public int NotifyAfter { get { throw null; } set { } }
3819         public event System.Data.SqlClient.SqlRowsCopiedEventHandler SqlRowsCopied { add { } remove { } }
Close()3820         public void Close() { }
System.IDisposable.Dispose()3821         void System.IDisposable.Dispose() { }
WriteToServer(System.Data.Common.DbDataReader reader)3822         public void WriteToServer(System.Data.Common.DbDataReader reader) { }
WriteToServer(System.Data.DataRow[] rows)3823         public void WriteToServer(System.Data.DataRow[] rows) { }
WriteToServer(System.Data.DataTable table)3824         public void WriteToServer(System.Data.DataTable table) { }
WriteToServer(System.Data.DataTable table, System.Data.DataRowState rowState)3825         public void WriteToServer(System.Data.DataTable table, System.Data.DataRowState rowState) { }
WriteToServer(System.Data.IDataReader reader)3826         public void WriteToServer(System.Data.IDataReader reader) { }
WriteToServerAsync(System.Data.Common.DbDataReader reader)3827         public System.Threading.Tasks.Task WriteToServerAsync(System.Data.Common.DbDataReader reader) { throw null; }
WriteToServerAsync(System.Data.Common.DbDataReader reader, System.Threading.CancellationToken cancellationToken)3828         public System.Threading.Tasks.Task WriteToServerAsync(System.Data.Common.DbDataReader reader, System.Threading.CancellationToken cancellationToken) { throw null; }
WriteToServerAsync(System.Data.DataRow[] rows)3829         public System.Threading.Tasks.Task WriteToServerAsync(System.Data.DataRow[] rows) { throw null; }
WriteToServerAsync(System.Data.DataRow[] rows, System.Threading.CancellationToken cancellationToken)3830         public System.Threading.Tasks.Task WriteToServerAsync(System.Data.DataRow[] rows, System.Threading.CancellationToken cancellationToken) { throw null; }
WriteToServerAsync(System.Data.DataTable table)3831         public System.Threading.Tasks.Task WriteToServerAsync(System.Data.DataTable table) { throw null; }
WriteToServerAsync(System.Data.DataTable table, System.Data.DataRowState rowState)3832         public System.Threading.Tasks.Task WriteToServerAsync(System.Data.DataTable table, System.Data.DataRowState rowState) { throw null; }
WriteToServerAsync(System.Data.DataTable table, System.Data.DataRowState rowState, System.Threading.CancellationToken cancellationToken)3833         public System.Threading.Tasks.Task WriteToServerAsync(System.Data.DataTable table, System.Data.DataRowState rowState, System.Threading.CancellationToken cancellationToken) { throw null; }
WriteToServerAsync(System.Data.DataTable table, System.Threading.CancellationToken cancellationToken)3834         public System.Threading.Tasks.Task WriteToServerAsync(System.Data.DataTable table, System.Threading.CancellationToken cancellationToken) { throw null; }
WriteToServerAsync(System.Data.IDataReader reader)3835         public System.Threading.Tasks.Task WriteToServerAsync(System.Data.IDataReader reader) { throw null; }
WriteToServerAsync(System.Data.IDataReader reader, System.Threading.CancellationToken cancellationToken)3836         public System.Threading.Tasks.Task WriteToServerAsync(System.Data.IDataReader reader, System.Threading.CancellationToken cancellationToken) { throw null; }
3837     }
3838     public sealed partial class SqlBulkCopyColumnMapping
3839     {
SqlBulkCopyColumnMapping()3840         public SqlBulkCopyColumnMapping() { }
SqlBulkCopyColumnMapping(int sourceColumnOrdinal, int destinationOrdinal)3841         public SqlBulkCopyColumnMapping(int sourceColumnOrdinal, int destinationOrdinal) { }
SqlBulkCopyColumnMapping(int sourceColumnOrdinal, string destinationColumn)3842         public SqlBulkCopyColumnMapping(int sourceColumnOrdinal, string destinationColumn) { }
SqlBulkCopyColumnMapping(string sourceColumn, int destinationOrdinal)3843         public SqlBulkCopyColumnMapping(string sourceColumn, int destinationOrdinal) { }
SqlBulkCopyColumnMapping(string sourceColumn, string destinationColumn)3844         public SqlBulkCopyColumnMapping(string sourceColumn, string destinationColumn) { }
3845         public string DestinationColumn { get { throw null; } set { } }
3846         public int DestinationOrdinal { get { throw null; } set { } }
3847         public string SourceColumn { get { throw null; } set { } }
3848         public int SourceOrdinal { get { throw null; } set { } }
3849     }
3850     public sealed partial class SqlBulkCopyColumnMappingCollection : System.Collections.CollectionBase
3851     {
SqlBulkCopyColumnMappingCollection()3852         internal SqlBulkCopyColumnMappingCollection() { }
3853         public System.Data.SqlClient.SqlBulkCopyColumnMapping this[int index] { get { throw null; } }
Add(System.Data.SqlClient.SqlBulkCopyColumnMapping bulkCopyColumnMapping)3854         public System.Data.SqlClient.SqlBulkCopyColumnMapping Add(System.Data.SqlClient.SqlBulkCopyColumnMapping bulkCopyColumnMapping) { throw null; }
Add(int sourceColumnIndex, int destinationColumnIndex)3855         public System.Data.SqlClient.SqlBulkCopyColumnMapping Add(int sourceColumnIndex, int destinationColumnIndex) { throw null; }
Add(int sourceColumnIndex, string destinationColumn)3856         public System.Data.SqlClient.SqlBulkCopyColumnMapping Add(int sourceColumnIndex, string destinationColumn) { throw null; }
Add(string sourceColumn, int destinationColumnIndex)3857         public System.Data.SqlClient.SqlBulkCopyColumnMapping Add(string sourceColumn, int destinationColumnIndex) { throw null; }
Add(string sourceColumn, string destinationColumn)3858         public System.Data.SqlClient.SqlBulkCopyColumnMapping Add(string sourceColumn, string destinationColumn) { throw null; }
Clear()3859         public new void Clear() { }
Contains(System.Data.SqlClient.SqlBulkCopyColumnMapping value)3860         public bool Contains(System.Data.SqlClient.SqlBulkCopyColumnMapping value) { throw null; }
CopyTo(System.Data.SqlClient.SqlBulkCopyColumnMapping[] array, int index)3861         public void CopyTo(System.Data.SqlClient.SqlBulkCopyColumnMapping[] array, int index) { }
IndexOf(System.Data.SqlClient.SqlBulkCopyColumnMapping value)3862         public int IndexOf(System.Data.SqlClient.SqlBulkCopyColumnMapping value) { throw null; }
Insert(int index, System.Data.SqlClient.SqlBulkCopyColumnMapping value)3863         public void Insert(int index, System.Data.SqlClient.SqlBulkCopyColumnMapping value) { }
Remove(System.Data.SqlClient.SqlBulkCopyColumnMapping value)3864         public void Remove(System.Data.SqlClient.SqlBulkCopyColumnMapping value) { }
RemoveAt(int index)3865         public new void RemoveAt(int index) { }
3866     }
3867     [System.FlagsAttribute]
3868     public enum SqlBulkCopyOptions
3869     {
3870         CheckConstraints = 2,
3871         Default = 0,
3872         FireTriggers = 16,
3873         KeepIdentity = 1,
3874         KeepNulls = 8,
3875         TableLock = 4,
3876         UseInternalTransaction = 32,
3877     }
3878     public sealed partial class SqlClientFactory : System.Data.Common.DbProviderFactory
3879     {
SqlClientFactory()3880         internal SqlClientFactory() { }
3881         public static readonly System.Data.SqlClient.SqlClientFactory Instance;
3882         public override bool CanCreateDataSourceEnumerator { get { throw null; } }
CreateCommand()3883         public override System.Data.Common.DbCommand CreateCommand() { throw null; }
CreateCommandBuilder()3884         public override System.Data.Common.DbCommandBuilder CreateCommandBuilder() { throw null; }
CreateConnection()3885         public override System.Data.Common.DbConnection CreateConnection() { throw null; }
CreateConnectionStringBuilder()3886         public override System.Data.Common.DbConnectionStringBuilder CreateConnectionStringBuilder() { throw null; }
CreateDataAdapter()3887         public override System.Data.Common.DbDataAdapter CreateDataAdapter() { throw null; }
CreateDataSourceEnumerator()3888         public override System.Data.Common.DbDataSourceEnumerator CreateDataSourceEnumerator() { throw null; }
CreateParameter()3889         public override System.Data.Common.DbParameter CreateParameter() { throw null; }
CreatePermission(System.Security.Permissions.PermissionState state)3890         public override System.Security.CodeAccessPermission CreatePermission(System.Security.Permissions.PermissionState state) { throw null; }
3891     }
3892     public static partial class SqlClientMetaDataCollectionNames
3893     {
3894         public static readonly string Columns;
3895         public static readonly string Databases;
3896         public static readonly string ForeignKeys;
3897         public static readonly string IndexColumns;
3898         public static readonly string Indexes;
3899         public static readonly string Parameters;
3900         public static readonly string ProcedureColumns;
3901         public static readonly string Procedures;
3902         public static readonly string Tables;
3903         public static readonly string UserDefinedTypes;
3904         public static readonly string Users;
3905         public static readonly string ViewColumns;
3906         public static readonly string Views;
3907     }
3908     [System.SerializableAttribute]
3909     public sealed partial class SqlClientPermission : System.Data.Common.DBDataPermission
3910     {
3911         [System.ObsoleteAttribute("SqlClientPermission() has been deprecated.  Use the SqlClientPermission(PermissionState.None) constructor.  http://go.microsoft.com/fwlink/?linkid=14202", true)]
SqlClientPermission()3912         public SqlClientPermission() : base (default(System.Security.Permissions.PermissionState)) { }
SqlClientPermission(System.Security.Permissions.PermissionState state)3913         public SqlClientPermission(System.Security.Permissions.PermissionState state) : base (default(System.Security.Permissions.PermissionState)) { }
3914         [System.ObsoleteAttribute("SqlClientPermission(PermissionState state, Boolean allowBlankPassword) has been deprecated.  Use the SqlClientPermission(PermissionState.None) constructor.  http://go.microsoft.com/fwlink/?linkid=14202", true)]
SqlClientPermission(System.Security.Permissions.PermissionState state, bool allowBlankPassword)3915         public SqlClientPermission(System.Security.Permissions.PermissionState state, bool allowBlankPassword) : base (default(System.Security.Permissions.PermissionState)) { }
Add(string connectionString, string restrictions, System.Data.KeyRestrictionBehavior behavior)3916         public override void Add(string connectionString, string restrictions, System.Data.KeyRestrictionBehavior behavior) { }
Copy()3917         public override System.Security.IPermission Copy() { throw null; }
3918     }
3919     [System.AttributeUsageAttribute((System.AttributeTargets)(109), AllowMultiple=true, Inherited=false)]
3920     [System.SerializableAttribute]
3921     public sealed partial class SqlClientPermissionAttribute : System.Data.Common.DBDataPermissionAttribute
3922     {
SqlClientPermissionAttribute(System.Security.Permissions.SecurityAction action)3923         public SqlClientPermissionAttribute(System.Security.Permissions.SecurityAction action) : base (default(System.Security.Permissions.SecurityAction)) { }
CreatePermission()3924         public override System.Security.IPermission CreatePermission() { throw null; }
3925     }
3926     public sealed partial class SqlCommand : System.Data.Common.DbCommand, System.Data.IDbCommand, System.ICloneable, System.IDisposable
3927     {
SqlCommand()3928         public SqlCommand() { }
SqlCommand(string cmdText)3929         public SqlCommand(string cmdText) { }
SqlCommand(string cmdText, System.Data.SqlClient.SqlConnection connection)3930         public SqlCommand(string cmdText, System.Data.SqlClient.SqlConnection connection) { }
SqlCommand(string cmdText, System.Data.SqlClient.SqlConnection connection, System.Data.SqlClient.SqlTransaction transaction)3931         public SqlCommand(string cmdText, System.Data.SqlClient.SqlConnection connection, System.Data.SqlClient.SqlTransaction transaction) { }
3932         public override string CommandText { get { throw null; } set { } }
3933         public override int CommandTimeout { get { throw null; } set { } }
3934         public override System.Data.CommandType CommandType { get { throw null; } set { } }
3935         public new System.Data.SqlClient.SqlConnection Connection { get { throw null; } set { } }
3936         protected override System.Data.Common.DbConnection DbConnection { get { throw null; } set { } }
3937         protected override System.Data.Common.DbParameterCollection DbParameterCollection { get { throw null; } }
3938         protected override System.Data.Common.DbTransaction DbTransaction { get { throw null; } set { } }
3939         public override bool DesignTimeVisible { get { throw null; } set { } }
3940         public System.Data.Sql.SqlNotificationRequest Notification { get { throw null; } set { } }
3941         [System.MonoTODOAttribute]
3942         public bool NotificationAutoEnlist { get { throw null; } set { } }
3943         public new System.Data.SqlClient.SqlParameterCollection Parameters { get { throw null; } }
3944         public new System.Data.SqlClient.SqlTransaction Transaction { get { throw null; } set { } }
3945         public override System.Data.UpdateRowSource UpdatedRowSource { get { throw null; } set { } }
3946         public event System.Data.StatementCompletedEventHandler StatementCompleted { add { } remove { } }
BeginExecuteNonQuery()3947         public System.IAsyncResult BeginExecuteNonQuery() { throw null; }
BeginExecuteNonQuery(System.AsyncCallback callback, object stateObject)3948         public System.IAsyncResult BeginExecuteNonQuery(System.AsyncCallback callback, object stateObject) { throw null; }
3949         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginExecuteReader()3950         public System.IAsyncResult BeginExecuteReader() { throw null; }
3951         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginExecuteReader(System.AsyncCallback callback, object stateObject)3952         public System.IAsyncResult BeginExecuteReader(System.AsyncCallback callback, object stateObject) { throw null; }
3953         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginExecuteReader(System.AsyncCallback callback, object stateObject, System.Data.CommandBehavior behavior)3954         public System.IAsyncResult BeginExecuteReader(System.AsyncCallback callback, object stateObject, System.Data.CommandBehavior behavior) { throw null; }
3955         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginExecuteReader(System.Data.CommandBehavior behavior)3956         public System.IAsyncResult BeginExecuteReader(System.Data.CommandBehavior behavior) { throw null; }
3957         [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, ExternalThreading=true)]
BeginExecuteXmlReader()3958         public System.IAsyncResult BeginExecuteXmlReader() { throw null; }
BeginExecuteXmlReader(System.AsyncCallback callback, object stateObject)3959         public System.IAsyncResult BeginExecuteXmlReader(System.AsyncCallback callback, object stateObject) { throw null; }
Cancel()3960         public override void Cancel() { }
Clone()3961         public System.Data.SqlClient.SqlCommand Clone() { throw null; }
CreateDbParameter()3962         protected override System.Data.Common.DbParameter CreateDbParameter() { throw null; }
CreateParameter()3963         public new System.Data.SqlClient.SqlParameter CreateParameter() { throw null; }
Dispose(bool disposing)3964         protected override void Dispose(bool disposing) { }
EndExecuteNonQuery(System.IAsyncResult asyncResult)3965         public int EndExecuteNonQuery(System.IAsyncResult asyncResult) { throw null; }
EndExecuteReader(System.IAsyncResult asyncResult)3966         public System.Data.SqlClient.SqlDataReader EndExecuteReader(System.IAsyncResult asyncResult) { throw null; }
EndExecuteXmlReader(System.IAsyncResult asyncResult)3967         public System.Xml.XmlReader EndExecuteXmlReader(System.IAsyncResult asyncResult) { throw null; }
ExecuteDbDataReader(System.Data.CommandBehavior behavior)3968         protected override System.Data.Common.DbDataReader ExecuteDbDataReader(System.Data.CommandBehavior behavior) { throw null; }
ExecuteDbDataReaderAsync(System.Data.CommandBehavior behavior, System.Threading.CancellationToken cancellationToken)3969         protected override System.Threading.Tasks.Task<System.Data.Common.DbDataReader> ExecuteDbDataReaderAsync(System.Data.CommandBehavior behavior, System.Threading.CancellationToken cancellationToken) { throw null; }
ExecuteNonQuery()3970         public override int ExecuteNonQuery() { throw null; }
ExecuteNonQueryAsync(System.Threading.CancellationToken cancellationToken)3971         public override System.Threading.Tasks.Task<int> ExecuteNonQueryAsync(System.Threading.CancellationToken cancellationToken) { throw null; }
ExecuteReader()3972         public new System.Data.SqlClient.SqlDataReader ExecuteReader() { throw null; }
ExecuteReader(System.Data.CommandBehavior behavior)3973         public new System.Data.SqlClient.SqlDataReader ExecuteReader(System.Data.CommandBehavior behavior) { throw null; }
ExecuteReaderAsync()3974         public new System.Threading.Tasks.Task<System.Data.SqlClient.SqlDataReader> ExecuteReaderAsync() { throw null; }
ExecuteReaderAsync(System.Data.CommandBehavior behavior)3975         public new System.Threading.Tasks.Task<System.Data.SqlClient.SqlDataReader> ExecuteReaderAsync(System.Data.CommandBehavior behavior) { throw null; }
ExecuteReaderAsync(System.Data.CommandBehavior behavior, System.Threading.CancellationToken cancellationToken)3976         public new System.Threading.Tasks.Task<System.Data.SqlClient.SqlDataReader> ExecuteReaderAsync(System.Data.CommandBehavior behavior, System.Threading.CancellationToken cancellationToken) { throw null; }
ExecuteReaderAsync(System.Threading.CancellationToken cancellationToken)3977         public new System.Threading.Tasks.Task<System.Data.SqlClient.SqlDataReader> ExecuteReaderAsync(System.Threading.CancellationToken cancellationToken) { throw null; }
ExecuteScalar()3978         public override object ExecuteScalar() { throw null; }
ExecuteScalarAsync(System.Threading.CancellationToken cancellationToken)3979         public override System.Threading.Tasks.Task<object> ExecuteScalarAsync(System.Threading.CancellationToken cancellationToken) { throw null; }
ExecuteXmlReader()3980         public System.Xml.XmlReader ExecuteXmlReader() { throw null; }
ExecuteXmlReaderAsync()3981         public System.Threading.Tasks.Task<System.Xml.XmlReader> ExecuteXmlReaderAsync() { throw null; }
ExecuteXmlReaderAsync(System.Threading.CancellationToken cancellationToken)3982         public System.Threading.Tasks.Task<System.Xml.XmlReader> ExecuteXmlReaderAsync(System.Threading.CancellationToken cancellationToken) { throw null; }
Prepare()3983         public override void Prepare() { }
ResetCommandTimeout()3984         public void ResetCommandTimeout() { }
System.ICloneable.Clone()3985         object System.ICloneable.Clone() { throw null; }
3986     }
3987     public sealed partial class SqlCommandBuilder : System.Data.Common.DbCommandBuilder
3988     {
SqlCommandBuilder()3989         public SqlCommandBuilder() { }
SqlCommandBuilder(System.Data.SqlClient.SqlDataAdapter adapter)3990         public SqlCommandBuilder(System.Data.SqlClient.SqlDataAdapter adapter) { }
3991         public override System.Data.Common.CatalogLocation CatalogLocation { get { throw null; } set { } }
3992         public override string CatalogSeparator { get { throw null; } set { } }
3993         public new System.Data.SqlClient.SqlDataAdapter DataAdapter { get { throw null; } set { } }
3994         public override string QuotePrefix { get { throw null; } set { } }
3995         public override string QuoteSuffix { get { throw null; } set { } }
3996         public override string SchemaSeparator { get { throw null; } set { } }
ApplyParameterInfo(System.Data.Common.DbParameter parameter, System.Data.DataRow datarow, System.Data.StatementType statementType, bool whereClause)3997         protected override void ApplyParameterInfo(System.Data.Common.DbParameter parameter, System.Data.DataRow datarow, System.Data.StatementType statementType, bool whereClause) { }
DeriveParameters(System.Data.SqlClient.SqlCommand command)3998         public static void DeriveParameters(System.Data.SqlClient.SqlCommand command) { }
GetDeleteCommand()3999         public new System.Data.SqlClient.SqlCommand GetDeleteCommand() { throw null; }
GetDeleteCommand(bool useColumnsForParameterNames)4000         public new System.Data.SqlClient.SqlCommand GetDeleteCommand(bool useColumnsForParameterNames) { throw null; }
GetInsertCommand()4001         public new System.Data.SqlClient.SqlCommand GetInsertCommand() { throw null; }
GetInsertCommand(bool useColumnsForParameterNames)4002         public new System.Data.SqlClient.SqlCommand GetInsertCommand(bool useColumnsForParameterNames) { throw null; }
GetParameterName(int parameterOrdinal)4003         protected override string GetParameterName(int parameterOrdinal) { throw null; }
GetParameterName(string parameterName)4004         protected override string GetParameterName(string parameterName) { throw null; }
GetParameterPlaceholder(int parameterOrdinal)4005         protected override string GetParameterPlaceholder(int parameterOrdinal) { throw null; }
GetSchemaTable(System.Data.Common.DbCommand srcCommand)4006         protected override System.Data.DataTable GetSchemaTable(System.Data.Common.DbCommand srcCommand) { throw null; }
GetUpdateCommand()4007         public new System.Data.SqlClient.SqlCommand GetUpdateCommand() { throw null; }
GetUpdateCommand(bool useColumnsForParameterNames)4008         public new System.Data.SqlClient.SqlCommand GetUpdateCommand(bool useColumnsForParameterNames) { throw null; }
InitializeCommand(System.Data.Common.DbCommand command)4009         protected override System.Data.Common.DbCommand InitializeCommand(System.Data.Common.DbCommand command) { throw null; }
QuoteIdentifier(string unquotedIdentifier)4010         public override string QuoteIdentifier(string unquotedIdentifier) { throw null; }
SetRowUpdatingHandler(System.Data.Common.DbDataAdapter adapter)4011         protected override void SetRowUpdatingHandler(System.Data.Common.DbDataAdapter adapter) { }
UnquoteIdentifier(string quotedIdentifier)4012         public override string UnquoteIdentifier(string quotedIdentifier) { throw null; }
4013     }
4014     public enum SqlCommandColumnEncryptionSetting
4015     {
4016         Disabled = 3,
4017         Enabled = 1,
4018         ResultSetOnly = 2,
4019         UseConnectionSetting = 0,
4020     }
4021     public sealed partial class SqlConnection : System.Data.Common.DbConnection, System.Data.IDbConnection, System.ICloneable, System.IDisposable
4022     {
SqlConnection()4023         public SqlConnection() { }
SqlConnection(string connectionString)4024         public SqlConnection(string connectionString) { }
SqlConnection(string connectionString, System.Data.SqlClient.SqlCredential credential)4025         public SqlConnection(string connectionString, System.Data.SqlClient.SqlCredential credential) { }
4026         public System.Guid ClientConnectionId { get { throw null; } }
4027         public override string ConnectionString { get { throw null; } set { } }
4028         public override int ConnectionTimeout { get { throw null; } }
4029         [System.MonoTODOAttribute]
4030         public System.Data.SqlClient.SqlCredential Credentials { get { throw null; } set { } }
4031         public override string Database { get { throw null; } }
4032         public override string DataSource { get { throw null; } }
4033         protected override System.Data.Common.DbProviderFactory DbProviderFactory { get { throw null; } }
4034         public bool FireInfoMessageEventOnUserErrors { get { throw null; } set { } }
4035         public int PacketSize { get { throw null; } }
4036         public override string ServerVersion { get { throw null; } }
4037         public override System.Data.ConnectionState State { get { throw null; } }
4038         public bool StatisticsEnabled { get { throw null; } set { } }
4039         public string WorkstationId { get { throw null; } }
4040         public event System.Data.SqlClient.SqlInfoMessageEventHandler InfoMessage { add { } remove { } }
BeginDbTransaction(System.Data.IsolationLevel isolationLevel)4041         protected override System.Data.Common.DbTransaction BeginDbTransaction(System.Data.IsolationLevel isolationLevel) { throw null; }
BeginTransaction()4042         public new System.Data.SqlClient.SqlTransaction BeginTransaction() { throw null; }
BeginTransaction(System.Data.IsolationLevel iso)4043         public new System.Data.SqlClient.SqlTransaction BeginTransaction(System.Data.IsolationLevel iso) { throw null; }
BeginTransaction(System.Data.IsolationLevel iso, string transactionName)4044         public System.Data.SqlClient.SqlTransaction BeginTransaction(System.Data.IsolationLevel iso, string transactionName) { throw null; }
BeginTransaction(string transactionName)4045         public System.Data.SqlClient.SqlTransaction BeginTransaction(string transactionName) { throw null; }
ChangeDatabase(string database)4046         public override void ChangeDatabase(string database) { }
4047         [System.MonoTODOAttribute]
ChangePassword(string connectionString, string newPassword)4048         public static void ChangePassword(string connectionString, string newPassword) { }
ClearAllPools()4049         public static void ClearAllPools() { }
ClearPool(System.Data.SqlClient.SqlConnection connection)4050         public static void ClearPool(System.Data.SqlClient.SqlConnection connection) { }
Close()4051         public override void Close() { }
CreateCommand()4052         public new System.Data.SqlClient.SqlCommand CreateCommand() { throw null; }
CreateDbCommand()4053         protected override System.Data.Common.DbCommand CreateDbCommand() { throw null; }
Dispose(bool disposing)4054         protected override void Dispose(bool disposing) { }
4055         [System.MonoTODOAttribute]
EnlistDistributedTransaction(System.EnterpriseServices.ITransaction transaction)4056         public void EnlistDistributedTransaction(System.EnterpriseServices.ITransaction transaction) { }
EnlistTransaction(System.Transactions.Transaction transaction)4057         public override void EnlistTransaction(System.Transactions.Transaction transaction) { }
GetSchema()4058         public override System.Data.DataTable GetSchema() { throw null; }
GetSchema(string collectionName)4059         public override System.Data.DataTable GetSchema(string collectionName) { throw null; }
GetSchema(string collectionName, string[] restrictionValues)4060         public override System.Data.DataTable GetSchema(string collectionName, string[] restrictionValues) { throw null; }
OnStateChange(System.Data.StateChangeEventArgs stateChange)4061         protected override void OnStateChange(System.Data.StateChangeEventArgs stateChange) { }
Open()4062         public override void Open() { }
OpenAsync(System.Threading.CancellationToken cancellationToken)4063         public override System.Threading.Tasks.Task OpenAsync(System.Threading.CancellationToken cancellationToken) { throw null; }
ResetStatistics()4064         public void ResetStatistics() { }
RetrieveStatistics()4065         public System.Collections.IDictionary RetrieveStatistics() { throw null; }
System.ICloneable.Clone()4066         object System.ICloneable.Clone() { throw null; }
4067     }
4068     public enum SqlConnectionColumnEncryptionSetting
4069     {
4070         Disabled = 0,
4071         Enabled = 1,
4072     }
4073     public sealed partial class SqlConnectionStringBuilder : System.Data.Common.DbConnectionStringBuilder
4074     {
SqlConnectionStringBuilder()4075         public SqlConnectionStringBuilder() { }
SqlConnectionStringBuilder(string connectionString)4076         public SqlConnectionStringBuilder(string connectionString) { }
4077         public System.Data.SqlClient.ApplicationIntent ApplicationIntent { get { throw null; } set { } }
4078         public string ApplicationName { get { throw null; } set { } }
4079         [System.ObsoleteAttribute("This property is ignored beginning in .NET Framework 4.5.For more information about SqlClient support for asynchronous programming, seehttps://docs.microsoft.com/en-us/dotnet/framework/data/adonet/asynchronous-programming")]
4080         public bool AsynchronousProcessing { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
4081         public string AttachDBFilename { get { throw null; } set { } }
4082         [System.MonoTODOAttribute("Not implemented in corefx: dotnet/corefx/issues/22474")]
4083         public System.Data.SqlClient.SqlAuthenticationMethod Authentication { get { throw null; } set { } }
4084         [System.MonoTODOAttribute("Not implemented in corefx: https://github.com/dotnet/corefx/issues/22474")]
4085         public System.Data.SqlClient.SqlConnectionColumnEncryptionSetting ColumnEncryptionSetting { get { throw null; } set { } }
4086         [System.ObsoleteAttribute("ConnectionReset has been deprecated.  SqlConnection will ignore the 'connection reset'keyword and always reset the connection")]
4087         public bool ConnectionReset { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
4088         public int ConnectRetryCount { get { throw null; } set { } }
4089         public int ConnectRetryInterval { get { throw null; } set { } }
4090         public int ConnectTimeout { get { throw null; } set { } }
4091         [System.MonoTODOAttribute("Not implemented in corefx: https://github.com/dotnet/corefx/issues/22474")]
4092         public bool ContextConnection { get { throw null; } set { } }
4093         public string CurrentLanguage { get { throw null; } set { } }
4094         public string DataSource { get { throw null; } set { } }
4095         public bool Encrypt { get { throw null; } set { } }
4096         public bool Enlist { get { throw null; } set { } }
4097         public string FailoverPartner { get { throw null; } set { } }
4098         [System.ComponentModel.TypeConverterAttribute("System.Data.SqlClient.SqlConnectionStringBuilder.SqlInitialCatalogConverter")]
4099         public string InitialCatalog { get { throw null; } set { } }
4100         public bool IntegratedSecurity { get { throw null; } set { } }
4101         public override object this[string keyword] { get { throw null; } set { } }
4102         public override System.Collections.ICollection Keys { get { throw null; } }
4103         public int LoadBalanceTimeout { get { throw null; } set { } }
4104         public int MaxPoolSize { get { throw null; } set { } }
4105         public int MinPoolSize { get { throw null; } set { } }
4106         public bool MultipleActiveResultSets { get { throw null; } set { } }
4107         public bool MultiSubnetFailover { get { throw null; } set { } }
4108         [System.MonoTODOAttribute("Not implemented in corefx: https://github.com/dotnet/corefx/issues/22474")]
4109         public string NetworkLibrary { get { throw null; } set { } }
4110         public int PacketSize { get { throw null; } set { } }
4111         public string Password { get { throw null; } set { } }
4112         public bool PersistSecurityInfo { get { throw null; } set { } }
4113         [System.MonoTODOAttribute("Not implemented in corefx: https://github.com/dotnet/corefx/issues/22474")]
4114         public System.Data.SqlClient.PoolBlockingPeriod PoolBlockingPeriod { get { throw null; } set { } }
4115         public bool Pooling { get { throw null; } set { } }
4116         public bool Replication { get { throw null; } set { } }
4117         public string TransactionBinding { get { throw null; } set { } }
4118         [System.MonoTODOAttribute("Not implemented in corefx: https://github.com/dotnet/corefx/issues/22474")]
4119         public bool TransparentNetworkIPResolution { get { throw null; } set { } }
4120         public bool TrustServerCertificate { get { throw null; } set { } }
4121         public string TypeSystemVersion { get { throw null; } set { } }
4122         public string UserID { get { throw null; } set { } }
4123         public bool UserInstance { get { throw null; } set { } }
4124         public override System.Collections.ICollection Values { get { throw null; } }
4125         public string WorkstationID { get { throw null; } set { } }
Clear()4126         public override void Clear() { }
ContainsKey(string keyword)4127         public override bool ContainsKey(string keyword) { throw null; }
Remove(string keyword)4128         public override bool Remove(string keyword) { throw null; }
ShouldSerialize(string keyword)4129         public override bool ShouldSerialize(string keyword) { throw null; }
TryGetValue(string keyword, out object value)4130         public override bool TryGetValue(string keyword, out object value) { value = default(object); throw null; }
4131     }
4132     [System.SerializableAttribute]
4133     public sealed partial class SqlCredential
4134     {
SqlCredential(string userId, System.Security.SecureString password)4135         public SqlCredential(string userId, System.Security.SecureString password) { }
4136         public System.Security.SecureString Password { get { throw null; } }
4137         public string UserId { get { throw null; } }
4138     }
4139     public sealed partial class SqlDataAdapter : System.Data.Common.DbDataAdapter, System.Data.IDataAdapter, System.Data.IDbDataAdapter, System.ICloneable
4140     {
SqlDataAdapter()4141         public SqlDataAdapter() { }
SqlDataAdapter(System.Data.SqlClient.SqlCommand selectCommand)4142         public SqlDataAdapter(System.Data.SqlClient.SqlCommand selectCommand) { }
SqlDataAdapter(string selectCommandText, System.Data.SqlClient.SqlConnection selectConnection)4143         public SqlDataAdapter(string selectCommandText, System.Data.SqlClient.SqlConnection selectConnection) { }
SqlDataAdapter(string selectCommandText, string selectConnectionString)4144         public SqlDataAdapter(string selectCommandText, string selectConnectionString) { }
4145         public new System.Data.SqlClient.SqlCommand DeleteCommand { get { throw null; } set { } }
4146         public new System.Data.SqlClient.SqlCommand InsertCommand { get { throw null; } set { } }
4147         public new System.Data.SqlClient.SqlCommand SelectCommand { get { throw null; } set { } }
4148         System.Data.IDbCommand System.Data.IDbDataAdapter.DeleteCommand { get { throw null; } set { } }
4149         System.Data.IDbCommand System.Data.IDbDataAdapter.InsertCommand { get { throw null; } set { } }
4150         System.Data.IDbCommand System.Data.IDbDataAdapter.SelectCommand { get { throw null; } set { } }
4151         System.Data.IDbCommand System.Data.IDbDataAdapter.UpdateCommand { get { throw null; } set { } }
4152         public override int UpdateBatchSize { get { throw null; } set { } }
4153         public new System.Data.SqlClient.SqlCommand UpdateCommand { get { throw null; } set { } }
4154         public event System.Data.SqlClient.SqlRowUpdatedEventHandler RowUpdated { add { } remove { } }
4155         public event System.Data.SqlClient.SqlRowUpdatingEventHandler RowUpdating { add { } remove { } }
AddToBatch(System.Data.IDbCommand command)4156         protected override int AddToBatch(System.Data.IDbCommand command) { throw null; }
ClearBatch()4157         protected override void ClearBatch() { }
CreateRowUpdatedEvent(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping)4158         protected override System.Data.Common.RowUpdatedEventArgs CreateRowUpdatedEvent(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) { throw null; }
CreateRowUpdatingEvent(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping)4159         protected override System.Data.Common.RowUpdatingEventArgs CreateRowUpdatingEvent(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) { throw null; }
ExecuteBatch()4160         protected override int ExecuteBatch() { throw null; }
GetBatchedParameter(int commandIdentifier, int parameterIndex)4161         protected override System.Data.IDataParameter GetBatchedParameter(int commandIdentifier, int parameterIndex) { throw null; }
GetBatchedRecordsAffected(int commandIdentifier, out int recordsAffected, out System.Exception error)4162         protected override bool GetBatchedRecordsAffected(int commandIdentifier, out int recordsAffected, out System.Exception error) { recordsAffected = default(int); error = default(System.Exception); throw null; }
InitializeBatching()4163         protected override void InitializeBatching() { }
OnRowUpdated(System.Data.Common.RowUpdatedEventArgs value)4164         protected override void OnRowUpdated(System.Data.Common.RowUpdatedEventArgs value) { }
OnRowUpdating(System.Data.Common.RowUpdatingEventArgs value)4165         protected override void OnRowUpdating(System.Data.Common.RowUpdatingEventArgs value) { }
System.ICloneable.Clone()4166         object System.ICloneable.Clone() { throw null; }
TerminateBatching()4167         protected override void TerminateBatching() { }
4168     }
4169     public partial class SqlDataReader : System.Data.Common.DbDataReader, System.Data.Common.IDbColumnSchemaGenerator, System.Data.IDataReader, System.Data.IDataRecord, System.IDisposable
4170     {
SqlDataReader()4171         internal SqlDataReader() { }
4172         protected System.Data.SqlClient.SqlConnection Connection { get { throw null; } }
4173         public override int Depth { get { throw null; } }
4174         public override int FieldCount { get { throw null; } }
4175         public override bool HasRows { get { throw null; } }
4176         public override bool IsClosed { get { throw null; } }
4177         public override object this[int i] { get { throw null; } }
4178         public override object this[string name] { get { throw null; } }
4179         public override int RecordsAffected { get { throw null; } }
4180         public override int VisibleFieldCount { get { throw null; } }
Close()4181         public override void Close() { }
Dispose(bool disposing)4182         protected override void Dispose(bool disposing) { }
GetBoolean(int i)4183         public override bool GetBoolean(int i) { throw null; }
GetByte(int i)4184         public override byte GetByte(int i) { throw null; }
GetBytes(int i, long dataIndex, byte[] buffer, int bufferIndex, int length)4185         public override long GetBytes(int i, long dataIndex, byte[] buffer, int bufferIndex, int length) { throw null; }
GetChar(int i)4186         public override char GetChar(int i) { throw null; }
GetChars(int i, long dataIndex, char[] buffer, int bufferIndex, int length)4187         public override long GetChars(int i, long dataIndex, char[] buffer, int bufferIndex, int length) { throw null; }
GetColumnSchema()4188         public System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Common.DbColumn> GetColumnSchema() { throw null; }
GetDataTypeName(int i)4189         public override string GetDataTypeName(int i) { throw null; }
GetDateTime(int i)4190         public override System.DateTime GetDateTime(int i) { throw null; }
GetDateTimeOffset(int i)4191         public virtual System.DateTimeOffset GetDateTimeOffset(int i) { throw null; }
GetDecimal(int i)4192         public override decimal GetDecimal(int i) { throw null; }
GetDouble(int i)4193         public override double GetDouble(int i) { throw null; }
GetEnumerator()4194         public override System.Collections.IEnumerator GetEnumerator() { throw null; }
GetFieldType(int i)4195         public override System.Type GetFieldType(int i) { throw null; }
GetFieldValueAsync(int i, System.Threading.CancellationToken cancellationToken)4196         public override System.Threading.Tasks.Task<T> GetFieldValueAsync<T>(int i, System.Threading.CancellationToken cancellationToken) { throw null; }
GetFieldValue(int i)4197         public override T GetFieldValue<T>(int i) { throw null; }
GetFloat(int i)4198         public override float GetFloat(int i) { throw null; }
GetGuid(int i)4199         public override System.Guid GetGuid(int i) { throw null; }
GetInt16(int i)4200         public override short GetInt16(int i) { throw null; }
GetInt32(int i)4201         public override int GetInt32(int i) { throw null; }
GetInt64(int i)4202         public override long GetInt64(int i) { throw null; }
GetName(int i)4203         public override string GetName(int i) { throw null; }
GetOrdinal(string name)4204         public override int GetOrdinal(string name) { throw null; }
GetProviderSpecificFieldType(int i)4205         public override System.Type GetProviderSpecificFieldType(int i) { throw null; }
GetProviderSpecificValue(int i)4206         public override object GetProviderSpecificValue(int i) { throw null; }
GetProviderSpecificValues(object[] values)4207         public override int GetProviderSpecificValues(object[] values) { throw null; }
GetSchemaTable()4208         public override System.Data.DataTable GetSchemaTable() { throw null; }
GetSqlBinary(int i)4209         public virtual System.Data.SqlTypes.SqlBinary GetSqlBinary(int i) { throw null; }
GetSqlBoolean(int i)4210         public virtual System.Data.SqlTypes.SqlBoolean GetSqlBoolean(int i) { throw null; }
GetSqlByte(int i)4211         public virtual System.Data.SqlTypes.SqlByte GetSqlByte(int i) { throw null; }
GetSqlBytes(int i)4212         public virtual System.Data.SqlTypes.SqlBytes GetSqlBytes(int i) { throw null; }
GetSqlChars(int i)4213         public virtual System.Data.SqlTypes.SqlChars GetSqlChars(int i) { throw null; }
GetSqlDateTime(int i)4214         public virtual System.Data.SqlTypes.SqlDateTime GetSqlDateTime(int i) { throw null; }
GetSqlDecimal(int i)4215         public virtual System.Data.SqlTypes.SqlDecimal GetSqlDecimal(int i) { throw null; }
GetSqlDouble(int i)4216         public virtual System.Data.SqlTypes.SqlDouble GetSqlDouble(int i) { throw null; }
GetSqlGuid(int i)4217         public virtual System.Data.SqlTypes.SqlGuid GetSqlGuid(int i) { throw null; }
GetSqlInt16(int i)4218         public virtual System.Data.SqlTypes.SqlInt16 GetSqlInt16(int i) { throw null; }
GetSqlInt32(int i)4219         public virtual System.Data.SqlTypes.SqlInt32 GetSqlInt32(int i) { throw null; }
GetSqlInt64(int i)4220         public virtual System.Data.SqlTypes.SqlInt64 GetSqlInt64(int i) { throw null; }
GetSqlMoney(int i)4221         public virtual System.Data.SqlTypes.SqlMoney GetSqlMoney(int i) { throw null; }
GetSqlSingle(int i)4222         public virtual System.Data.SqlTypes.SqlSingle GetSqlSingle(int i) { throw null; }
GetSqlString(int i)4223         public virtual System.Data.SqlTypes.SqlString GetSqlString(int i) { throw null; }
GetSqlValue(int i)4224         public virtual object GetSqlValue(int i) { throw null; }
GetSqlValues(object[] values)4225         public virtual int GetSqlValues(object[] values) { throw null; }
GetSqlXml(int i)4226         public virtual System.Data.SqlTypes.SqlXml GetSqlXml(int i) { throw null; }
GetStream(int i)4227         public override System.IO.Stream GetStream(int i) { throw null; }
GetString(int i)4228         public override string GetString(int i) { throw null; }
GetTextReader(int i)4229         public override System.IO.TextReader GetTextReader(int i) { throw null; }
GetTimeSpan(int i)4230         public virtual System.TimeSpan GetTimeSpan(int i) { throw null; }
GetValue(int i)4231         public override object GetValue(int i) { throw null; }
GetValues(object[] values)4232         public override int GetValues(object[] values) { throw null; }
GetXmlReader(int i)4233         public virtual System.Xml.XmlReader GetXmlReader(int i) { throw null; }
IsCommandBehavior(System.Data.CommandBehavior condition)4234         protected internal bool IsCommandBehavior(System.Data.CommandBehavior condition) { throw null; }
IsDBNull(int i)4235         public override bool IsDBNull(int i) { throw null; }
IsDBNullAsync(int i, System.Threading.CancellationToken cancellationToken)4236         public override System.Threading.Tasks.Task<bool> IsDBNullAsync(int i, System.Threading.CancellationToken cancellationToken) { throw null; }
NextResult()4237         public override bool NextResult() { throw null; }
NextResultAsync(System.Threading.CancellationToken cancellationToken)4238         public override System.Threading.Tasks.Task<bool> NextResultAsync(System.Threading.CancellationToken cancellationToken) { throw null; }
Read()4239         public override bool Read() { throw null; }
ReadAsync(System.Threading.CancellationToken cancellationToken)4240         public override System.Threading.Tasks.Task<bool> ReadAsync(System.Threading.CancellationToken cancellationToken) { throw null; }
4241     }
4242     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(0))]
4243     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4244     [System.Runtime.InteropServices.GuidAttribute("afef65ad-4577-447a-a148-83acadd3d4b9")]
4245     public sealed partial class SQLDebugging
4246     {
4247         [System.MonoTODOAttribute]
SQLDebugging()4248         public SQLDebugging() { }
4249     }
4250     public sealed partial class SqlDependency
4251     {
SqlDependency()4252         public SqlDependency() { }
SqlDependency(System.Data.SqlClient.SqlCommand command)4253         public SqlDependency(System.Data.SqlClient.SqlCommand command) { }
SqlDependency(System.Data.SqlClient.SqlCommand command, string options, int timeout)4254         public SqlDependency(System.Data.SqlClient.SqlCommand command, string options, int timeout) { }
4255         public bool HasChanges { get { throw null; } }
4256         public string Id { get { throw null; } }
4257         public event System.Data.SqlClient.OnChangeEventHandler OnChange { add { } remove { } }
AddCommandDependency(System.Data.SqlClient.SqlCommand command)4258         public void AddCommandDependency(System.Data.SqlClient.SqlCommand command) { }
Start(string connectionString)4259         public static bool Start(string connectionString) { throw null; }
Start(string connectionString, string queue)4260         public static bool Start(string connectionString, string queue) { throw null; }
Stop(string connectionString)4261         public static bool Stop(string connectionString) { throw null; }
Stop(string connectionString, string queue)4262         public static bool Stop(string connectionString, string queue) { throw null; }
4263     }
4264     [System.SerializableAttribute]
4265     public sealed partial class SqlError
4266     {
SqlError()4267         internal SqlError() { }
4268         public byte Class { get { throw null; } }
4269         public int LineNumber { get { throw null; } }
4270         public string Message { get { throw null; } }
4271         public int Number { get { throw null; } }
4272         public string Procedure { get { throw null; } }
4273         public string Server { get { throw null; } }
4274         public string Source { get { throw null; } }
4275         public byte State { get { throw null; } }
ToString()4276         public override string ToString() { throw null; }
4277     }
4278     [System.SerializableAttribute]
4279     public sealed partial class SqlErrorCollection : System.Collections.ICollection, System.Collections.IEnumerable
4280     {
SqlErrorCollection()4281         internal SqlErrorCollection() { }
4282         public int Count { get { throw null; } }
4283         public System.Data.SqlClient.SqlError this[int index] { get { throw null; } }
4284         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
4285         object System.Collections.ICollection.SyncRoot { get { throw null; } }
CopyTo(System.Array array, int index)4286         public void CopyTo(System.Array array, int index) { }
CopyTo(System.Data.SqlClient.SqlError[] array, int index)4287         public void CopyTo(System.Data.SqlClient.SqlError[] array, int index) { }
GetEnumerator()4288         public System.Collections.IEnumerator GetEnumerator() { throw null; }
4289     }
4290     [System.SerializableAttribute]
4291     public sealed partial class SqlException : System.Data.Common.DbException
4292     {
SqlException()4293         internal SqlException() { }
4294         public byte Class { get { throw null; } }
4295         public System.Guid ClientConnectionId { get { throw null; } }
4296         public System.Data.SqlClient.SqlErrorCollection Errors { get { throw null; } }
4297         public int LineNumber { get { throw null; } }
4298         public override string Message { get { throw null; } }
4299         public int Number { get { throw null; } }
4300         public string Procedure { get { throw null; } }
4301         public string Server { get { throw null; } }
4302         public override string Source { get { throw null; } }
4303         public byte State { get { throw null; } }
GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context)4304         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
ToString()4305         public override string ToString() { throw null; }
4306     }
4307     public sealed partial class SqlInfoMessageEventArgs : System.EventArgs
4308     {
SqlInfoMessageEventArgs()4309         internal SqlInfoMessageEventArgs() { }
4310         public System.Data.SqlClient.SqlErrorCollection Errors { get { throw null; } }
4311         public string Message { get { throw null; } }
4312         public string Source { get { throw null; } }
ToString()4313         public override string ToString() { throw null; }
4314     }
SqlInfoMessageEventHandler(object sender, System.Data.SqlClient.SqlInfoMessageEventArgs e)4315     public delegate void SqlInfoMessageEventHandler(object sender, System.Data.SqlClient.SqlInfoMessageEventArgs e);
4316     public partial class SqlNotificationEventArgs : System.EventArgs
4317     {
SqlNotificationEventArgs(System.Data.SqlClient.SqlNotificationType type, System.Data.SqlClient.SqlNotificationInfo info, System.Data.SqlClient.SqlNotificationSource source)4318         public SqlNotificationEventArgs(System.Data.SqlClient.SqlNotificationType type, System.Data.SqlClient.SqlNotificationInfo info, System.Data.SqlClient.SqlNotificationSource source) { }
4319         public System.Data.SqlClient.SqlNotificationInfo Info { get { throw null; } }
4320         public System.Data.SqlClient.SqlNotificationSource Source { get { throw null; } }
4321         public System.Data.SqlClient.SqlNotificationType Type { get { throw null; } }
4322     }
4323     public enum SqlNotificationInfo
4324     {
4325         AlreadyChanged = -2,
4326         Alter = 5,
4327         Delete = 3,
4328         Drop = 4,
4329         Error = 7,
4330         Expired = 12,
4331         Insert = 1,
4332         Invalid = 9,
4333         Isolation = 11,
4334         Merge = 16,
4335         Options = 10,
4336         PreviousFire = 14,
4337         Query = 8,
4338         Resource = 13,
4339         Restart = 6,
4340         TemplateLimit = 15,
4341         Truncate = 0,
4342         Unknown = -1,
4343         Update = 2,
4344     }
4345     public enum SqlNotificationSource
4346     {
4347         Client = -2,
4348         Data = 0,
4349         Database = 3,
4350         Environment = 6,
4351         Execution = 7,
4352         Object = 2,
4353         Owner = 8,
4354         Statement = 5,
4355         System = 4,
4356         Timeout = 1,
4357         Unknown = -1,
4358     }
4359     public enum SqlNotificationType
4360     {
4361         Change = 0,
4362         Subscribe = 1,
4363         Unknown = -1,
4364     }
4365     [System.ComponentModel.TypeConverterAttribute("System.Data.SqlClient.SqlParameter.SqlParameterConverter")]
4366     public sealed partial class SqlParameter : System.Data.Common.DbParameter, System.Data.IDataParameter, System.Data.IDbDataParameter, System.ICloneable
4367     {
SqlParameter()4368         public SqlParameter() { }
SqlParameter(string parameterName, System.Data.SqlDbType dbType)4369         public SqlParameter(string parameterName, System.Data.SqlDbType dbType) { }
SqlParameter(string parameterName, System.Data.SqlDbType dbType, int size)4370         public SqlParameter(string parameterName, System.Data.SqlDbType dbType, int size) { }
SqlParameter(string parameterName, System.Data.SqlDbType dbType, int size, System.Data.ParameterDirection direction, bool isNullable, byte precision, byte scale, string sourceColumn, System.Data.DataRowVersion sourceVersion, object value)4371         public SqlParameter(string parameterName, System.Data.SqlDbType dbType, int size, System.Data.ParameterDirection direction, bool isNullable, byte precision, byte scale, string sourceColumn, System.Data.DataRowVersion sourceVersion, object value) { }
SqlParameter(string parameterName, System.Data.SqlDbType dbType, int size, System.Data.ParameterDirection direction, byte precision, byte scale, string sourceColumn, System.Data.DataRowVersion sourceVersion, bool sourceColumnNullMapping, object value, string xmlSchemaCollectionDatabase, string xmlSchemaCollectionOwningSchema, string xmlSchemaCollectionName)4372         public SqlParameter(string parameterName, System.Data.SqlDbType dbType, int size, System.Data.ParameterDirection direction, byte precision, byte scale, string sourceColumn, System.Data.DataRowVersion sourceVersion, bool sourceColumnNullMapping, object value, string xmlSchemaCollectionDatabase, string xmlSchemaCollectionOwningSchema, string xmlSchemaCollectionName) { }
SqlParameter(string parameterName, System.Data.SqlDbType dbType, int size, string sourceColumn)4373         public SqlParameter(string parameterName, System.Data.SqlDbType dbType, int size, string sourceColumn) { }
SqlParameter(string parameterName, object value)4374         public SqlParameter(string parameterName, object value) { }
4375         public System.Data.SqlTypes.SqlCompareOptions CompareInfo { get { throw null; } set { } }
4376         public override System.Data.DbType DbType { get { throw null; } set { } }
4377         public override System.Data.ParameterDirection Direction { get { throw null; } set { } }
4378         public override bool IsNullable { get { throw null; } set { } }
4379         public int LocaleId { get { throw null; } set { } }
4380         public int Offset { get { throw null; } set { } }
4381         public override string ParameterName { get { throw null; } set { } }
4382         [System.ComponentModel.DefaultValueAttribute((byte)0)]
4383         public new byte Precision { get { throw null; } set { } }
4384         [System.ComponentModel.DefaultValueAttribute((byte)0)]
4385         public new byte Scale { get { throw null; } set { } }
4386         public override int Size { get { throw null; } set { } }
4387         public override string SourceColumn { get { throw null; } set { } }
4388         public override bool SourceColumnNullMapping { get { throw null; } set { } }
4389         public override System.Data.DataRowVersion SourceVersion { get { throw null; } set { } }
4390         [System.Data.Common.DbProviderSpecificTypePropertyAttribute(true)]
4391         public System.Data.SqlDbType SqlDbType { get { throw null; } set { } }
4392         public object SqlValue { get { throw null; } set { } }
4393         public string TypeName { get { throw null; } set { } }
4394         public string UdtTypeName { get { throw null; } set { } }
4395         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
4396         public override object Value { get { throw null; } set { } }
4397         public string XmlSchemaCollectionDatabase { get { throw null; } set { } }
4398         public string XmlSchemaCollectionName { get { throw null; } set { } }
4399         public string XmlSchemaCollectionOwningSchema { get { throw null; } set { } }
ResetDbType()4400         public override void ResetDbType() { }
ResetSqlDbType()4401         public void ResetSqlDbType() { }
System.ICloneable.Clone()4402         object System.ICloneable.Clone() { throw null; }
ToString()4403         public override string ToString() { throw null; }
4404     }
4405     public sealed partial class SqlParameterCollection : System.Data.Common.DbParameterCollection, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.Data.IDataParameterCollection
4406     {
SqlParameterCollection()4407         internal SqlParameterCollection() { }
4408         public override int Count { get { throw null; } }
4409         public new System.Data.SqlClient.SqlParameter this[int index] { get { throw null; } set { } }
4410         public new System.Data.SqlClient.SqlParameter this[string parameterName] { get { throw null; } set { } }
4411         public override object SyncRoot { get { throw null; } }
Add(System.Data.SqlClient.SqlParameter value)4412         public System.Data.SqlClient.SqlParameter Add(System.Data.SqlClient.SqlParameter value) { throw null; }
Add(object value)4413         public override int Add(object value) { throw null; }
Add(string parameterName, System.Data.SqlDbType sqlDbType)4414         public System.Data.SqlClient.SqlParameter Add(string parameterName, System.Data.SqlDbType sqlDbType) { throw null; }
Add(string parameterName, System.Data.SqlDbType sqlDbType, int size)4415         public System.Data.SqlClient.SqlParameter Add(string parameterName, System.Data.SqlDbType sqlDbType, int size) { throw null; }
Add(string parameterName, System.Data.SqlDbType sqlDbType, int size, string sourceColumn)4416         public System.Data.SqlClient.SqlParameter Add(string parameterName, System.Data.SqlDbType sqlDbType, int size, string sourceColumn) { throw null; }
Add(string parameterName, object value)4417         public System.Data.SqlClient.SqlParameter Add(string parameterName, object value) { throw null; }
AddRange(System.Array values)4418         public override void AddRange(System.Array values) { }
AddRange(System.Data.SqlClient.SqlParameter[] values)4419         public void AddRange(System.Data.SqlClient.SqlParameter[] values) { }
AddWithValue(string parameterName, object value)4420         public System.Data.SqlClient.SqlParameter AddWithValue(string parameterName, object value) { throw null; }
Clear()4421         public override void Clear() { }
Contains(System.Data.SqlClient.SqlParameter value)4422         public bool Contains(System.Data.SqlClient.SqlParameter value) { throw null; }
Contains(object value)4423         public override bool Contains(object value) { throw null; }
Contains(string value)4424         public override bool Contains(string value) { throw null; }
CopyTo(System.Array array, int index)4425         public override void CopyTo(System.Array array, int index) { }
CopyTo(System.Data.SqlClient.SqlParameter[] array, int index)4426         public void CopyTo(System.Data.SqlClient.SqlParameter[] array, int index) { }
GetEnumerator()4427         public override System.Collections.IEnumerator GetEnumerator() { throw null; }
GetParameter(int index)4428         protected override System.Data.Common.DbParameter GetParameter(int index) { throw null; }
GetParameter(string parameterName)4429         protected override System.Data.Common.DbParameter GetParameter(string parameterName) { throw null; }
IndexOf(System.Data.SqlClient.SqlParameter value)4430         public int IndexOf(System.Data.SqlClient.SqlParameter value) { throw null; }
IndexOf(object value)4431         public override int IndexOf(object value) { throw null; }
IndexOf(string parameterName)4432         public override int IndexOf(string parameterName) { throw null; }
Insert(int index, System.Data.SqlClient.SqlParameter value)4433         public void Insert(int index, System.Data.SqlClient.SqlParameter value) { }
Insert(int index, object value)4434         public override void Insert(int index, object value) { }
Remove(System.Data.SqlClient.SqlParameter value)4435         public void Remove(System.Data.SqlClient.SqlParameter value) { }
Remove(object value)4436         public override void Remove(object value) { }
RemoveAt(int index)4437         public override void RemoveAt(int index) { }
RemoveAt(string parameterName)4438         public override void RemoveAt(string parameterName) { }
SetParameter(int index, System.Data.Common.DbParameter value)4439         protected override void SetParameter(int index, System.Data.Common.DbParameter value) { }
SetParameter(string parameterName, System.Data.Common.DbParameter value)4440         protected override void SetParameter(string parameterName, System.Data.Common.DbParameter value) { }
4441     }
4442     public partial class SqlRowsCopiedEventArgs : System.EventArgs
4443     {
SqlRowsCopiedEventArgs(long rowsCopied)4444         public SqlRowsCopiedEventArgs(long rowsCopied) { }
4445         public bool Abort { get { throw null; } set { } }
4446         public long RowsCopied { get { throw null; } }
4447     }
SqlRowsCopiedEventHandler(object sender, System.Data.SqlClient.SqlRowsCopiedEventArgs e)4448     public delegate void SqlRowsCopiedEventHandler(object sender, System.Data.SqlClient.SqlRowsCopiedEventArgs e);
4449     public sealed partial class SqlRowUpdatedEventArgs : System.Data.Common.RowUpdatedEventArgs
4450     {
SqlRowUpdatedEventArgs(System.Data.DataRow row, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping)4451         public SqlRowUpdatedEventArgs(System.Data.DataRow row, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) : base (default(System.Data.DataRow), default(System.Data.IDbCommand), default(System.Data.StatementType), default(System.Data.Common.DataTableMapping)) { }
4452         public new System.Data.SqlClient.SqlCommand Command { get { throw null; } }
4453     }
SqlRowUpdatedEventHandler(object sender, System.Data.SqlClient.SqlRowUpdatedEventArgs e)4454     public delegate void SqlRowUpdatedEventHandler(object sender, System.Data.SqlClient.SqlRowUpdatedEventArgs e);
4455     public sealed partial class SqlRowUpdatingEventArgs : System.Data.Common.RowUpdatingEventArgs
4456     {
SqlRowUpdatingEventArgs(System.Data.DataRow row, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping)4457         public SqlRowUpdatingEventArgs(System.Data.DataRow row, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) : base (default(System.Data.DataRow), default(System.Data.IDbCommand), default(System.Data.StatementType), default(System.Data.Common.DataTableMapping)) { }
4458         protected override System.Data.IDbCommand BaseCommand { get { throw null; } set { } }
4459         public new System.Data.SqlClient.SqlCommand Command { get { throw null; } set { } }
4460     }
SqlRowUpdatingEventHandler(object sender, System.Data.SqlClient.SqlRowUpdatingEventArgs e)4461     public delegate void SqlRowUpdatingEventHandler(object sender, System.Data.SqlClient.SqlRowUpdatingEventArgs e);
4462     public sealed partial class SqlTransaction : System.Data.Common.DbTransaction
4463     {
SqlTransaction()4464         internal SqlTransaction() { }
4465         public new System.Data.SqlClient.SqlConnection Connection { get { throw null; } }
4466         protected override System.Data.Common.DbConnection DbConnection { get { throw null; } }
4467         public override System.Data.IsolationLevel IsolationLevel { get { throw null; } }
Commit()4468         public override void Commit() { }
Dispose(bool disposing)4469         protected override void Dispose(bool disposing) { }
Rollback()4470         public override void Rollback() { }
Rollback(string transactionName)4471         public void Rollback(string transactionName) { }
Save(string savePointName)4472         public void Save(string savePointName) { }
4473     }
4474 }
4475 namespace System.Data.SqlTypes
4476 {
4477     public partial interface INullable
4478     {
4479         bool IsNull { get; }
4480     }
4481     [System.SerializableAttribute]
4482     public sealed partial class SqlAlreadyFilledException : System.Data.SqlTypes.SqlTypeException
4483     {
SqlAlreadyFilledException()4484         public SqlAlreadyFilledException() { }
SqlAlreadyFilledException(string message)4485         public SqlAlreadyFilledException(string message) { }
SqlAlreadyFilledException(string message, System.Exception e)4486         public SqlAlreadyFilledException(string message, System.Exception e) { }
4487     }
4488     [System.Xml.Serialization.XmlSchemaProviderAttribute("GetXsdType")]
4489     [System.SerializableAttribute]
4490     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
4491     public partial struct SqlBinary : System.Data.SqlTypes.INullable, System.IComparable, System.Xml.Serialization.IXmlSerializable
4492     {
4493         public static readonly System.Data.SqlTypes.SqlBinary Null;
SqlBinarySystem.Data.SqlTypes.SqlBinary4494         public SqlBinary(byte[] value) { throw null;}
4495         public bool IsNull { get { throw null; } }
4496         public byte this[int index] { get { throw null; } }
4497         public int Length { get { throw null; } }
4498         public byte[] Value { get { throw null; } }
AddSystem.Data.SqlTypes.SqlBinary4499         public static System.Data.SqlTypes.SqlBinary Add(System.Data.SqlTypes.SqlBinary x, System.Data.SqlTypes.SqlBinary y) { throw null; }
CompareToSystem.Data.SqlTypes.SqlBinary4500         public int CompareTo(System.Data.SqlTypes.SqlBinary value) { throw null; }
CompareToSystem.Data.SqlTypes.SqlBinary4501         public int CompareTo(object value) { throw null; }
ConcatSystem.Data.SqlTypes.SqlBinary4502         public static System.Data.SqlTypes.SqlBinary Concat(System.Data.SqlTypes.SqlBinary x, System.Data.SqlTypes.SqlBinary y) { throw null; }
EqualsSystem.Data.SqlTypes.SqlBinary4503         public static System.Data.SqlTypes.SqlBoolean Equals(System.Data.SqlTypes.SqlBinary x, System.Data.SqlTypes.SqlBinary y) { throw null; }
EqualsSystem.Data.SqlTypes.SqlBinary4504         public override bool Equals(object value) { throw null; }
GetHashCodeSystem.Data.SqlTypes.SqlBinary4505         public override int GetHashCode() { throw null; }
GetXsdTypeSystem.Data.SqlTypes.SqlBinary4506         public static System.Xml.XmlQualifiedName GetXsdType(System.Xml.Schema.XmlSchemaSet schemaSet) { throw null; }
GreaterThanSystem.Data.SqlTypes.SqlBinary4507         public static System.Data.SqlTypes.SqlBoolean GreaterThan(System.Data.SqlTypes.SqlBinary x, System.Data.SqlTypes.SqlBinary y) { throw null; }
GreaterThanOrEqualSystem.Data.SqlTypes.SqlBinary4508         public static System.Data.SqlTypes.SqlBoolean GreaterThanOrEqual(System.Data.SqlTypes.SqlBinary x, System.Data.SqlTypes.SqlBinary y) { throw null; }
LessThanSystem.Data.SqlTypes.SqlBinary4509         public static System.Data.SqlTypes.SqlBoolean LessThan(System.Data.SqlTypes.SqlBinary x, System.Data.SqlTypes.SqlBinary y) { throw null; }
LessThanOrEqualSystem.Data.SqlTypes.SqlBinary4510         public static System.Data.SqlTypes.SqlBoolean LessThanOrEqual(System.Data.SqlTypes.SqlBinary x, System.Data.SqlTypes.SqlBinary y) { throw null; }
NotEqualsSystem.Data.SqlTypes.SqlBinary4511         public static System.Data.SqlTypes.SqlBoolean NotEquals(System.Data.SqlTypes.SqlBinary x, System.Data.SqlTypes.SqlBinary y) { throw null; }
operator +System.Data.SqlTypes.SqlBinary4512         public static System.Data.SqlTypes.SqlBinary operator +(System.Data.SqlTypes.SqlBinary x, System.Data.SqlTypes.SqlBinary y) { throw null; }
operator ==System.Data.SqlTypes.SqlBinary4513         public static System.Data.SqlTypes.SqlBoolean operator ==(System.Data.SqlTypes.SqlBinary x, System.Data.SqlTypes.SqlBinary y) { throw null; }
operator byte[]System.Data.SqlTypes.SqlBinary4514         public static explicit operator byte[] (System.Data.SqlTypes.SqlBinary x) { throw null; }
operator System.Data.SqlTypes.SqlBinarySystem.Data.SqlTypes.SqlBinary4515         public static explicit operator System.Data.SqlTypes.SqlBinary (System.Data.SqlTypes.SqlGuid x) { throw null; }
operator >System.Data.SqlTypes.SqlBinary4516         public static System.Data.SqlTypes.SqlBoolean operator >(System.Data.SqlTypes.SqlBinary x, System.Data.SqlTypes.SqlBinary y) { throw null; }
operator >=System.Data.SqlTypes.SqlBinary4517         public static System.Data.SqlTypes.SqlBoolean operator >=(System.Data.SqlTypes.SqlBinary x, System.Data.SqlTypes.SqlBinary y) { throw null; }
operator System.Data.SqlTypes.SqlBinarySystem.Data.SqlTypes.SqlBinary4518         public static implicit operator System.Data.SqlTypes.SqlBinary (byte[] x) { throw null; }
operator !=System.Data.SqlTypes.SqlBinary4519         public static System.Data.SqlTypes.SqlBoolean operator !=(System.Data.SqlTypes.SqlBinary x, System.Data.SqlTypes.SqlBinary y) { throw null; }
operator <System.Data.SqlTypes.SqlBinary4520         public static System.Data.SqlTypes.SqlBoolean operator <(System.Data.SqlTypes.SqlBinary x, System.Data.SqlTypes.SqlBinary y) { throw null; }
operator <=System.Data.SqlTypes.SqlBinary4521         public static System.Data.SqlTypes.SqlBoolean operator <=(System.Data.SqlTypes.SqlBinary x, System.Data.SqlTypes.SqlBinary y) { throw null; }
System.Xml.Serialization.IXmlSerializable.GetSchemaSystem.Data.SqlTypes.SqlBinary4522         System.Xml.Schema.XmlSchema System.Xml.Serialization.IXmlSerializable.GetSchema() { throw null; }
System.Xml.Serialization.IXmlSerializable.ReadXmlSystem.Data.SqlTypes.SqlBinary4523         void System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader reader) { }
System.Xml.Serialization.IXmlSerializable.WriteXmlSystem.Data.SqlTypes.SqlBinary4524         void System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter writer) { }
ToSqlGuidSystem.Data.SqlTypes.SqlBinary4525         public System.Data.SqlTypes.SqlGuid ToSqlGuid() { throw null; }
ToStringSystem.Data.SqlTypes.SqlBinary4526         public override string ToString() { throw null; }
4527     }
4528     [System.Xml.Serialization.XmlSchemaProviderAttribute("GetXsdType")]
4529     [System.SerializableAttribute]
4530     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
4531     public partial struct SqlBoolean : System.Data.SqlTypes.INullable, System.IComparable, System.Xml.Serialization.IXmlSerializable
4532     {
4533         public static readonly System.Data.SqlTypes.SqlBoolean False;
4534         public static readonly System.Data.SqlTypes.SqlBoolean Null;
4535         public static readonly System.Data.SqlTypes.SqlBoolean One;
4536         public static readonly System.Data.SqlTypes.SqlBoolean True;
4537         public static readonly System.Data.SqlTypes.SqlBoolean Zero;
SqlBooleanSystem.Data.SqlTypes.SqlBoolean4538         public SqlBoolean(bool value) { throw null;}
SqlBooleanSystem.Data.SqlTypes.SqlBoolean4539         public SqlBoolean(int value) { throw null;}
4540         public byte ByteValue { get { throw null; } }
4541         public bool IsFalse { get { throw null; } }
4542         public bool IsNull { get { throw null; } }
4543         public bool IsTrue { get { throw null; } }
4544         public bool Value { get { throw null; } }
AndSystem.Data.SqlTypes.SqlBoolean4545         public static System.Data.SqlTypes.SqlBoolean And(System.Data.SqlTypes.SqlBoolean x, System.Data.SqlTypes.SqlBoolean y) { throw null; }
CompareToSystem.Data.SqlTypes.SqlBoolean4546         public int CompareTo(System.Data.SqlTypes.SqlBoolean value) { throw null; }
CompareToSystem.Data.SqlTypes.SqlBoolean4547         public int CompareTo(object value) { throw null; }
EqualsSystem.Data.SqlTypes.SqlBoolean4548         public static System.Data.SqlTypes.SqlBoolean Equals(System.Data.SqlTypes.SqlBoolean x, System.Data.SqlTypes.SqlBoolean y) { throw null; }
EqualsSystem.Data.SqlTypes.SqlBoolean4549         public override bool Equals(object value) { throw null; }
GetHashCodeSystem.Data.SqlTypes.SqlBoolean4550         public override int GetHashCode() { throw null; }
GetXsdTypeSystem.Data.SqlTypes.SqlBoolean4551         public static System.Xml.XmlQualifiedName GetXsdType(System.Xml.Schema.XmlSchemaSet schemaSet) { throw null; }
GreaterThanSystem.Data.SqlTypes.SqlBoolean4552         public static System.Data.SqlTypes.SqlBoolean GreaterThan(System.Data.SqlTypes.SqlBoolean x, System.Data.SqlTypes.SqlBoolean y) { throw null; }
GreaterThanOrEqualsSystem.Data.SqlTypes.SqlBoolean4553         public static System.Data.SqlTypes.SqlBoolean GreaterThanOrEquals(System.Data.SqlTypes.SqlBoolean x, System.Data.SqlTypes.SqlBoolean y) { throw null; }
LessThanSystem.Data.SqlTypes.SqlBoolean4554         public static System.Data.SqlTypes.SqlBoolean LessThan(System.Data.SqlTypes.SqlBoolean x, System.Data.SqlTypes.SqlBoolean y) { throw null; }
LessThanOrEqualsSystem.Data.SqlTypes.SqlBoolean4555         public static System.Data.SqlTypes.SqlBoolean LessThanOrEquals(System.Data.SqlTypes.SqlBoolean x, System.Data.SqlTypes.SqlBoolean y) { throw null; }
NotEqualsSystem.Data.SqlTypes.SqlBoolean4556         public static System.Data.SqlTypes.SqlBoolean NotEquals(System.Data.SqlTypes.SqlBoolean x, System.Data.SqlTypes.SqlBoolean y) { throw null; }
OnesComplementSystem.Data.SqlTypes.SqlBoolean4557         public static System.Data.SqlTypes.SqlBoolean OnesComplement(System.Data.SqlTypes.SqlBoolean x) { throw null; }
operator &System.Data.SqlTypes.SqlBoolean4558         public static System.Data.SqlTypes.SqlBoolean operator &(System.Data.SqlTypes.SqlBoolean x, System.Data.SqlTypes.SqlBoolean y) { throw null; }
operator |System.Data.SqlTypes.SqlBoolean4559         public static System.Data.SqlTypes.SqlBoolean operator |(System.Data.SqlTypes.SqlBoolean x, System.Data.SqlTypes.SqlBoolean y) { throw null; }
operator ==System.Data.SqlTypes.SqlBoolean4560         public static System.Data.SqlTypes.SqlBoolean operator ==(System.Data.SqlTypes.SqlBoolean x, System.Data.SqlTypes.SqlBoolean y) { throw null; }
operator ^System.Data.SqlTypes.SqlBoolean4561         public static System.Data.SqlTypes.SqlBoolean operator ^(System.Data.SqlTypes.SqlBoolean x, System.Data.SqlTypes.SqlBoolean y) { throw null; }
operator boolSystem.Data.SqlTypes.SqlBoolean4562         public static explicit operator bool (System.Data.SqlTypes.SqlBoolean x) { throw null; }
operator System.Data.SqlTypes.SqlBooleanSystem.Data.SqlTypes.SqlBoolean4563         public static explicit operator System.Data.SqlTypes.SqlBoolean (System.Data.SqlTypes.SqlByte x) { throw null; }
operator System.Data.SqlTypes.SqlBooleanSystem.Data.SqlTypes.SqlBoolean4564         public static explicit operator System.Data.SqlTypes.SqlBoolean (System.Data.SqlTypes.SqlDecimal x) { throw null; }
operator System.Data.SqlTypes.SqlBooleanSystem.Data.SqlTypes.SqlBoolean4565         public static explicit operator System.Data.SqlTypes.SqlBoolean (System.Data.SqlTypes.SqlDouble x) { throw null; }
operator System.Data.SqlTypes.SqlBooleanSystem.Data.SqlTypes.SqlBoolean4566         public static explicit operator System.Data.SqlTypes.SqlBoolean (System.Data.SqlTypes.SqlInt16 x) { throw null; }
operator System.Data.SqlTypes.SqlBooleanSystem.Data.SqlTypes.SqlBoolean4567         public static explicit operator System.Data.SqlTypes.SqlBoolean (System.Data.SqlTypes.SqlInt32 x) { throw null; }
operator System.Data.SqlTypes.SqlBooleanSystem.Data.SqlTypes.SqlBoolean4568         public static explicit operator System.Data.SqlTypes.SqlBoolean (System.Data.SqlTypes.SqlInt64 x) { throw null; }
operator System.Data.SqlTypes.SqlBooleanSystem.Data.SqlTypes.SqlBoolean4569         public static explicit operator System.Data.SqlTypes.SqlBoolean (System.Data.SqlTypes.SqlMoney x) { throw null; }
operator System.Data.SqlTypes.SqlBooleanSystem.Data.SqlTypes.SqlBoolean4570         public static explicit operator System.Data.SqlTypes.SqlBoolean (System.Data.SqlTypes.SqlSingle x) { throw null; }
operator System.Data.SqlTypes.SqlBooleanSystem.Data.SqlTypes.SqlBoolean4571         public static explicit operator System.Data.SqlTypes.SqlBoolean (System.Data.SqlTypes.SqlString x) { throw null; }
operator falseSystem.Data.SqlTypes.SqlBoolean4572         public static bool operator false(System.Data.SqlTypes.SqlBoolean x) { throw null; }
operator >System.Data.SqlTypes.SqlBoolean4573         public static System.Data.SqlTypes.SqlBoolean operator >(System.Data.SqlTypes.SqlBoolean x, System.Data.SqlTypes.SqlBoolean y) { throw null; }
operator >=System.Data.SqlTypes.SqlBoolean4574         public static System.Data.SqlTypes.SqlBoolean operator >=(System.Data.SqlTypes.SqlBoolean x, System.Data.SqlTypes.SqlBoolean y) { throw null; }
operator System.Data.SqlTypes.SqlBooleanSystem.Data.SqlTypes.SqlBoolean4575         public static implicit operator System.Data.SqlTypes.SqlBoolean (bool x) { throw null; }
operator !=System.Data.SqlTypes.SqlBoolean4576         public static System.Data.SqlTypes.SqlBoolean operator !=(System.Data.SqlTypes.SqlBoolean x, System.Data.SqlTypes.SqlBoolean y) { throw null; }
operator <System.Data.SqlTypes.SqlBoolean4577         public static System.Data.SqlTypes.SqlBoolean operator <(System.Data.SqlTypes.SqlBoolean x, System.Data.SqlTypes.SqlBoolean y) { throw null; }
operator <=System.Data.SqlTypes.SqlBoolean4578         public static System.Data.SqlTypes.SqlBoolean operator <=(System.Data.SqlTypes.SqlBoolean x, System.Data.SqlTypes.SqlBoolean y) { throw null; }
operator !System.Data.SqlTypes.SqlBoolean4579         public static System.Data.SqlTypes.SqlBoolean operator !(System.Data.SqlTypes.SqlBoolean x) { throw null; }
operator ~System.Data.SqlTypes.SqlBoolean4580         public static System.Data.SqlTypes.SqlBoolean operator ~(System.Data.SqlTypes.SqlBoolean x) { throw null; }
operator trueSystem.Data.SqlTypes.SqlBoolean4581         public static bool operator true(System.Data.SqlTypes.SqlBoolean x) { throw null; }
OrSystem.Data.SqlTypes.SqlBoolean4582         public static System.Data.SqlTypes.SqlBoolean Or(System.Data.SqlTypes.SqlBoolean x, System.Data.SqlTypes.SqlBoolean y) { throw null; }
ParseSystem.Data.SqlTypes.SqlBoolean4583         public static System.Data.SqlTypes.SqlBoolean Parse(string s) { throw null; }
System.Xml.Serialization.IXmlSerializable.GetSchemaSystem.Data.SqlTypes.SqlBoolean4584         System.Xml.Schema.XmlSchema System.Xml.Serialization.IXmlSerializable.GetSchema() { throw null; }
System.Xml.Serialization.IXmlSerializable.ReadXmlSystem.Data.SqlTypes.SqlBoolean4585         void System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader reader) { }
System.Xml.Serialization.IXmlSerializable.WriteXmlSystem.Data.SqlTypes.SqlBoolean4586         void System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter writer) { }
ToSqlByteSystem.Data.SqlTypes.SqlBoolean4587         public System.Data.SqlTypes.SqlByte ToSqlByte() { throw null; }
ToSqlDecimalSystem.Data.SqlTypes.SqlBoolean4588         public System.Data.SqlTypes.SqlDecimal ToSqlDecimal() { throw null; }
ToSqlDoubleSystem.Data.SqlTypes.SqlBoolean4589         public System.Data.SqlTypes.SqlDouble ToSqlDouble() { throw null; }
ToSqlInt16System.Data.SqlTypes.SqlBoolean4590         public System.Data.SqlTypes.SqlInt16 ToSqlInt16() { throw null; }
ToSqlInt32System.Data.SqlTypes.SqlBoolean4591         public System.Data.SqlTypes.SqlInt32 ToSqlInt32() { throw null; }
ToSqlInt64System.Data.SqlTypes.SqlBoolean4592         public System.Data.SqlTypes.SqlInt64 ToSqlInt64() { throw null; }
ToSqlMoneySystem.Data.SqlTypes.SqlBoolean4593         public System.Data.SqlTypes.SqlMoney ToSqlMoney() { throw null; }
ToSqlSingleSystem.Data.SqlTypes.SqlBoolean4594         public System.Data.SqlTypes.SqlSingle ToSqlSingle() { throw null; }
ToSqlStringSystem.Data.SqlTypes.SqlBoolean4595         public System.Data.SqlTypes.SqlString ToSqlString() { throw null; }
ToStringSystem.Data.SqlTypes.SqlBoolean4596         public override string ToString() { throw null; }
XorSystem.Data.SqlTypes.SqlBoolean4597         public static System.Data.SqlTypes.SqlBoolean Xor(System.Data.SqlTypes.SqlBoolean x, System.Data.SqlTypes.SqlBoolean y) { throw null; }
4598     }
4599     [System.Xml.Serialization.XmlSchemaProviderAttribute("GetXsdType")]
4600     [System.SerializableAttribute]
4601     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
4602     public partial struct SqlByte : System.Data.SqlTypes.INullable, System.IComparable, System.Xml.Serialization.IXmlSerializable
4603     {
4604         public static readonly System.Data.SqlTypes.SqlByte MaxValue;
4605         public static readonly System.Data.SqlTypes.SqlByte MinValue;
4606         public static readonly System.Data.SqlTypes.SqlByte Null;
4607         public static readonly System.Data.SqlTypes.SqlByte Zero;
SqlByteSystem.Data.SqlTypes.SqlByte4608         public SqlByte(byte value) { throw null;}
4609         public bool IsNull { get { throw null; } }
4610         public byte Value { get { throw null; } }
AddSystem.Data.SqlTypes.SqlByte4611         public static System.Data.SqlTypes.SqlByte Add(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) { throw null; }
BitwiseAndSystem.Data.SqlTypes.SqlByte4612         public static System.Data.SqlTypes.SqlByte BitwiseAnd(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) { throw null; }
BitwiseOrSystem.Data.SqlTypes.SqlByte4613         public static System.Data.SqlTypes.SqlByte BitwiseOr(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) { throw null; }
CompareToSystem.Data.SqlTypes.SqlByte4614         public int CompareTo(System.Data.SqlTypes.SqlByte value) { throw null; }
CompareToSystem.Data.SqlTypes.SqlByte4615         public int CompareTo(object value) { throw null; }
DivideSystem.Data.SqlTypes.SqlByte4616         public static System.Data.SqlTypes.SqlByte Divide(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) { throw null; }
EqualsSystem.Data.SqlTypes.SqlByte4617         public static System.Data.SqlTypes.SqlBoolean Equals(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) { throw null; }
EqualsSystem.Data.SqlTypes.SqlByte4618         public override bool Equals(object value) { throw null; }
GetHashCodeSystem.Data.SqlTypes.SqlByte4619         public override int GetHashCode() { throw null; }
GetXsdTypeSystem.Data.SqlTypes.SqlByte4620         public static System.Xml.XmlQualifiedName GetXsdType(System.Xml.Schema.XmlSchemaSet schemaSet) { throw null; }
GreaterThanSystem.Data.SqlTypes.SqlByte4621         public static System.Data.SqlTypes.SqlBoolean GreaterThan(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) { throw null; }
GreaterThanOrEqualSystem.Data.SqlTypes.SqlByte4622         public static System.Data.SqlTypes.SqlBoolean GreaterThanOrEqual(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) { throw null; }
LessThanSystem.Data.SqlTypes.SqlByte4623         public static System.Data.SqlTypes.SqlBoolean LessThan(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) { throw null; }
LessThanOrEqualSystem.Data.SqlTypes.SqlByte4624         public static System.Data.SqlTypes.SqlBoolean LessThanOrEqual(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) { throw null; }
ModSystem.Data.SqlTypes.SqlByte4625         public static System.Data.SqlTypes.SqlByte Mod(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) { throw null; }
ModulusSystem.Data.SqlTypes.SqlByte4626         public static System.Data.SqlTypes.SqlByte Modulus(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) { throw null; }
MultiplySystem.Data.SqlTypes.SqlByte4627         public static System.Data.SqlTypes.SqlByte Multiply(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) { throw null; }
NotEqualsSystem.Data.SqlTypes.SqlByte4628         public static System.Data.SqlTypes.SqlBoolean NotEquals(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) { throw null; }
OnesComplementSystem.Data.SqlTypes.SqlByte4629         public static System.Data.SqlTypes.SqlByte OnesComplement(System.Data.SqlTypes.SqlByte x) { throw null; }
operator +System.Data.SqlTypes.SqlByte4630         public static System.Data.SqlTypes.SqlByte operator +(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) { throw null; }
operator &System.Data.SqlTypes.SqlByte4631         public static System.Data.SqlTypes.SqlByte operator &(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) { throw null; }
operator |System.Data.SqlTypes.SqlByte4632         public static System.Data.SqlTypes.SqlByte operator |(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) { throw null; }
operator /System.Data.SqlTypes.SqlByte4633         public static System.Data.SqlTypes.SqlByte operator /(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) { throw null; }
operator ==System.Data.SqlTypes.SqlByte4634         public static System.Data.SqlTypes.SqlBoolean operator ==(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) { throw null; }
operator ^System.Data.SqlTypes.SqlByte4635         public static System.Data.SqlTypes.SqlByte operator ^(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) { throw null; }
operator System.Data.SqlTypes.SqlByteSystem.Data.SqlTypes.SqlByte4636         public static explicit operator System.Data.SqlTypes.SqlByte (System.Data.SqlTypes.SqlBoolean x) { throw null; }
operator byteSystem.Data.SqlTypes.SqlByte4637         public static explicit operator byte (System.Data.SqlTypes.SqlByte x) { throw null; }
operator System.Data.SqlTypes.SqlByteSystem.Data.SqlTypes.SqlByte4638         public static explicit operator System.Data.SqlTypes.SqlByte (System.Data.SqlTypes.SqlDecimal x) { throw null; }
operator System.Data.SqlTypes.SqlByteSystem.Data.SqlTypes.SqlByte4639         public static explicit operator System.Data.SqlTypes.SqlByte (System.Data.SqlTypes.SqlDouble x) { throw null; }
operator System.Data.SqlTypes.SqlByteSystem.Data.SqlTypes.SqlByte4640         public static explicit operator System.Data.SqlTypes.SqlByte (System.Data.SqlTypes.SqlInt16 x) { throw null; }
operator System.Data.SqlTypes.SqlByteSystem.Data.SqlTypes.SqlByte4641         public static explicit operator System.Data.SqlTypes.SqlByte (System.Data.SqlTypes.SqlInt32 x) { throw null; }
operator System.Data.SqlTypes.SqlByteSystem.Data.SqlTypes.SqlByte4642         public static explicit operator System.Data.SqlTypes.SqlByte (System.Data.SqlTypes.SqlInt64 x) { throw null; }
operator System.Data.SqlTypes.SqlByteSystem.Data.SqlTypes.SqlByte4643         public static explicit operator System.Data.SqlTypes.SqlByte (System.Data.SqlTypes.SqlMoney x) { throw null; }
operator System.Data.SqlTypes.SqlByteSystem.Data.SqlTypes.SqlByte4644         public static explicit operator System.Data.SqlTypes.SqlByte (System.Data.SqlTypes.SqlSingle x) { throw null; }
operator System.Data.SqlTypes.SqlByteSystem.Data.SqlTypes.SqlByte4645         public static explicit operator System.Data.SqlTypes.SqlByte (System.Data.SqlTypes.SqlString x) { throw null; }
operator >System.Data.SqlTypes.SqlByte4646         public static System.Data.SqlTypes.SqlBoolean operator >(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) { throw null; }
operator >=System.Data.SqlTypes.SqlByte4647         public static System.Data.SqlTypes.SqlBoolean operator >=(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) { throw null; }
operator System.Data.SqlTypes.SqlByteSystem.Data.SqlTypes.SqlByte4648         public static implicit operator System.Data.SqlTypes.SqlByte (byte x) { throw null; }
operator !=System.Data.SqlTypes.SqlByte4649         public static System.Data.SqlTypes.SqlBoolean operator !=(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) { throw null; }
operator <System.Data.SqlTypes.SqlByte4650         public static System.Data.SqlTypes.SqlBoolean operator <(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) { throw null; }
operator <=System.Data.SqlTypes.SqlByte4651         public static System.Data.SqlTypes.SqlBoolean operator <=(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) { throw null; }
operator %System.Data.SqlTypes.SqlByte4652         public static System.Data.SqlTypes.SqlByte operator %(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) { throw null; }
operator *System.Data.SqlTypes.SqlByte4653         public static System.Data.SqlTypes.SqlByte operator *(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) { throw null; }
operator ~System.Data.SqlTypes.SqlByte4654         public static System.Data.SqlTypes.SqlByte operator ~(System.Data.SqlTypes.SqlByte x) { throw null; }
operator -System.Data.SqlTypes.SqlByte4655         public static System.Data.SqlTypes.SqlByte operator -(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) { throw null; }
ParseSystem.Data.SqlTypes.SqlByte4656         public static System.Data.SqlTypes.SqlByte Parse(string s) { throw null; }
SubtractSystem.Data.SqlTypes.SqlByte4657         public static System.Data.SqlTypes.SqlByte Subtract(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) { throw null; }
System.Xml.Serialization.IXmlSerializable.GetSchemaSystem.Data.SqlTypes.SqlByte4658         System.Xml.Schema.XmlSchema System.Xml.Serialization.IXmlSerializable.GetSchema() { throw null; }
System.Xml.Serialization.IXmlSerializable.ReadXmlSystem.Data.SqlTypes.SqlByte4659         void System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader reader) { }
System.Xml.Serialization.IXmlSerializable.WriteXmlSystem.Data.SqlTypes.SqlByte4660         void System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter writer) { }
ToSqlBooleanSystem.Data.SqlTypes.SqlByte4661         public System.Data.SqlTypes.SqlBoolean ToSqlBoolean() { throw null; }
ToSqlDecimalSystem.Data.SqlTypes.SqlByte4662         public System.Data.SqlTypes.SqlDecimal ToSqlDecimal() { throw null; }
ToSqlDoubleSystem.Data.SqlTypes.SqlByte4663         public System.Data.SqlTypes.SqlDouble ToSqlDouble() { throw null; }
ToSqlInt16System.Data.SqlTypes.SqlByte4664         public System.Data.SqlTypes.SqlInt16 ToSqlInt16() { throw null; }
ToSqlInt32System.Data.SqlTypes.SqlByte4665         public System.Data.SqlTypes.SqlInt32 ToSqlInt32() { throw null; }
ToSqlInt64System.Data.SqlTypes.SqlByte4666         public System.Data.SqlTypes.SqlInt64 ToSqlInt64() { throw null; }
ToSqlMoneySystem.Data.SqlTypes.SqlByte4667         public System.Data.SqlTypes.SqlMoney ToSqlMoney() { throw null; }
ToSqlSingleSystem.Data.SqlTypes.SqlByte4668         public System.Data.SqlTypes.SqlSingle ToSqlSingle() { throw null; }
ToSqlStringSystem.Data.SqlTypes.SqlByte4669         public System.Data.SqlTypes.SqlString ToSqlString() { throw null; }
ToStringSystem.Data.SqlTypes.SqlByte4670         public override string ToString() { throw null; }
XorSystem.Data.SqlTypes.SqlByte4671         public static System.Data.SqlTypes.SqlByte Xor(System.Data.SqlTypes.SqlByte x, System.Data.SqlTypes.SqlByte y) { throw null; }
4672     }
4673     [System.Xml.Serialization.XmlSchemaProviderAttribute("GetXsdType")]
4674     [System.SerializableAttribute]
4675     public sealed partial class SqlBytes : System.Data.SqlTypes.INullable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable
4676     {
SqlBytes()4677         public SqlBytes() { }
SqlBytes(byte[] buffer)4678         public SqlBytes(byte[] buffer) { }
SqlBytes(System.Data.SqlTypes.SqlBinary value)4679         public SqlBytes(System.Data.SqlTypes.SqlBinary value) { }
SqlBytes(System.IO.Stream s)4680         public SqlBytes(System.IO.Stream s) { }
4681         public byte[] Buffer { get { throw null; } }
4682         public bool IsNull { get { throw null; } }
4683         public byte this[long offset] { get { throw null; } set { } }
4684         public long Length { get { throw null; } }
4685         public long MaxLength { get { throw null; } }
4686         public static System.Data.SqlTypes.SqlBytes Null { get { throw null; } }
4687         public System.Data.SqlTypes.StorageState Storage { get { throw null; } }
4688         public System.IO.Stream Stream { get { throw null; } set { } }
4689         public byte[] Value { get { throw null; } }
GetXsdType(System.Xml.Schema.XmlSchemaSet schemaSet)4690         public static System.Xml.XmlQualifiedName GetXsdType(System.Xml.Schema.XmlSchemaSet schemaSet) { throw null; }
operator System.Data.SqlTypes.SqlBytes(System.Data.SqlTypes.SqlBinary value)4691         public static explicit operator System.Data.SqlTypes.SqlBytes (System.Data.SqlTypes.SqlBinary value) { throw null; }
operator System.Data.SqlTypes.SqlBinary(System.Data.SqlTypes.SqlBytes value)4692         public static explicit operator System.Data.SqlTypes.SqlBinary (System.Data.SqlTypes.SqlBytes value) { throw null; }
Read(long offset, byte[] buffer, int offsetInBuffer, int count)4693         public long Read(long offset, byte[] buffer, int offsetInBuffer, int count) { throw null; }
SetLength(long value)4694         public void SetLength(long value) { }
SetNull()4695         public void SetNull() { }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)4696         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
System.Xml.Serialization.IXmlSerializable.GetSchema()4697         System.Xml.Schema.XmlSchema System.Xml.Serialization.IXmlSerializable.GetSchema() { throw null; }
System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader r)4698         void System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader r) { }
System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter writer)4699         void System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter writer) { }
ToSqlBinary()4700         public System.Data.SqlTypes.SqlBinary ToSqlBinary() { throw null; }
Write(long offset, byte[] buffer, int offsetInBuffer, int count)4701         public void Write(long offset, byte[] buffer, int offsetInBuffer, int count) { }
4702     }
4703     [System.Xml.Serialization.XmlSchemaProviderAttribute("GetXsdType")]
4704     [System.SerializableAttribute]
4705     public sealed partial class SqlChars : System.Data.SqlTypes.INullable, System.Runtime.Serialization.ISerializable, System.Xml.Serialization.IXmlSerializable
4706     {
SqlChars()4707         public SqlChars() { }
SqlChars(char[] buffer)4708         public SqlChars(char[] buffer) { }
SqlChars(System.Data.SqlTypes.SqlString value)4709         public SqlChars(System.Data.SqlTypes.SqlString value) { }
4710         public char[] Buffer { get { throw null; } }
4711         public bool IsNull { get { throw null; } }
4712         public char this[long offset] { get { throw null; } set { } }
4713         public long Length { get { throw null; } }
4714         public long MaxLength { get { throw null; } }
4715         public static System.Data.SqlTypes.SqlChars Null { get { throw null; } }
4716         public System.Data.SqlTypes.StorageState Storage { get { throw null; } }
4717         public char[] Value { get { throw null; } }
GetXsdType(System.Xml.Schema.XmlSchemaSet schemaSet)4718         public static System.Xml.XmlQualifiedName GetXsdType(System.Xml.Schema.XmlSchemaSet schemaSet) { throw null; }
operator System.Data.SqlTypes.SqlString(System.Data.SqlTypes.SqlChars value)4719         public static explicit operator System.Data.SqlTypes.SqlString (System.Data.SqlTypes.SqlChars value) { throw null; }
operator System.Data.SqlTypes.SqlChars(System.Data.SqlTypes.SqlString value)4720         public static explicit operator System.Data.SqlTypes.SqlChars (System.Data.SqlTypes.SqlString value) { throw null; }
Read(long offset, char[] buffer, int offsetInBuffer, int count)4721         public long Read(long offset, char[] buffer, int offsetInBuffer, int count) { throw null; }
SetLength(long value)4722         public void SetLength(long value) { }
SetNull()4723         public void SetNull() { }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)4724         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
System.Xml.Serialization.IXmlSerializable.GetSchema()4725         System.Xml.Schema.XmlSchema System.Xml.Serialization.IXmlSerializable.GetSchema() { throw null; }
System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader r)4726         void System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader r) { }
System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter writer)4727         void System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter writer) { }
ToSqlString()4728         public System.Data.SqlTypes.SqlString ToSqlString() { throw null; }
Write(long offset, char[] buffer, int offsetInBuffer, int count)4729         public void Write(long offset, char[] buffer, int offsetInBuffer, int count) { }
4730     }
4731     [System.FlagsAttribute]
4732     public enum SqlCompareOptions
4733     {
4734         BinarySort = 32768,
4735         BinarySort2 = 16384,
4736         IgnoreCase = 1,
4737         IgnoreKanaType = 8,
4738         IgnoreNonSpace = 2,
4739         IgnoreWidth = 16,
4740         None = 0,
4741     }
4742     [System.Xml.Serialization.XmlSchemaProviderAttribute("GetXsdType")]
4743     [System.SerializableAttribute]
4744     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
4745     public partial struct SqlDateTime : System.Data.SqlTypes.INullable, System.IComparable, System.Xml.Serialization.IXmlSerializable
4746     {
4747         public static readonly System.Data.SqlTypes.SqlDateTime MaxValue;
4748         public static readonly System.Data.SqlTypes.SqlDateTime MinValue;
4749         public static readonly System.Data.SqlTypes.SqlDateTime Null;
4750         public static readonly int SQLTicksPerHour;
4751         public static readonly int SQLTicksPerMinute;
4752         public static readonly int SQLTicksPerSecond;
SqlDateTimeSystem.Data.SqlTypes.SqlDateTime4753         public SqlDateTime(System.DateTime value) { throw null;}
SqlDateTimeSystem.Data.SqlTypes.SqlDateTime4754         public SqlDateTime(int dayTicks, int timeTicks) { throw null;}
SqlDateTimeSystem.Data.SqlTypes.SqlDateTime4755         public SqlDateTime(int year, int month, int day) { throw null;}
SqlDateTimeSystem.Data.SqlTypes.SqlDateTime4756         public SqlDateTime(int year, int month, int day, int hour, int minute, int second) { throw null;}
SqlDateTimeSystem.Data.SqlTypes.SqlDateTime4757         public SqlDateTime(int year, int month, int day, int hour, int minute, int second, double millisecond) { throw null;}
SqlDateTimeSystem.Data.SqlTypes.SqlDateTime4758         public SqlDateTime(int year, int month, int day, int hour, int minute, int second, int bilisecond) { throw null;}
4759         public int DayTicks { get { throw null; } }
4760         public bool IsNull { get { throw null; } }
4761         public int TimeTicks { get { throw null; } }
4762         public System.DateTime Value { get { throw null; } }
AddSystem.Data.SqlTypes.SqlDateTime4763         public static System.Data.SqlTypes.SqlDateTime Add(System.Data.SqlTypes.SqlDateTime x, System.TimeSpan t) { throw null; }
CompareToSystem.Data.SqlTypes.SqlDateTime4764         public int CompareTo(System.Data.SqlTypes.SqlDateTime value) { throw null; }
CompareToSystem.Data.SqlTypes.SqlDateTime4765         public int CompareTo(object value) { throw null; }
EqualsSystem.Data.SqlTypes.SqlDateTime4766         public static System.Data.SqlTypes.SqlBoolean Equals(System.Data.SqlTypes.SqlDateTime x, System.Data.SqlTypes.SqlDateTime y) { throw null; }
EqualsSystem.Data.SqlTypes.SqlDateTime4767         public override bool Equals(object value) { throw null; }
GetHashCodeSystem.Data.SqlTypes.SqlDateTime4768         public override int GetHashCode() { throw null; }
GetXsdTypeSystem.Data.SqlTypes.SqlDateTime4769         public static System.Xml.XmlQualifiedName GetXsdType(System.Xml.Schema.XmlSchemaSet schemaSet) { throw null; }
GreaterThanSystem.Data.SqlTypes.SqlDateTime4770         public static System.Data.SqlTypes.SqlBoolean GreaterThan(System.Data.SqlTypes.SqlDateTime x, System.Data.SqlTypes.SqlDateTime y) { throw null; }
GreaterThanOrEqualSystem.Data.SqlTypes.SqlDateTime4771         public static System.Data.SqlTypes.SqlBoolean GreaterThanOrEqual(System.Data.SqlTypes.SqlDateTime x, System.Data.SqlTypes.SqlDateTime y) { throw null; }
LessThanSystem.Data.SqlTypes.SqlDateTime4772         public static System.Data.SqlTypes.SqlBoolean LessThan(System.Data.SqlTypes.SqlDateTime x, System.Data.SqlTypes.SqlDateTime y) { throw null; }
LessThanOrEqualSystem.Data.SqlTypes.SqlDateTime4773         public static System.Data.SqlTypes.SqlBoolean LessThanOrEqual(System.Data.SqlTypes.SqlDateTime x, System.Data.SqlTypes.SqlDateTime y) { throw null; }
NotEqualsSystem.Data.SqlTypes.SqlDateTime4774         public static System.Data.SqlTypes.SqlBoolean NotEquals(System.Data.SqlTypes.SqlDateTime x, System.Data.SqlTypes.SqlDateTime y) { throw null; }
operator +System.Data.SqlTypes.SqlDateTime4775         public static System.Data.SqlTypes.SqlDateTime operator +(System.Data.SqlTypes.SqlDateTime x, System.TimeSpan t) { throw null; }
operator ==System.Data.SqlTypes.SqlDateTime4776         public static System.Data.SqlTypes.SqlBoolean operator ==(System.Data.SqlTypes.SqlDateTime x, System.Data.SqlTypes.SqlDateTime y) { throw null; }
operator System.DateTimeSystem.Data.SqlTypes.SqlDateTime4777         public static explicit operator System.DateTime (System.Data.SqlTypes.SqlDateTime x) { throw null; }
operator System.Data.SqlTypes.SqlDateTimeSystem.Data.SqlTypes.SqlDateTime4778         public static explicit operator System.Data.SqlTypes.SqlDateTime (System.Data.SqlTypes.SqlString x) { throw null; }
operator >System.Data.SqlTypes.SqlDateTime4779         public static System.Data.SqlTypes.SqlBoolean operator >(System.Data.SqlTypes.SqlDateTime x, System.Data.SqlTypes.SqlDateTime y) { throw null; }
operator >=System.Data.SqlTypes.SqlDateTime4780         public static System.Data.SqlTypes.SqlBoolean operator >=(System.Data.SqlTypes.SqlDateTime x, System.Data.SqlTypes.SqlDateTime y) { throw null; }
operator System.Data.SqlTypes.SqlDateTimeSystem.Data.SqlTypes.SqlDateTime4781         public static implicit operator System.Data.SqlTypes.SqlDateTime (System.DateTime value) { throw null; }
operator !=System.Data.SqlTypes.SqlDateTime4782         public static System.Data.SqlTypes.SqlBoolean operator !=(System.Data.SqlTypes.SqlDateTime x, System.Data.SqlTypes.SqlDateTime y) { throw null; }
operator <System.Data.SqlTypes.SqlDateTime4783         public static System.Data.SqlTypes.SqlBoolean operator <(System.Data.SqlTypes.SqlDateTime x, System.Data.SqlTypes.SqlDateTime y) { throw null; }
operator <=System.Data.SqlTypes.SqlDateTime4784         public static System.Data.SqlTypes.SqlBoolean operator <=(System.Data.SqlTypes.SqlDateTime x, System.Data.SqlTypes.SqlDateTime y) { throw null; }
operator -System.Data.SqlTypes.SqlDateTime4785         public static System.Data.SqlTypes.SqlDateTime operator -(System.Data.SqlTypes.SqlDateTime x, System.TimeSpan t) { throw null; }
ParseSystem.Data.SqlTypes.SqlDateTime4786         public static System.Data.SqlTypes.SqlDateTime Parse(string s) { throw null; }
SubtractSystem.Data.SqlTypes.SqlDateTime4787         public static System.Data.SqlTypes.SqlDateTime Subtract(System.Data.SqlTypes.SqlDateTime x, System.TimeSpan t) { throw null; }
System.Xml.Serialization.IXmlSerializable.GetSchemaSystem.Data.SqlTypes.SqlDateTime4788         System.Xml.Schema.XmlSchema System.Xml.Serialization.IXmlSerializable.GetSchema() { throw null; }
System.Xml.Serialization.IXmlSerializable.ReadXmlSystem.Data.SqlTypes.SqlDateTime4789         void System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader reader) { }
System.Xml.Serialization.IXmlSerializable.WriteXmlSystem.Data.SqlTypes.SqlDateTime4790         void System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter writer) { }
ToSqlStringSystem.Data.SqlTypes.SqlDateTime4791         public System.Data.SqlTypes.SqlString ToSqlString() { throw null; }
ToStringSystem.Data.SqlTypes.SqlDateTime4792         public override string ToString() { throw null; }
4793     }
4794     [System.Xml.Serialization.XmlSchemaProviderAttribute("GetXsdType")]
4795     [System.SerializableAttribute]
4796     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
4797     public partial struct SqlDecimal : System.Data.SqlTypes.INullable, System.IComparable, System.Xml.Serialization.IXmlSerializable
4798     {
4799         public static readonly byte MaxPrecision;
4800         public static readonly byte MaxScale;
4801         public static readonly System.Data.SqlTypes.SqlDecimal MaxValue;
4802         public static readonly System.Data.SqlTypes.SqlDecimal MinValue;
4803         public static readonly System.Data.SqlTypes.SqlDecimal Null;
SqlDecimalSystem.Data.SqlTypes.SqlDecimal4804         public SqlDecimal(byte bPrecision, byte bScale, bool fPositive, int data1, int data2, int data3, int data4) { throw null;}
SqlDecimalSystem.Data.SqlTypes.SqlDecimal4805         public SqlDecimal(byte bPrecision, byte bScale, bool fPositive, int[] bits) { throw null;}
SqlDecimalSystem.Data.SqlTypes.SqlDecimal4806         public SqlDecimal(decimal value) { throw null;}
SqlDecimalSystem.Data.SqlTypes.SqlDecimal4807         public SqlDecimal(double dVal) { throw null;}
SqlDecimalSystem.Data.SqlTypes.SqlDecimal4808         public SqlDecimal(int value) { throw null;}
SqlDecimalSystem.Data.SqlTypes.SqlDecimal4809         public SqlDecimal(long value) { throw null;}
4810         public byte[] BinData { get { throw null; } }
4811         public int[] Data { get { throw null; } }
4812         public bool IsNull { get { throw null; } }
4813         public bool IsPositive { get { throw null; } }
4814         public byte Precision { get { throw null; } }
4815         public byte Scale { get { throw null; } }
4816         public decimal Value { get { throw null; } }
AbsSystem.Data.SqlTypes.SqlDecimal4817         public static System.Data.SqlTypes.SqlDecimal Abs(System.Data.SqlTypes.SqlDecimal n) { throw null; }
AddSystem.Data.SqlTypes.SqlDecimal4818         public static System.Data.SqlTypes.SqlDecimal Add(System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y) { throw null; }
AdjustScaleSystem.Data.SqlTypes.SqlDecimal4819         public static System.Data.SqlTypes.SqlDecimal AdjustScale(System.Data.SqlTypes.SqlDecimal n, int digits, bool fRound) { throw null; }
CeilingSystem.Data.SqlTypes.SqlDecimal4820         public static System.Data.SqlTypes.SqlDecimal Ceiling(System.Data.SqlTypes.SqlDecimal n) { throw null; }
CompareToSystem.Data.SqlTypes.SqlDecimal4821         public int CompareTo(System.Data.SqlTypes.SqlDecimal value) { throw null; }
CompareToSystem.Data.SqlTypes.SqlDecimal4822         public int CompareTo(object value) { throw null; }
ConvertToPrecScaleSystem.Data.SqlTypes.SqlDecimal4823         public static System.Data.SqlTypes.SqlDecimal ConvertToPrecScale(System.Data.SqlTypes.SqlDecimal n, int precision, int scale) { throw null; }
DivideSystem.Data.SqlTypes.SqlDecimal4824         public static System.Data.SqlTypes.SqlDecimal Divide(System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y) { throw null; }
EqualsSystem.Data.SqlTypes.SqlDecimal4825         public static System.Data.SqlTypes.SqlBoolean Equals(System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y) { throw null; }
EqualsSystem.Data.SqlTypes.SqlDecimal4826         public override bool Equals(object value) { throw null; }
FloorSystem.Data.SqlTypes.SqlDecimal4827         public static System.Data.SqlTypes.SqlDecimal Floor(System.Data.SqlTypes.SqlDecimal n) { throw null; }
GetHashCodeSystem.Data.SqlTypes.SqlDecimal4828         public override int GetHashCode() { throw null; }
GetXsdTypeSystem.Data.SqlTypes.SqlDecimal4829         public static System.Xml.XmlQualifiedName GetXsdType(System.Xml.Schema.XmlSchemaSet schemaSet) { throw null; }
GreaterThanSystem.Data.SqlTypes.SqlDecimal4830         public static System.Data.SqlTypes.SqlBoolean GreaterThan(System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y) { throw null; }
GreaterThanOrEqualSystem.Data.SqlTypes.SqlDecimal4831         public static System.Data.SqlTypes.SqlBoolean GreaterThanOrEqual(System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y) { throw null; }
LessThanSystem.Data.SqlTypes.SqlDecimal4832         public static System.Data.SqlTypes.SqlBoolean LessThan(System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y) { throw null; }
LessThanOrEqualSystem.Data.SqlTypes.SqlDecimal4833         public static System.Data.SqlTypes.SqlBoolean LessThanOrEqual(System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y) { throw null; }
MultiplySystem.Data.SqlTypes.SqlDecimal4834         public static System.Data.SqlTypes.SqlDecimal Multiply(System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y) { throw null; }
NotEqualsSystem.Data.SqlTypes.SqlDecimal4835         public static System.Data.SqlTypes.SqlBoolean NotEquals(System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y) { throw null; }
operator +System.Data.SqlTypes.SqlDecimal4836         public static System.Data.SqlTypes.SqlDecimal operator +(System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y) { throw null; }
operator /System.Data.SqlTypes.SqlDecimal4837         public static System.Data.SqlTypes.SqlDecimal operator /(System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y) { throw null; }
operator ==System.Data.SqlTypes.SqlDecimal4838         public static System.Data.SqlTypes.SqlBoolean operator ==(System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y) { throw null; }
operator System.Data.SqlTypes.SqlDecimalSystem.Data.SqlTypes.SqlDecimal4839         public static explicit operator System.Data.SqlTypes.SqlDecimal (System.Data.SqlTypes.SqlBoolean x) { throw null; }
operator decimalSystem.Data.SqlTypes.SqlDecimal4840         public static explicit operator decimal (System.Data.SqlTypes.SqlDecimal x) { throw null; }
operator System.Data.SqlTypes.SqlDecimalSystem.Data.SqlTypes.SqlDecimal4841         public static explicit operator System.Data.SqlTypes.SqlDecimal (System.Data.SqlTypes.SqlDouble x) { throw null; }
operator System.Data.SqlTypes.SqlDecimalSystem.Data.SqlTypes.SqlDecimal4842         public static explicit operator System.Data.SqlTypes.SqlDecimal (System.Data.SqlTypes.SqlSingle x) { throw null; }
operator System.Data.SqlTypes.SqlDecimalSystem.Data.SqlTypes.SqlDecimal4843         public static explicit operator System.Data.SqlTypes.SqlDecimal (System.Data.SqlTypes.SqlString x) { throw null; }
operator System.Data.SqlTypes.SqlDecimalSystem.Data.SqlTypes.SqlDecimal4844         public static explicit operator System.Data.SqlTypes.SqlDecimal (double x) { throw null; }
operator >System.Data.SqlTypes.SqlDecimal4845         public static System.Data.SqlTypes.SqlBoolean operator >(System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y) { throw null; }
operator >=System.Data.SqlTypes.SqlDecimal4846         public static System.Data.SqlTypes.SqlBoolean operator >=(System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y) { throw null; }
operator System.Data.SqlTypes.SqlDecimalSystem.Data.SqlTypes.SqlDecimal4847         public static implicit operator System.Data.SqlTypes.SqlDecimal (System.Data.SqlTypes.SqlByte x) { throw null; }
operator System.Data.SqlTypes.SqlDecimalSystem.Data.SqlTypes.SqlDecimal4848         public static implicit operator System.Data.SqlTypes.SqlDecimal (System.Data.SqlTypes.SqlInt16 x) { throw null; }
operator System.Data.SqlTypes.SqlDecimalSystem.Data.SqlTypes.SqlDecimal4849         public static implicit operator System.Data.SqlTypes.SqlDecimal (System.Data.SqlTypes.SqlInt32 x) { throw null; }
operator System.Data.SqlTypes.SqlDecimalSystem.Data.SqlTypes.SqlDecimal4850         public static implicit operator System.Data.SqlTypes.SqlDecimal (System.Data.SqlTypes.SqlInt64 x) { throw null; }
operator System.Data.SqlTypes.SqlDecimalSystem.Data.SqlTypes.SqlDecimal4851         public static implicit operator System.Data.SqlTypes.SqlDecimal (System.Data.SqlTypes.SqlMoney x) { throw null; }
operator System.Data.SqlTypes.SqlDecimalSystem.Data.SqlTypes.SqlDecimal4852         public static implicit operator System.Data.SqlTypes.SqlDecimal (decimal x) { throw null; }
operator System.Data.SqlTypes.SqlDecimalSystem.Data.SqlTypes.SqlDecimal4853         public static implicit operator System.Data.SqlTypes.SqlDecimal (long x) { throw null; }
operator !=System.Data.SqlTypes.SqlDecimal4854         public static System.Data.SqlTypes.SqlBoolean operator !=(System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y) { throw null; }
operator <System.Data.SqlTypes.SqlDecimal4855         public static System.Data.SqlTypes.SqlBoolean operator <(System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y) { throw null; }
operator <=System.Data.SqlTypes.SqlDecimal4856         public static System.Data.SqlTypes.SqlBoolean operator <=(System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y) { throw null; }
operator *System.Data.SqlTypes.SqlDecimal4857         public static System.Data.SqlTypes.SqlDecimal operator *(System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y) { throw null; }
operator -System.Data.SqlTypes.SqlDecimal4858         public static System.Data.SqlTypes.SqlDecimal operator -(System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y) { throw null; }
operator -System.Data.SqlTypes.SqlDecimal4859         public static System.Data.SqlTypes.SqlDecimal operator -(System.Data.SqlTypes.SqlDecimal x) { throw null; }
ParseSystem.Data.SqlTypes.SqlDecimal4860         public static System.Data.SqlTypes.SqlDecimal Parse(string s) { throw null; }
PowerSystem.Data.SqlTypes.SqlDecimal4861         public static System.Data.SqlTypes.SqlDecimal Power(System.Data.SqlTypes.SqlDecimal n, double exp) { throw null; }
RoundSystem.Data.SqlTypes.SqlDecimal4862         public static System.Data.SqlTypes.SqlDecimal Round(System.Data.SqlTypes.SqlDecimal n, int position) { throw null; }
SignSystem.Data.SqlTypes.SqlDecimal4863         public static System.Data.SqlTypes.SqlInt32 Sign(System.Data.SqlTypes.SqlDecimal n) { throw null; }
SubtractSystem.Data.SqlTypes.SqlDecimal4864         public static System.Data.SqlTypes.SqlDecimal Subtract(System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y) { throw null; }
System.Xml.Serialization.IXmlSerializable.GetSchemaSystem.Data.SqlTypes.SqlDecimal4865         System.Xml.Schema.XmlSchema System.Xml.Serialization.IXmlSerializable.GetSchema() { throw null; }
System.Xml.Serialization.IXmlSerializable.ReadXmlSystem.Data.SqlTypes.SqlDecimal4866         void System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader reader) { }
System.Xml.Serialization.IXmlSerializable.WriteXmlSystem.Data.SqlTypes.SqlDecimal4867         void System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter writer) { }
ToDoubleSystem.Data.SqlTypes.SqlDecimal4868         public double ToDouble() { throw null; }
ToSqlBooleanSystem.Data.SqlTypes.SqlDecimal4869         public System.Data.SqlTypes.SqlBoolean ToSqlBoolean() { throw null; }
ToSqlByteSystem.Data.SqlTypes.SqlDecimal4870         public System.Data.SqlTypes.SqlByte ToSqlByte() { throw null; }
ToSqlDoubleSystem.Data.SqlTypes.SqlDecimal4871         public System.Data.SqlTypes.SqlDouble ToSqlDouble() { throw null; }
ToSqlInt16System.Data.SqlTypes.SqlDecimal4872         public System.Data.SqlTypes.SqlInt16 ToSqlInt16() { throw null; }
ToSqlInt32System.Data.SqlTypes.SqlDecimal4873         public System.Data.SqlTypes.SqlInt32 ToSqlInt32() { throw null; }
ToSqlInt64System.Data.SqlTypes.SqlDecimal4874         public System.Data.SqlTypes.SqlInt64 ToSqlInt64() { throw null; }
ToSqlMoneySystem.Data.SqlTypes.SqlDecimal4875         public System.Data.SqlTypes.SqlMoney ToSqlMoney() { throw null; }
ToSqlSingleSystem.Data.SqlTypes.SqlDecimal4876         public System.Data.SqlTypes.SqlSingle ToSqlSingle() { throw null; }
ToSqlStringSystem.Data.SqlTypes.SqlDecimal4877         public System.Data.SqlTypes.SqlString ToSqlString() { throw null; }
ToStringSystem.Data.SqlTypes.SqlDecimal4878         public override string ToString() { throw null; }
TruncateSystem.Data.SqlTypes.SqlDecimal4879         public static System.Data.SqlTypes.SqlDecimal Truncate(System.Data.SqlTypes.SqlDecimal n, int position) { throw null; }
4880     }
4881     [System.Xml.Serialization.XmlSchemaProviderAttribute("GetXsdType")]
4882     [System.SerializableAttribute]
4883     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
4884     public partial struct SqlDouble : System.Data.SqlTypes.INullable, System.IComparable, System.Xml.Serialization.IXmlSerializable
4885     {
4886         public static readonly System.Data.SqlTypes.SqlDouble MaxValue;
4887         public static readonly System.Data.SqlTypes.SqlDouble MinValue;
4888         public static readonly System.Data.SqlTypes.SqlDouble Null;
4889         public static readonly System.Data.SqlTypes.SqlDouble Zero;
SqlDoubleSystem.Data.SqlTypes.SqlDouble4890         public SqlDouble(double value) { throw null;}
4891         public bool IsNull { get { throw null; } }
4892         public double Value { get { throw null; } }
AddSystem.Data.SqlTypes.SqlDouble4893         public static System.Data.SqlTypes.SqlDouble Add(System.Data.SqlTypes.SqlDouble x, System.Data.SqlTypes.SqlDouble y) { throw null; }
CompareToSystem.Data.SqlTypes.SqlDouble4894         public int CompareTo(System.Data.SqlTypes.SqlDouble value) { throw null; }
CompareToSystem.Data.SqlTypes.SqlDouble4895         public int CompareTo(object value) { throw null; }
DivideSystem.Data.SqlTypes.SqlDouble4896         public static System.Data.SqlTypes.SqlDouble Divide(System.Data.SqlTypes.SqlDouble x, System.Data.SqlTypes.SqlDouble y) { throw null; }
EqualsSystem.Data.SqlTypes.SqlDouble4897         public static System.Data.SqlTypes.SqlBoolean Equals(System.Data.SqlTypes.SqlDouble x, System.Data.SqlTypes.SqlDouble y) { throw null; }
EqualsSystem.Data.SqlTypes.SqlDouble4898         public override bool Equals(object value) { throw null; }
GetHashCodeSystem.Data.SqlTypes.SqlDouble4899         public override int GetHashCode() { throw null; }
GetXsdTypeSystem.Data.SqlTypes.SqlDouble4900         public static System.Xml.XmlQualifiedName GetXsdType(System.Xml.Schema.XmlSchemaSet schemaSet) { throw null; }
GreaterThanSystem.Data.SqlTypes.SqlDouble4901         public static System.Data.SqlTypes.SqlBoolean GreaterThan(System.Data.SqlTypes.SqlDouble x, System.Data.SqlTypes.SqlDouble y) { throw null; }
GreaterThanOrEqualSystem.Data.SqlTypes.SqlDouble4902         public static System.Data.SqlTypes.SqlBoolean GreaterThanOrEqual(System.Data.SqlTypes.SqlDouble x, System.Data.SqlTypes.SqlDouble y) { throw null; }
LessThanSystem.Data.SqlTypes.SqlDouble4903         public static System.Data.SqlTypes.SqlBoolean LessThan(System.Data.SqlTypes.SqlDouble x, System.Data.SqlTypes.SqlDouble y) { throw null; }
LessThanOrEqualSystem.Data.SqlTypes.SqlDouble4904         public static System.Data.SqlTypes.SqlBoolean LessThanOrEqual(System.Data.SqlTypes.SqlDouble x, System.Data.SqlTypes.SqlDouble y) { throw null; }
MultiplySystem.Data.SqlTypes.SqlDouble4905         public static System.Data.SqlTypes.SqlDouble Multiply(System.Data.SqlTypes.SqlDouble x, System.Data.SqlTypes.SqlDouble y) { throw null; }
NotEqualsSystem.Data.SqlTypes.SqlDouble4906         public static System.Data.SqlTypes.SqlBoolean NotEquals(System.Data.SqlTypes.SqlDouble x, System.Data.SqlTypes.SqlDouble y) { throw null; }
operator +System.Data.SqlTypes.SqlDouble4907         public static System.Data.SqlTypes.SqlDouble operator +(System.Data.SqlTypes.SqlDouble x, System.Data.SqlTypes.SqlDouble y) { throw null; }
operator /System.Data.SqlTypes.SqlDouble4908         public static System.Data.SqlTypes.SqlDouble operator /(System.Data.SqlTypes.SqlDouble x, System.Data.SqlTypes.SqlDouble y) { throw null; }
operator ==System.Data.SqlTypes.SqlDouble4909         public static System.Data.SqlTypes.SqlBoolean operator ==(System.Data.SqlTypes.SqlDouble x, System.Data.SqlTypes.SqlDouble y) { throw null; }
operator System.Data.SqlTypes.SqlDoubleSystem.Data.SqlTypes.SqlDouble4910         public static explicit operator System.Data.SqlTypes.SqlDouble (System.Data.SqlTypes.SqlBoolean x) { throw null; }
operator doubleSystem.Data.SqlTypes.SqlDouble4911         public static explicit operator double (System.Data.SqlTypes.SqlDouble x) { throw null; }
operator System.Data.SqlTypes.SqlDoubleSystem.Data.SqlTypes.SqlDouble4912         public static explicit operator System.Data.SqlTypes.SqlDouble (System.Data.SqlTypes.SqlString x) { throw null; }
operator >System.Data.SqlTypes.SqlDouble4913         public static System.Data.SqlTypes.SqlBoolean operator >(System.Data.SqlTypes.SqlDouble x, System.Data.SqlTypes.SqlDouble y) { throw null; }
operator >=System.Data.SqlTypes.SqlDouble4914         public static System.Data.SqlTypes.SqlBoolean operator >=(System.Data.SqlTypes.SqlDouble x, System.Data.SqlTypes.SqlDouble y) { throw null; }
operator System.Data.SqlTypes.SqlDoubleSystem.Data.SqlTypes.SqlDouble4915         public static implicit operator System.Data.SqlTypes.SqlDouble (System.Data.SqlTypes.SqlByte x) { throw null; }
operator System.Data.SqlTypes.SqlDoubleSystem.Data.SqlTypes.SqlDouble4916         public static implicit operator System.Data.SqlTypes.SqlDouble (System.Data.SqlTypes.SqlDecimal x) { throw null; }
operator System.Data.SqlTypes.SqlDoubleSystem.Data.SqlTypes.SqlDouble4917         public static implicit operator System.Data.SqlTypes.SqlDouble (System.Data.SqlTypes.SqlInt16 x) { throw null; }
operator System.Data.SqlTypes.SqlDoubleSystem.Data.SqlTypes.SqlDouble4918         public static implicit operator System.Data.SqlTypes.SqlDouble (System.Data.SqlTypes.SqlInt32 x) { throw null; }
operator System.Data.SqlTypes.SqlDoubleSystem.Data.SqlTypes.SqlDouble4919         public static implicit operator System.Data.SqlTypes.SqlDouble (System.Data.SqlTypes.SqlInt64 x) { throw null; }
operator System.Data.SqlTypes.SqlDoubleSystem.Data.SqlTypes.SqlDouble4920         public static implicit operator System.Data.SqlTypes.SqlDouble (System.Data.SqlTypes.SqlMoney x) { throw null; }
operator System.Data.SqlTypes.SqlDoubleSystem.Data.SqlTypes.SqlDouble4921         public static implicit operator System.Data.SqlTypes.SqlDouble (System.Data.SqlTypes.SqlSingle x) { throw null; }
operator System.Data.SqlTypes.SqlDoubleSystem.Data.SqlTypes.SqlDouble4922         public static implicit operator System.Data.SqlTypes.SqlDouble (double x) { throw null; }
operator !=System.Data.SqlTypes.SqlDouble4923         public static System.Data.SqlTypes.SqlBoolean operator !=(System.Data.SqlTypes.SqlDouble x, System.Data.SqlTypes.SqlDouble y) { throw null; }
operator <System.Data.SqlTypes.SqlDouble4924         public static System.Data.SqlTypes.SqlBoolean operator <(System.Data.SqlTypes.SqlDouble x, System.Data.SqlTypes.SqlDouble y) { throw null; }
operator <=System.Data.SqlTypes.SqlDouble4925         public static System.Data.SqlTypes.SqlBoolean operator <=(System.Data.SqlTypes.SqlDouble x, System.Data.SqlTypes.SqlDouble y) { throw null; }
operator *System.Data.SqlTypes.SqlDouble4926         public static System.Data.SqlTypes.SqlDouble operator *(System.Data.SqlTypes.SqlDouble x, System.Data.SqlTypes.SqlDouble y) { throw null; }
operator -System.Data.SqlTypes.SqlDouble4927         public static System.Data.SqlTypes.SqlDouble operator -(System.Data.SqlTypes.SqlDouble x, System.Data.SqlTypes.SqlDouble y) { throw null; }
operator -System.Data.SqlTypes.SqlDouble4928         public static System.Data.SqlTypes.SqlDouble operator -(System.Data.SqlTypes.SqlDouble x) { throw null; }
ParseSystem.Data.SqlTypes.SqlDouble4929         public static System.Data.SqlTypes.SqlDouble Parse(string s) { throw null; }
SubtractSystem.Data.SqlTypes.SqlDouble4930         public static System.Data.SqlTypes.SqlDouble Subtract(System.Data.SqlTypes.SqlDouble x, System.Data.SqlTypes.SqlDouble y) { throw null; }
System.Xml.Serialization.IXmlSerializable.GetSchemaSystem.Data.SqlTypes.SqlDouble4931         System.Xml.Schema.XmlSchema System.Xml.Serialization.IXmlSerializable.GetSchema() { throw null; }
System.Xml.Serialization.IXmlSerializable.ReadXmlSystem.Data.SqlTypes.SqlDouble4932         void System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader reader) { }
System.Xml.Serialization.IXmlSerializable.WriteXmlSystem.Data.SqlTypes.SqlDouble4933         void System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter writer) { }
ToSqlBooleanSystem.Data.SqlTypes.SqlDouble4934         public System.Data.SqlTypes.SqlBoolean ToSqlBoolean() { throw null; }
ToSqlByteSystem.Data.SqlTypes.SqlDouble4935         public System.Data.SqlTypes.SqlByte ToSqlByte() { throw null; }
ToSqlDecimalSystem.Data.SqlTypes.SqlDouble4936         public System.Data.SqlTypes.SqlDecimal ToSqlDecimal() { throw null; }
ToSqlInt16System.Data.SqlTypes.SqlDouble4937         public System.Data.SqlTypes.SqlInt16 ToSqlInt16() { throw null; }
ToSqlInt32System.Data.SqlTypes.SqlDouble4938         public System.Data.SqlTypes.SqlInt32 ToSqlInt32() { throw null; }
ToSqlInt64System.Data.SqlTypes.SqlDouble4939         public System.Data.SqlTypes.SqlInt64 ToSqlInt64() { throw null; }
ToSqlMoneySystem.Data.SqlTypes.SqlDouble4940         public System.Data.SqlTypes.SqlMoney ToSqlMoney() { throw null; }
ToSqlSingleSystem.Data.SqlTypes.SqlDouble4941         public System.Data.SqlTypes.SqlSingle ToSqlSingle() { throw null; }
ToSqlStringSystem.Data.SqlTypes.SqlDouble4942         public System.Data.SqlTypes.SqlString ToSqlString() { throw null; }
ToStringSystem.Data.SqlTypes.SqlDouble4943         public override string ToString() { throw null; }
4944     }
4945     [System.Xml.Serialization.XmlSchemaProviderAttribute("GetXsdType")]
4946     [System.SerializableAttribute]
4947     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
4948     public partial struct SqlGuid : System.Data.SqlTypes.INullable, System.IComparable, System.Xml.Serialization.IXmlSerializable
4949     {
4950         public static readonly System.Data.SqlTypes.SqlGuid Null;
SqlGuidSystem.Data.SqlTypes.SqlGuid4951         public SqlGuid(byte[] value) { throw null;}
SqlGuidSystem.Data.SqlTypes.SqlGuid4952         public SqlGuid(System.Guid g) { throw null;}
SqlGuidSystem.Data.SqlTypes.SqlGuid4953         public SqlGuid(int a, short b, short c, byte d, byte e, byte f, byte g, byte h, byte i, byte j, byte k) { throw null;}
SqlGuidSystem.Data.SqlTypes.SqlGuid4954         public SqlGuid(string s) { throw null;}
4955         public bool IsNull { get { throw null; } }
4956         public System.Guid Value { get { throw null; } }
CompareToSystem.Data.SqlTypes.SqlGuid4957         public int CompareTo(System.Data.SqlTypes.SqlGuid value) { throw null; }
CompareToSystem.Data.SqlTypes.SqlGuid4958         public int CompareTo(object value) { throw null; }
EqualsSystem.Data.SqlTypes.SqlGuid4959         public static System.Data.SqlTypes.SqlBoolean Equals(System.Data.SqlTypes.SqlGuid x, System.Data.SqlTypes.SqlGuid y) { throw null; }
EqualsSystem.Data.SqlTypes.SqlGuid4960         public override bool Equals(object value) { throw null; }
GetHashCodeSystem.Data.SqlTypes.SqlGuid4961         public override int GetHashCode() { throw null; }
GetXsdTypeSystem.Data.SqlTypes.SqlGuid4962         public static System.Xml.XmlQualifiedName GetXsdType(System.Xml.Schema.XmlSchemaSet schemaSet) { throw null; }
GreaterThanSystem.Data.SqlTypes.SqlGuid4963         public static System.Data.SqlTypes.SqlBoolean GreaterThan(System.Data.SqlTypes.SqlGuid x, System.Data.SqlTypes.SqlGuid y) { throw null; }
GreaterThanOrEqualSystem.Data.SqlTypes.SqlGuid4964         public static System.Data.SqlTypes.SqlBoolean GreaterThanOrEqual(System.Data.SqlTypes.SqlGuid x, System.Data.SqlTypes.SqlGuid y) { throw null; }
LessThanSystem.Data.SqlTypes.SqlGuid4965         public static System.Data.SqlTypes.SqlBoolean LessThan(System.Data.SqlTypes.SqlGuid x, System.Data.SqlTypes.SqlGuid y) { throw null; }
LessThanOrEqualSystem.Data.SqlTypes.SqlGuid4966         public static System.Data.SqlTypes.SqlBoolean LessThanOrEqual(System.Data.SqlTypes.SqlGuid x, System.Data.SqlTypes.SqlGuid y) { throw null; }
NotEqualsSystem.Data.SqlTypes.SqlGuid4967         public static System.Data.SqlTypes.SqlBoolean NotEquals(System.Data.SqlTypes.SqlGuid x, System.Data.SqlTypes.SqlGuid y) { throw null; }
operator ==System.Data.SqlTypes.SqlGuid4968         public static System.Data.SqlTypes.SqlBoolean operator ==(System.Data.SqlTypes.SqlGuid x, System.Data.SqlTypes.SqlGuid y) { throw null; }
operator System.Data.SqlTypes.SqlGuidSystem.Data.SqlTypes.SqlGuid4969         public static explicit operator System.Data.SqlTypes.SqlGuid (System.Data.SqlTypes.SqlBinary x) { throw null; }
operator System.GuidSystem.Data.SqlTypes.SqlGuid4970         public static explicit operator System.Guid (System.Data.SqlTypes.SqlGuid x) { throw null; }
operator System.Data.SqlTypes.SqlGuidSystem.Data.SqlTypes.SqlGuid4971         public static explicit operator System.Data.SqlTypes.SqlGuid (System.Data.SqlTypes.SqlString x) { throw null; }
operator >System.Data.SqlTypes.SqlGuid4972         public static System.Data.SqlTypes.SqlBoolean operator >(System.Data.SqlTypes.SqlGuid x, System.Data.SqlTypes.SqlGuid y) { throw null; }
operator >=System.Data.SqlTypes.SqlGuid4973         public static System.Data.SqlTypes.SqlBoolean operator >=(System.Data.SqlTypes.SqlGuid x, System.Data.SqlTypes.SqlGuid y) { throw null; }
operator System.Data.SqlTypes.SqlGuidSystem.Data.SqlTypes.SqlGuid4974         public static implicit operator System.Data.SqlTypes.SqlGuid (System.Guid x) { throw null; }
operator !=System.Data.SqlTypes.SqlGuid4975         public static System.Data.SqlTypes.SqlBoolean operator !=(System.Data.SqlTypes.SqlGuid x, System.Data.SqlTypes.SqlGuid y) { throw null; }
operator <System.Data.SqlTypes.SqlGuid4976         public static System.Data.SqlTypes.SqlBoolean operator <(System.Data.SqlTypes.SqlGuid x, System.Data.SqlTypes.SqlGuid y) { throw null; }
operator <=System.Data.SqlTypes.SqlGuid4977         public static System.Data.SqlTypes.SqlBoolean operator <=(System.Data.SqlTypes.SqlGuid x, System.Data.SqlTypes.SqlGuid y) { throw null; }
ParseSystem.Data.SqlTypes.SqlGuid4978         public static System.Data.SqlTypes.SqlGuid Parse(string s) { throw null; }
System.Xml.Serialization.IXmlSerializable.GetSchemaSystem.Data.SqlTypes.SqlGuid4979         System.Xml.Schema.XmlSchema System.Xml.Serialization.IXmlSerializable.GetSchema() { throw null; }
System.Xml.Serialization.IXmlSerializable.ReadXmlSystem.Data.SqlTypes.SqlGuid4980         void System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader reader) { }
System.Xml.Serialization.IXmlSerializable.WriteXmlSystem.Data.SqlTypes.SqlGuid4981         void System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter writer) { }
ToByteArraySystem.Data.SqlTypes.SqlGuid4982         public byte[] ToByteArray() { throw null; }
ToSqlBinarySystem.Data.SqlTypes.SqlGuid4983         public System.Data.SqlTypes.SqlBinary ToSqlBinary() { throw null; }
ToSqlStringSystem.Data.SqlTypes.SqlGuid4984         public System.Data.SqlTypes.SqlString ToSqlString() { throw null; }
ToStringSystem.Data.SqlTypes.SqlGuid4985         public override string ToString() { throw null; }
4986     }
4987     [System.Xml.Serialization.XmlSchemaProviderAttribute("GetXsdType")]
4988     [System.SerializableAttribute]
4989     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
4990     public partial struct SqlInt16 : System.Data.SqlTypes.INullable, System.IComparable, System.Xml.Serialization.IXmlSerializable
4991     {
4992         public static readonly System.Data.SqlTypes.SqlInt16 MaxValue;
4993         public static readonly System.Data.SqlTypes.SqlInt16 MinValue;
4994         public static readonly System.Data.SqlTypes.SqlInt16 Null;
4995         public static readonly System.Data.SqlTypes.SqlInt16 Zero;
SqlInt16System.Data.SqlTypes.SqlInt164996         public SqlInt16(short value) { throw null;}
4997         public bool IsNull { get { throw null; } }
4998         public short Value { get { throw null; } }
AddSystem.Data.SqlTypes.SqlInt164999         public static System.Data.SqlTypes.SqlInt16 Add(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) { throw null; }
BitwiseAndSystem.Data.SqlTypes.SqlInt165000         public static System.Data.SqlTypes.SqlInt16 BitwiseAnd(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) { throw null; }
BitwiseOrSystem.Data.SqlTypes.SqlInt165001         public static System.Data.SqlTypes.SqlInt16 BitwiseOr(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) { throw null; }
CompareToSystem.Data.SqlTypes.SqlInt165002         public int CompareTo(System.Data.SqlTypes.SqlInt16 value) { throw null; }
CompareToSystem.Data.SqlTypes.SqlInt165003         public int CompareTo(object value) { throw null; }
DivideSystem.Data.SqlTypes.SqlInt165004         public static System.Data.SqlTypes.SqlInt16 Divide(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) { throw null; }
EqualsSystem.Data.SqlTypes.SqlInt165005         public static System.Data.SqlTypes.SqlBoolean Equals(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) { throw null; }
EqualsSystem.Data.SqlTypes.SqlInt165006         public override bool Equals(object value) { throw null; }
GetHashCodeSystem.Data.SqlTypes.SqlInt165007         public override int GetHashCode() { throw null; }
GetXsdTypeSystem.Data.SqlTypes.SqlInt165008         public static System.Xml.XmlQualifiedName GetXsdType(System.Xml.Schema.XmlSchemaSet schemaSet) { throw null; }
GreaterThanSystem.Data.SqlTypes.SqlInt165009         public static System.Data.SqlTypes.SqlBoolean GreaterThan(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) { throw null; }
GreaterThanOrEqualSystem.Data.SqlTypes.SqlInt165010         public static System.Data.SqlTypes.SqlBoolean GreaterThanOrEqual(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) { throw null; }
LessThanSystem.Data.SqlTypes.SqlInt165011         public static System.Data.SqlTypes.SqlBoolean LessThan(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) { throw null; }
LessThanOrEqualSystem.Data.SqlTypes.SqlInt165012         public static System.Data.SqlTypes.SqlBoolean LessThanOrEqual(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) { throw null; }
ModSystem.Data.SqlTypes.SqlInt165013         public static System.Data.SqlTypes.SqlInt16 Mod(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) { throw null; }
ModulusSystem.Data.SqlTypes.SqlInt165014         public static System.Data.SqlTypes.SqlInt16 Modulus(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) { throw null; }
MultiplySystem.Data.SqlTypes.SqlInt165015         public static System.Data.SqlTypes.SqlInt16 Multiply(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) { throw null; }
NotEqualsSystem.Data.SqlTypes.SqlInt165016         public static System.Data.SqlTypes.SqlBoolean NotEquals(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) { throw null; }
OnesComplementSystem.Data.SqlTypes.SqlInt165017         public static System.Data.SqlTypes.SqlInt16 OnesComplement(System.Data.SqlTypes.SqlInt16 x) { throw null; }
operator +System.Data.SqlTypes.SqlInt165018         public static System.Data.SqlTypes.SqlInt16 operator +(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) { throw null; }
operator &System.Data.SqlTypes.SqlInt165019         public static System.Data.SqlTypes.SqlInt16 operator &(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) { throw null; }
operator |System.Data.SqlTypes.SqlInt165020         public static System.Data.SqlTypes.SqlInt16 operator |(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) { throw null; }
operator /System.Data.SqlTypes.SqlInt165021         public static System.Data.SqlTypes.SqlInt16 operator /(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) { throw null; }
operator ==System.Data.SqlTypes.SqlInt165022         public static System.Data.SqlTypes.SqlBoolean operator ==(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) { throw null; }
operator ^System.Data.SqlTypes.SqlInt165023         public static System.Data.SqlTypes.SqlInt16 operator ^(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) { throw null; }
operator System.Data.SqlTypes.SqlInt16System.Data.SqlTypes.SqlInt165024         public static explicit operator System.Data.SqlTypes.SqlInt16 (System.Data.SqlTypes.SqlBoolean x) { throw null; }
operator System.Data.SqlTypes.SqlInt16System.Data.SqlTypes.SqlInt165025         public static explicit operator System.Data.SqlTypes.SqlInt16 (System.Data.SqlTypes.SqlDecimal x) { throw null; }
operator System.Data.SqlTypes.SqlInt16System.Data.SqlTypes.SqlInt165026         public static explicit operator System.Data.SqlTypes.SqlInt16 (System.Data.SqlTypes.SqlDouble x) { throw null; }
operator shortSystem.Data.SqlTypes.SqlInt165027         public static explicit operator short (System.Data.SqlTypes.SqlInt16 x) { throw null; }
operator System.Data.SqlTypes.SqlInt16System.Data.SqlTypes.SqlInt165028         public static explicit operator System.Data.SqlTypes.SqlInt16 (System.Data.SqlTypes.SqlInt32 x) { throw null; }
operator System.Data.SqlTypes.SqlInt16System.Data.SqlTypes.SqlInt165029         public static explicit operator System.Data.SqlTypes.SqlInt16 (System.Data.SqlTypes.SqlInt64 x) { throw null; }
operator System.Data.SqlTypes.SqlInt16System.Data.SqlTypes.SqlInt165030         public static explicit operator System.Data.SqlTypes.SqlInt16 (System.Data.SqlTypes.SqlMoney x) { throw null; }
operator System.Data.SqlTypes.SqlInt16System.Data.SqlTypes.SqlInt165031         public static explicit operator System.Data.SqlTypes.SqlInt16 (System.Data.SqlTypes.SqlSingle x) { throw null; }
operator System.Data.SqlTypes.SqlInt16System.Data.SqlTypes.SqlInt165032         public static explicit operator System.Data.SqlTypes.SqlInt16 (System.Data.SqlTypes.SqlString x) { throw null; }
operator >System.Data.SqlTypes.SqlInt165033         public static System.Data.SqlTypes.SqlBoolean operator >(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) { throw null; }
operator >=System.Data.SqlTypes.SqlInt165034         public static System.Data.SqlTypes.SqlBoolean operator >=(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) { throw null; }
operator System.Data.SqlTypes.SqlInt16System.Data.SqlTypes.SqlInt165035         public static implicit operator System.Data.SqlTypes.SqlInt16 (System.Data.SqlTypes.SqlByte x) { throw null; }
operator System.Data.SqlTypes.SqlInt16System.Data.SqlTypes.SqlInt165036         public static implicit operator System.Data.SqlTypes.SqlInt16 (short x) { throw null; }
operator !=System.Data.SqlTypes.SqlInt165037         public static System.Data.SqlTypes.SqlBoolean operator !=(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) { throw null; }
operator <System.Data.SqlTypes.SqlInt165038         public static System.Data.SqlTypes.SqlBoolean operator <(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) { throw null; }
operator <=System.Data.SqlTypes.SqlInt165039         public static System.Data.SqlTypes.SqlBoolean operator <=(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) { throw null; }
operator %System.Data.SqlTypes.SqlInt165040         public static System.Data.SqlTypes.SqlInt16 operator %(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) { throw null; }
operator *System.Data.SqlTypes.SqlInt165041         public static System.Data.SqlTypes.SqlInt16 operator *(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) { throw null; }
operator ~System.Data.SqlTypes.SqlInt165042         public static System.Data.SqlTypes.SqlInt16 operator ~(System.Data.SqlTypes.SqlInt16 x) { throw null; }
operator -System.Data.SqlTypes.SqlInt165043         public static System.Data.SqlTypes.SqlInt16 operator -(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) { throw null; }
operator -System.Data.SqlTypes.SqlInt165044         public static System.Data.SqlTypes.SqlInt16 operator -(System.Data.SqlTypes.SqlInt16 x) { throw null; }
ParseSystem.Data.SqlTypes.SqlInt165045         public static System.Data.SqlTypes.SqlInt16 Parse(string s) { throw null; }
SubtractSystem.Data.SqlTypes.SqlInt165046         public static System.Data.SqlTypes.SqlInt16 Subtract(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) { throw null; }
System.Xml.Serialization.IXmlSerializable.GetSchemaSystem.Data.SqlTypes.SqlInt165047         System.Xml.Schema.XmlSchema System.Xml.Serialization.IXmlSerializable.GetSchema() { throw null; }
System.Xml.Serialization.IXmlSerializable.ReadXmlSystem.Data.SqlTypes.SqlInt165048         void System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader reader) { }
System.Xml.Serialization.IXmlSerializable.WriteXmlSystem.Data.SqlTypes.SqlInt165049         void System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter writer) { }
ToSqlBooleanSystem.Data.SqlTypes.SqlInt165050         public System.Data.SqlTypes.SqlBoolean ToSqlBoolean() { throw null; }
ToSqlByteSystem.Data.SqlTypes.SqlInt165051         public System.Data.SqlTypes.SqlByte ToSqlByte() { throw null; }
ToSqlDecimalSystem.Data.SqlTypes.SqlInt165052         public System.Data.SqlTypes.SqlDecimal ToSqlDecimal() { throw null; }
ToSqlDoubleSystem.Data.SqlTypes.SqlInt165053         public System.Data.SqlTypes.SqlDouble ToSqlDouble() { throw null; }
ToSqlInt32System.Data.SqlTypes.SqlInt165054         public System.Data.SqlTypes.SqlInt32 ToSqlInt32() { throw null; }
ToSqlInt64System.Data.SqlTypes.SqlInt165055         public System.Data.SqlTypes.SqlInt64 ToSqlInt64() { throw null; }
ToSqlMoneySystem.Data.SqlTypes.SqlInt165056         public System.Data.SqlTypes.SqlMoney ToSqlMoney() { throw null; }
ToSqlSingleSystem.Data.SqlTypes.SqlInt165057         public System.Data.SqlTypes.SqlSingle ToSqlSingle() { throw null; }
ToSqlStringSystem.Data.SqlTypes.SqlInt165058         public System.Data.SqlTypes.SqlString ToSqlString() { throw null; }
ToStringSystem.Data.SqlTypes.SqlInt165059         public override string ToString() { throw null; }
XorSystem.Data.SqlTypes.SqlInt165060         public static System.Data.SqlTypes.SqlInt16 Xor(System.Data.SqlTypes.SqlInt16 x, System.Data.SqlTypes.SqlInt16 y) { throw null; }
5061     }
5062     [System.Xml.Serialization.XmlSchemaProviderAttribute("GetXsdType")]
5063     [System.SerializableAttribute]
5064     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
5065     public partial struct SqlInt32 : System.Data.SqlTypes.INullable, System.IComparable, System.Xml.Serialization.IXmlSerializable
5066     {
5067         public static readonly System.Data.SqlTypes.SqlInt32 MaxValue;
5068         public static readonly System.Data.SqlTypes.SqlInt32 MinValue;
5069         public static readonly System.Data.SqlTypes.SqlInt32 Null;
5070         public static readonly System.Data.SqlTypes.SqlInt32 Zero;
SqlInt32System.Data.SqlTypes.SqlInt325071         public SqlInt32(int value) { throw null;}
5072         public bool IsNull { get { throw null; } }
5073         public int Value { get { throw null; } }
AddSystem.Data.SqlTypes.SqlInt325074         public static System.Data.SqlTypes.SqlInt32 Add(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) { throw null; }
BitwiseAndSystem.Data.SqlTypes.SqlInt325075         public static System.Data.SqlTypes.SqlInt32 BitwiseAnd(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) { throw null; }
BitwiseOrSystem.Data.SqlTypes.SqlInt325076         public static System.Data.SqlTypes.SqlInt32 BitwiseOr(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) { throw null; }
CompareToSystem.Data.SqlTypes.SqlInt325077         public int CompareTo(System.Data.SqlTypes.SqlInt32 value) { throw null; }
CompareToSystem.Data.SqlTypes.SqlInt325078         public int CompareTo(object value) { throw null; }
DivideSystem.Data.SqlTypes.SqlInt325079         public static System.Data.SqlTypes.SqlInt32 Divide(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) { throw null; }
EqualsSystem.Data.SqlTypes.SqlInt325080         public static System.Data.SqlTypes.SqlBoolean Equals(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) { throw null; }
EqualsSystem.Data.SqlTypes.SqlInt325081         public override bool Equals(object value) { throw null; }
GetHashCodeSystem.Data.SqlTypes.SqlInt325082         public override int GetHashCode() { throw null; }
GetXsdTypeSystem.Data.SqlTypes.SqlInt325083         public static System.Xml.XmlQualifiedName GetXsdType(System.Xml.Schema.XmlSchemaSet schemaSet) { throw null; }
GreaterThanSystem.Data.SqlTypes.SqlInt325084         public static System.Data.SqlTypes.SqlBoolean GreaterThan(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) { throw null; }
GreaterThanOrEqualSystem.Data.SqlTypes.SqlInt325085         public static System.Data.SqlTypes.SqlBoolean GreaterThanOrEqual(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) { throw null; }
LessThanSystem.Data.SqlTypes.SqlInt325086         public static System.Data.SqlTypes.SqlBoolean LessThan(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) { throw null; }
LessThanOrEqualSystem.Data.SqlTypes.SqlInt325087         public static System.Data.SqlTypes.SqlBoolean LessThanOrEqual(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) { throw null; }
ModSystem.Data.SqlTypes.SqlInt325088         public static System.Data.SqlTypes.SqlInt32 Mod(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) { throw null; }
ModulusSystem.Data.SqlTypes.SqlInt325089         public static System.Data.SqlTypes.SqlInt32 Modulus(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) { throw null; }
MultiplySystem.Data.SqlTypes.SqlInt325090         public static System.Data.SqlTypes.SqlInt32 Multiply(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) { throw null; }
NotEqualsSystem.Data.SqlTypes.SqlInt325091         public static System.Data.SqlTypes.SqlBoolean NotEquals(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) { throw null; }
OnesComplementSystem.Data.SqlTypes.SqlInt325092         public static System.Data.SqlTypes.SqlInt32 OnesComplement(System.Data.SqlTypes.SqlInt32 x) { throw null; }
operator +System.Data.SqlTypes.SqlInt325093         public static System.Data.SqlTypes.SqlInt32 operator +(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) { throw null; }
operator &System.Data.SqlTypes.SqlInt325094         public static System.Data.SqlTypes.SqlInt32 operator &(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) { throw null; }
operator |System.Data.SqlTypes.SqlInt325095         public static System.Data.SqlTypes.SqlInt32 operator |(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) { throw null; }
operator /System.Data.SqlTypes.SqlInt325096         public static System.Data.SqlTypes.SqlInt32 operator /(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) { throw null; }
operator ==System.Data.SqlTypes.SqlInt325097         public static System.Data.SqlTypes.SqlBoolean operator ==(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) { throw null; }
operator ^System.Data.SqlTypes.SqlInt325098         public static System.Data.SqlTypes.SqlInt32 operator ^(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) { throw null; }
operator System.Data.SqlTypes.SqlInt32System.Data.SqlTypes.SqlInt325099         public static explicit operator System.Data.SqlTypes.SqlInt32 (System.Data.SqlTypes.SqlBoolean x) { throw null; }
operator System.Data.SqlTypes.SqlInt32System.Data.SqlTypes.SqlInt325100         public static explicit operator System.Data.SqlTypes.SqlInt32 (System.Data.SqlTypes.SqlDecimal x) { throw null; }
operator System.Data.SqlTypes.SqlInt32System.Data.SqlTypes.SqlInt325101         public static explicit operator System.Data.SqlTypes.SqlInt32 (System.Data.SqlTypes.SqlDouble x) { throw null; }
operator intSystem.Data.SqlTypes.SqlInt325102         public static explicit operator int (System.Data.SqlTypes.SqlInt32 x) { throw null; }
operator System.Data.SqlTypes.SqlInt32System.Data.SqlTypes.SqlInt325103         public static explicit operator System.Data.SqlTypes.SqlInt32 (System.Data.SqlTypes.SqlInt64 x) { throw null; }
operator System.Data.SqlTypes.SqlInt32System.Data.SqlTypes.SqlInt325104         public static explicit operator System.Data.SqlTypes.SqlInt32 (System.Data.SqlTypes.SqlMoney x) { throw null; }
operator System.Data.SqlTypes.SqlInt32System.Data.SqlTypes.SqlInt325105         public static explicit operator System.Data.SqlTypes.SqlInt32 (System.Data.SqlTypes.SqlSingle x) { throw null; }
operator System.Data.SqlTypes.SqlInt32System.Data.SqlTypes.SqlInt325106         public static explicit operator System.Data.SqlTypes.SqlInt32 (System.Data.SqlTypes.SqlString x) { throw null; }
operator >System.Data.SqlTypes.SqlInt325107         public static System.Data.SqlTypes.SqlBoolean operator >(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) { throw null; }
operator >=System.Data.SqlTypes.SqlInt325108         public static System.Data.SqlTypes.SqlBoolean operator >=(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) { throw null; }
operator System.Data.SqlTypes.SqlInt32System.Data.SqlTypes.SqlInt325109         public static implicit operator System.Data.SqlTypes.SqlInt32 (System.Data.SqlTypes.SqlByte x) { throw null; }
operator System.Data.SqlTypes.SqlInt32System.Data.SqlTypes.SqlInt325110         public static implicit operator System.Data.SqlTypes.SqlInt32 (System.Data.SqlTypes.SqlInt16 x) { throw null; }
operator System.Data.SqlTypes.SqlInt32System.Data.SqlTypes.SqlInt325111         public static implicit operator System.Data.SqlTypes.SqlInt32 (int x) { throw null; }
operator !=System.Data.SqlTypes.SqlInt325112         public static System.Data.SqlTypes.SqlBoolean operator !=(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) { throw null; }
operator <System.Data.SqlTypes.SqlInt325113         public static System.Data.SqlTypes.SqlBoolean operator <(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) { throw null; }
operator <=System.Data.SqlTypes.SqlInt325114         public static System.Data.SqlTypes.SqlBoolean operator <=(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) { throw null; }
operator %System.Data.SqlTypes.SqlInt325115         public static System.Data.SqlTypes.SqlInt32 operator %(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) { throw null; }
operator *System.Data.SqlTypes.SqlInt325116         public static System.Data.SqlTypes.SqlInt32 operator *(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) { throw null; }
operator ~System.Data.SqlTypes.SqlInt325117         public static System.Data.SqlTypes.SqlInt32 operator ~(System.Data.SqlTypes.SqlInt32 x) { throw null; }
operator -System.Data.SqlTypes.SqlInt325118         public static System.Data.SqlTypes.SqlInt32 operator -(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) { throw null; }
operator -System.Data.SqlTypes.SqlInt325119         public static System.Data.SqlTypes.SqlInt32 operator -(System.Data.SqlTypes.SqlInt32 x) { throw null; }
ParseSystem.Data.SqlTypes.SqlInt325120         public static System.Data.SqlTypes.SqlInt32 Parse(string s) { throw null; }
SubtractSystem.Data.SqlTypes.SqlInt325121         public static System.Data.SqlTypes.SqlInt32 Subtract(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) { throw null; }
System.Xml.Serialization.IXmlSerializable.GetSchemaSystem.Data.SqlTypes.SqlInt325122         System.Xml.Schema.XmlSchema System.Xml.Serialization.IXmlSerializable.GetSchema() { throw null; }
System.Xml.Serialization.IXmlSerializable.ReadXmlSystem.Data.SqlTypes.SqlInt325123         void System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader reader) { }
System.Xml.Serialization.IXmlSerializable.WriteXmlSystem.Data.SqlTypes.SqlInt325124         void System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter writer) { }
ToSqlBooleanSystem.Data.SqlTypes.SqlInt325125         public System.Data.SqlTypes.SqlBoolean ToSqlBoolean() { throw null; }
ToSqlByteSystem.Data.SqlTypes.SqlInt325126         public System.Data.SqlTypes.SqlByte ToSqlByte() { throw null; }
ToSqlDecimalSystem.Data.SqlTypes.SqlInt325127         public System.Data.SqlTypes.SqlDecimal ToSqlDecimal() { throw null; }
ToSqlDoubleSystem.Data.SqlTypes.SqlInt325128         public System.Data.SqlTypes.SqlDouble ToSqlDouble() { throw null; }
ToSqlInt16System.Data.SqlTypes.SqlInt325129         public System.Data.SqlTypes.SqlInt16 ToSqlInt16() { throw null; }
ToSqlInt64System.Data.SqlTypes.SqlInt325130         public System.Data.SqlTypes.SqlInt64 ToSqlInt64() { throw null; }
ToSqlMoneySystem.Data.SqlTypes.SqlInt325131         public System.Data.SqlTypes.SqlMoney ToSqlMoney() { throw null; }
ToSqlSingleSystem.Data.SqlTypes.SqlInt325132         public System.Data.SqlTypes.SqlSingle ToSqlSingle() { throw null; }
ToSqlStringSystem.Data.SqlTypes.SqlInt325133         public System.Data.SqlTypes.SqlString ToSqlString() { throw null; }
ToStringSystem.Data.SqlTypes.SqlInt325134         public override string ToString() { throw null; }
XorSystem.Data.SqlTypes.SqlInt325135         public static System.Data.SqlTypes.SqlInt32 Xor(System.Data.SqlTypes.SqlInt32 x, System.Data.SqlTypes.SqlInt32 y) { throw null; }
5136     }
5137     [System.Xml.Serialization.XmlSchemaProviderAttribute("GetXsdType")]
5138     [System.SerializableAttribute]
5139     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
5140     public partial struct SqlInt64 : System.Data.SqlTypes.INullable, System.IComparable, System.Xml.Serialization.IXmlSerializable
5141     {
5142         public static readonly System.Data.SqlTypes.SqlInt64 MaxValue;
5143         public static readonly System.Data.SqlTypes.SqlInt64 MinValue;
5144         public static readonly System.Data.SqlTypes.SqlInt64 Null;
5145         public static readonly System.Data.SqlTypes.SqlInt64 Zero;
SqlInt64System.Data.SqlTypes.SqlInt645146         public SqlInt64(long value) { throw null;}
5147         public bool IsNull { get { throw null; } }
5148         public long Value { get { throw null; } }
AddSystem.Data.SqlTypes.SqlInt645149         public static System.Data.SqlTypes.SqlInt64 Add(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) { throw null; }
BitwiseAndSystem.Data.SqlTypes.SqlInt645150         public static System.Data.SqlTypes.SqlInt64 BitwiseAnd(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) { throw null; }
BitwiseOrSystem.Data.SqlTypes.SqlInt645151         public static System.Data.SqlTypes.SqlInt64 BitwiseOr(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) { throw null; }
CompareToSystem.Data.SqlTypes.SqlInt645152         public int CompareTo(System.Data.SqlTypes.SqlInt64 value) { throw null; }
CompareToSystem.Data.SqlTypes.SqlInt645153         public int CompareTo(object value) { throw null; }
DivideSystem.Data.SqlTypes.SqlInt645154         public static System.Data.SqlTypes.SqlInt64 Divide(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) { throw null; }
EqualsSystem.Data.SqlTypes.SqlInt645155         public static System.Data.SqlTypes.SqlBoolean Equals(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) { throw null; }
EqualsSystem.Data.SqlTypes.SqlInt645156         public override bool Equals(object value) { throw null; }
GetHashCodeSystem.Data.SqlTypes.SqlInt645157         public override int GetHashCode() { throw null; }
GetXsdTypeSystem.Data.SqlTypes.SqlInt645158         public static System.Xml.XmlQualifiedName GetXsdType(System.Xml.Schema.XmlSchemaSet schemaSet) { throw null; }
GreaterThanSystem.Data.SqlTypes.SqlInt645159         public static System.Data.SqlTypes.SqlBoolean GreaterThan(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) { throw null; }
GreaterThanOrEqualSystem.Data.SqlTypes.SqlInt645160         public static System.Data.SqlTypes.SqlBoolean GreaterThanOrEqual(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) { throw null; }
LessThanSystem.Data.SqlTypes.SqlInt645161         public static System.Data.SqlTypes.SqlBoolean LessThan(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) { throw null; }
LessThanOrEqualSystem.Data.SqlTypes.SqlInt645162         public static System.Data.SqlTypes.SqlBoolean LessThanOrEqual(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) { throw null; }
ModSystem.Data.SqlTypes.SqlInt645163         public static System.Data.SqlTypes.SqlInt64 Mod(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) { throw null; }
ModulusSystem.Data.SqlTypes.SqlInt645164         public static System.Data.SqlTypes.SqlInt64 Modulus(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) { throw null; }
MultiplySystem.Data.SqlTypes.SqlInt645165         public static System.Data.SqlTypes.SqlInt64 Multiply(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) { throw null; }
NotEqualsSystem.Data.SqlTypes.SqlInt645166         public static System.Data.SqlTypes.SqlBoolean NotEquals(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) { throw null; }
OnesComplementSystem.Data.SqlTypes.SqlInt645167         public static System.Data.SqlTypes.SqlInt64 OnesComplement(System.Data.SqlTypes.SqlInt64 x) { throw null; }
operator +System.Data.SqlTypes.SqlInt645168         public static System.Data.SqlTypes.SqlInt64 operator +(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) { throw null; }
operator &System.Data.SqlTypes.SqlInt645169         public static System.Data.SqlTypes.SqlInt64 operator &(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) { throw null; }
operator |System.Data.SqlTypes.SqlInt645170         public static System.Data.SqlTypes.SqlInt64 operator |(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) { throw null; }
operator /System.Data.SqlTypes.SqlInt645171         public static System.Data.SqlTypes.SqlInt64 operator /(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) { throw null; }
operator ==System.Data.SqlTypes.SqlInt645172         public static System.Data.SqlTypes.SqlBoolean operator ==(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) { throw null; }
operator ^System.Data.SqlTypes.SqlInt645173         public static System.Data.SqlTypes.SqlInt64 operator ^(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) { throw null; }
operator System.Data.SqlTypes.SqlInt64System.Data.SqlTypes.SqlInt645174         public static explicit operator System.Data.SqlTypes.SqlInt64 (System.Data.SqlTypes.SqlBoolean x) { throw null; }
operator System.Data.SqlTypes.SqlInt64System.Data.SqlTypes.SqlInt645175         public static explicit operator System.Data.SqlTypes.SqlInt64 (System.Data.SqlTypes.SqlDecimal x) { throw null; }
operator System.Data.SqlTypes.SqlInt64System.Data.SqlTypes.SqlInt645176         public static explicit operator System.Data.SqlTypes.SqlInt64 (System.Data.SqlTypes.SqlDouble x) { throw null; }
operator longSystem.Data.SqlTypes.SqlInt645177         public static explicit operator long (System.Data.SqlTypes.SqlInt64 x) { throw null; }
operator System.Data.SqlTypes.SqlInt64System.Data.SqlTypes.SqlInt645178         public static explicit operator System.Data.SqlTypes.SqlInt64 (System.Data.SqlTypes.SqlMoney x) { throw null; }
operator System.Data.SqlTypes.SqlInt64System.Data.SqlTypes.SqlInt645179         public static explicit operator System.Data.SqlTypes.SqlInt64 (System.Data.SqlTypes.SqlSingle x) { throw null; }
operator System.Data.SqlTypes.SqlInt64System.Data.SqlTypes.SqlInt645180         public static explicit operator System.Data.SqlTypes.SqlInt64 (System.Data.SqlTypes.SqlString x) { throw null; }
operator >System.Data.SqlTypes.SqlInt645181         public static System.Data.SqlTypes.SqlBoolean operator >(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) { throw null; }
operator >=System.Data.SqlTypes.SqlInt645182         public static System.Data.SqlTypes.SqlBoolean operator >=(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) { throw null; }
operator System.Data.SqlTypes.SqlInt64System.Data.SqlTypes.SqlInt645183         public static implicit operator System.Data.SqlTypes.SqlInt64 (System.Data.SqlTypes.SqlByte x) { throw null; }
operator System.Data.SqlTypes.SqlInt64System.Data.SqlTypes.SqlInt645184         public static implicit operator System.Data.SqlTypes.SqlInt64 (System.Data.SqlTypes.SqlInt16 x) { throw null; }
operator System.Data.SqlTypes.SqlInt64System.Data.SqlTypes.SqlInt645185         public static implicit operator System.Data.SqlTypes.SqlInt64 (System.Data.SqlTypes.SqlInt32 x) { throw null; }
operator System.Data.SqlTypes.SqlInt64System.Data.SqlTypes.SqlInt645186         public static implicit operator System.Data.SqlTypes.SqlInt64 (long x) { throw null; }
operator !=System.Data.SqlTypes.SqlInt645187         public static System.Data.SqlTypes.SqlBoolean operator !=(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) { throw null; }
operator <System.Data.SqlTypes.SqlInt645188         public static System.Data.SqlTypes.SqlBoolean operator <(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) { throw null; }
operator <=System.Data.SqlTypes.SqlInt645189         public static System.Data.SqlTypes.SqlBoolean operator <=(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) { throw null; }
operator %System.Data.SqlTypes.SqlInt645190         public static System.Data.SqlTypes.SqlInt64 operator %(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) { throw null; }
operator *System.Data.SqlTypes.SqlInt645191         public static System.Data.SqlTypes.SqlInt64 operator *(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) { throw null; }
operator ~System.Data.SqlTypes.SqlInt645192         public static System.Data.SqlTypes.SqlInt64 operator ~(System.Data.SqlTypes.SqlInt64 x) { throw null; }
operator -System.Data.SqlTypes.SqlInt645193         public static System.Data.SqlTypes.SqlInt64 operator -(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) { throw null; }
operator -System.Data.SqlTypes.SqlInt645194         public static System.Data.SqlTypes.SqlInt64 operator -(System.Data.SqlTypes.SqlInt64 x) { throw null; }
ParseSystem.Data.SqlTypes.SqlInt645195         public static System.Data.SqlTypes.SqlInt64 Parse(string s) { throw null; }
SubtractSystem.Data.SqlTypes.SqlInt645196         public static System.Data.SqlTypes.SqlInt64 Subtract(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) { throw null; }
System.Xml.Serialization.IXmlSerializable.GetSchemaSystem.Data.SqlTypes.SqlInt645197         System.Xml.Schema.XmlSchema System.Xml.Serialization.IXmlSerializable.GetSchema() { throw null; }
System.Xml.Serialization.IXmlSerializable.ReadXmlSystem.Data.SqlTypes.SqlInt645198         void System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader reader) { }
System.Xml.Serialization.IXmlSerializable.WriteXmlSystem.Data.SqlTypes.SqlInt645199         void System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter writer) { }
ToSqlBooleanSystem.Data.SqlTypes.SqlInt645200         public System.Data.SqlTypes.SqlBoolean ToSqlBoolean() { throw null; }
ToSqlByteSystem.Data.SqlTypes.SqlInt645201         public System.Data.SqlTypes.SqlByte ToSqlByte() { throw null; }
ToSqlDecimalSystem.Data.SqlTypes.SqlInt645202         public System.Data.SqlTypes.SqlDecimal ToSqlDecimal() { throw null; }
ToSqlDoubleSystem.Data.SqlTypes.SqlInt645203         public System.Data.SqlTypes.SqlDouble ToSqlDouble() { throw null; }
ToSqlInt16System.Data.SqlTypes.SqlInt645204         public System.Data.SqlTypes.SqlInt16 ToSqlInt16() { throw null; }
ToSqlInt32System.Data.SqlTypes.SqlInt645205         public System.Data.SqlTypes.SqlInt32 ToSqlInt32() { throw null; }
ToSqlMoneySystem.Data.SqlTypes.SqlInt645206         public System.Data.SqlTypes.SqlMoney ToSqlMoney() { throw null; }
ToSqlSingleSystem.Data.SqlTypes.SqlInt645207         public System.Data.SqlTypes.SqlSingle ToSqlSingle() { throw null; }
ToSqlStringSystem.Data.SqlTypes.SqlInt645208         public System.Data.SqlTypes.SqlString ToSqlString() { throw null; }
ToStringSystem.Data.SqlTypes.SqlInt645209         public override string ToString() { throw null; }
XorSystem.Data.SqlTypes.SqlInt645210         public static System.Data.SqlTypes.SqlInt64 Xor(System.Data.SqlTypes.SqlInt64 x, System.Data.SqlTypes.SqlInt64 y) { throw null; }
5211     }
5212     [System.Xml.Serialization.XmlSchemaProviderAttribute("GetXsdType")]
5213     [System.SerializableAttribute]
5214     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
5215     public partial struct SqlMoney : System.Data.SqlTypes.INullable, System.IComparable, System.Xml.Serialization.IXmlSerializable
5216     {
5217         public static readonly System.Data.SqlTypes.SqlMoney MaxValue;
5218         public static readonly System.Data.SqlTypes.SqlMoney MinValue;
5219         public static readonly System.Data.SqlTypes.SqlMoney Null;
5220         public static readonly System.Data.SqlTypes.SqlMoney Zero;
SqlMoneySystem.Data.SqlTypes.SqlMoney5221         public SqlMoney(decimal value) { throw null;}
SqlMoneySystem.Data.SqlTypes.SqlMoney5222         public SqlMoney(double value) { throw null;}
SqlMoneySystem.Data.SqlTypes.SqlMoney5223         public SqlMoney(int value) { throw null;}
SqlMoneySystem.Data.SqlTypes.SqlMoney5224         public SqlMoney(long value) { throw null;}
5225         public bool IsNull { get { throw null; } }
5226         public decimal Value { get { throw null; } }
AddSystem.Data.SqlTypes.SqlMoney5227         public static System.Data.SqlTypes.SqlMoney Add(System.Data.SqlTypes.SqlMoney x, System.Data.SqlTypes.SqlMoney y) { throw null; }
CompareToSystem.Data.SqlTypes.SqlMoney5228         public int CompareTo(System.Data.SqlTypes.SqlMoney value) { throw null; }
CompareToSystem.Data.SqlTypes.SqlMoney5229         public int CompareTo(object value) { throw null; }
DivideSystem.Data.SqlTypes.SqlMoney5230         public static System.Data.SqlTypes.SqlMoney Divide(System.Data.SqlTypes.SqlMoney x, System.Data.SqlTypes.SqlMoney y) { throw null; }
EqualsSystem.Data.SqlTypes.SqlMoney5231         public static System.Data.SqlTypes.SqlBoolean Equals(System.Data.SqlTypes.SqlMoney x, System.Data.SqlTypes.SqlMoney y) { throw null; }
EqualsSystem.Data.SqlTypes.SqlMoney5232         public override bool Equals(object value) { throw null; }
GetHashCodeSystem.Data.SqlTypes.SqlMoney5233         public override int GetHashCode() { throw null; }
GetXsdTypeSystem.Data.SqlTypes.SqlMoney5234         public static System.Xml.XmlQualifiedName GetXsdType(System.Xml.Schema.XmlSchemaSet schemaSet) { throw null; }
GreaterThanSystem.Data.SqlTypes.SqlMoney5235         public static System.Data.SqlTypes.SqlBoolean GreaterThan(System.Data.SqlTypes.SqlMoney x, System.Data.SqlTypes.SqlMoney y) { throw null; }
GreaterThanOrEqualSystem.Data.SqlTypes.SqlMoney5236         public static System.Data.SqlTypes.SqlBoolean GreaterThanOrEqual(System.Data.SqlTypes.SqlMoney x, System.Data.SqlTypes.SqlMoney y) { throw null; }
LessThanSystem.Data.SqlTypes.SqlMoney5237         public static System.Data.SqlTypes.SqlBoolean LessThan(System.Data.SqlTypes.SqlMoney x, System.Data.SqlTypes.SqlMoney y) { throw null; }
LessThanOrEqualSystem.Data.SqlTypes.SqlMoney5238         public static System.Data.SqlTypes.SqlBoolean LessThanOrEqual(System.Data.SqlTypes.SqlMoney x, System.Data.SqlTypes.SqlMoney y) { throw null; }
MultiplySystem.Data.SqlTypes.SqlMoney5239         public static System.Data.SqlTypes.SqlMoney Multiply(System.Data.SqlTypes.SqlMoney x, System.Data.SqlTypes.SqlMoney y) { throw null; }
NotEqualsSystem.Data.SqlTypes.SqlMoney5240         public static System.Data.SqlTypes.SqlBoolean NotEquals(System.Data.SqlTypes.SqlMoney x, System.Data.SqlTypes.SqlMoney y) { throw null; }
operator +System.Data.SqlTypes.SqlMoney5241         public static System.Data.SqlTypes.SqlMoney operator +(System.Data.SqlTypes.SqlMoney x, System.Data.SqlTypes.SqlMoney y) { throw null; }
operator /System.Data.SqlTypes.SqlMoney5242         public static System.Data.SqlTypes.SqlMoney operator /(System.Data.SqlTypes.SqlMoney x, System.Data.SqlTypes.SqlMoney y) { throw null; }
operator ==System.Data.SqlTypes.SqlMoney5243         public static System.Data.SqlTypes.SqlBoolean operator ==(System.Data.SqlTypes.SqlMoney x, System.Data.SqlTypes.SqlMoney y) { throw null; }
operator System.Data.SqlTypes.SqlMoneySystem.Data.SqlTypes.SqlMoney5244         public static explicit operator System.Data.SqlTypes.SqlMoney (System.Data.SqlTypes.SqlBoolean x) { throw null; }
operator System.Data.SqlTypes.SqlMoneySystem.Data.SqlTypes.SqlMoney5245         public static explicit operator System.Data.SqlTypes.SqlMoney (System.Data.SqlTypes.SqlDecimal x) { throw null; }
operator System.Data.SqlTypes.SqlMoneySystem.Data.SqlTypes.SqlMoney5246         public static explicit operator System.Data.SqlTypes.SqlMoney (System.Data.SqlTypes.SqlDouble x) { throw null; }
operator decimalSystem.Data.SqlTypes.SqlMoney5247         public static explicit operator decimal (System.Data.SqlTypes.SqlMoney x) { throw null; }
operator System.Data.SqlTypes.SqlMoneySystem.Data.SqlTypes.SqlMoney5248         public static explicit operator System.Data.SqlTypes.SqlMoney (System.Data.SqlTypes.SqlSingle x) { throw null; }
operator System.Data.SqlTypes.SqlMoneySystem.Data.SqlTypes.SqlMoney5249         public static explicit operator System.Data.SqlTypes.SqlMoney (System.Data.SqlTypes.SqlString x) { throw null; }
operator System.Data.SqlTypes.SqlMoneySystem.Data.SqlTypes.SqlMoney5250         public static explicit operator System.Data.SqlTypes.SqlMoney (double x) { throw null; }
operator >System.Data.SqlTypes.SqlMoney5251         public static System.Data.SqlTypes.SqlBoolean operator >(System.Data.SqlTypes.SqlMoney x, System.Data.SqlTypes.SqlMoney y) { throw null; }
operator >=System.Data.SqlTypes.SqlMoney5252         public static System.Data.SqlTypes.SqlBoolean operator >=(System.Data.SqlTypes.SqlMoney x, System.Data.SqlTypes.SqlMoney y) { throw null; }
operator System.Data.SqlTypes.SqlMoneySystem.Data.SqlTypes.SqlMoney5253         public static implicit operator System.Data.SqlTypes.SqlMoney (System.Data.SqlTypes.SqlByte x) { throw null; }
operator System.Data.SqlTypes.SqlMoneySystem.Data.SqlTypes.SqlMoney5254         public static implicit operator System.Data.SqlTypes.SqlMoney (System.Data.SqlTypes.SqlInt16 x) { throw null; }
operator System.Data.SqlTypes.SqlMoneySystem.Data.SqlTypes.SqlMoney5255         public static implicit operator System.Data.SqlTypes.SqlMoney (System.Data.SqlTypes.SqlInt32 x) { throw null; }
operator System.Data.SqlTypes.SqlMoneySystem.Data.SqlTypes.SqlMoney5256         public static implicit operator System.Data.SqlTypes.SqlMoney (System.Data.SqlTypes.SqlInt64 x) { throw null; }
operator System.Data.SqlTypes.SqlMoneySystem.Data.SqlTypes.SqlMoney5257         public static implicit operator System.Data.SqlTypes.SqlMoney (decimal x) { throw null; }
operator System.Data.SqlTypes.SqlMoneySystem.Data.SqlTypes.SqlMoney5258         public static implicit operator System.Data.SqlTypes.SqlMoney (long x) { throw null; }
operator !=System.Data.SqlTypes.SqlMoney5259         public static System.Data.SqlTypes.SqlBoolean operator !=(System.Data.SqlTypes.SqlMoney x, System.Data.SqlTypes.SqlMoney y) { throw null; }
operator <System.Data.SqlTypes.SqlMoney5260         public static System.Data.SqlTypes.SqlBoolean operator <(System.Data.SqlTypes.SqlMoney x, System.Data.SqlTypes.SqlMoney y) { throw null; }
operator <=System.Data.SqlTypes.SqlMoney5261         public static System.Data.SqlTypes.SqlBoolean operator <=(System.Data.SqlTypes.SqlMoney x, System.Data.SqlTypes.SqlMoney y) { throw null; }
operator *System.Data.SqlTypes.SqlMoney5262         public static System.Data.SqlTypes.SqlMoney operator *(System.Data.SqlTypes.SqlMoney x, System.Data.SqlTypes.SqlMoney y) { throw null; }
operator -System.Data.SqlTypes.SqlMoney5263         public static System.Data.SqlTypes.SqlMoney operator -(System.Data.SqlTypes.SqlMoney x, System.Data.SqlTypes.SqlMoney y) { throw null; }
operator -System.Data.SqlTypes.SqlMoney5264         public static System.Data.SqlTypes.SqlMoney operator -(System.Data.SqlTypes.SqlMoney x) { throw null; }
ParseSystem.Data.SqlTypes.SqlMoney5265         public static System.Data.SqlTypes.SqlMoney Parse(string s) { throw null; }
SubtractSystem.Data.SqlTypes.SqlMoney5266         public static System.Data.SqlTypes.SqlMoney Subtract(System.Data.SqlTypes.SqlMoney x, System.Data.SqlTypes.SqlMoney y) { throw null; }
System.Xml.Serialization.IXmlSerializable.GetSchemaSystem.Data.SqlTypes.SqlMoney5267         System.Xml.Schema.XmlSchema System.Xml.Serialization.IXmlSerializable.GetSchema() { throw null; }
System.Xml.Serialization.IXmlSerializable.ReadXmlSystem.Data.SqlTypes.SqlMoney5268         void System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader reader) { }
System.Xml.Serialization.IXmlSerializable.WriteXmlSystem.Data.SqlTypes.SqlMoney5269         void System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter writer) { }
ToDecimalSystem.Data.SqlTypes.SqlMoney5270         public decimal ToDecimal() { throw null; }
ToDoubleSystem.Data.SqlTypes.SqlMoney5271         public double ToDouble() { throw null; }
ToInt32System.Data.SqlTypes.SqlMoney5272         public int ToInt32() { throw null; }
ToInt64System.Data.SqlTypes.SqlMoney5273         public long ToInt64() { throw null; }
ToSqlBooleanSystem.Data.SqlTypes.SqlMoney5274         public System.Data.SqlTypes.SqlBoolean ToSqlBoolean() { throw null; }
ToSqlByteSystem.Data.SqlTypes.SqlMoney5275         public System.Data.SqlTypes.SqlByte ToSqlByte() { throw null; }
ToSqlDecimalSystem.Data.SqlTypes.SqlMoney5276         public System.Data.SqlTypes.SqlDecimal ToSqlDecimal() { throw null; }
ToSqlDoubleSystem.Data.SqlTypes.SqlMoney5277         public System.Data.SqlTypes.SqlDouble ToSqlDouble() { throw null; }
ToSqlInt16System.Data.SqlTypes.SqlMoney5278         public System.Data.SqlTypes.SqlInt16 ToSqlInt16() { throw null; }
ToSqlInt32System.Data.SqlTypes.SqlMoney5279         public System.Data.SqlTypes.SqlInt32 ToSqlInt32() { throw null; }
ToSqlInt64System.Data.SqlTypes.SqlMoney5280         public System.Data.SqlTypes.SqlInt64 ToSqlInt64() { throw null; }
ToSqlSingleSystem.Data.SqlTypes.SqlMoney5281         public System.Data.SqlTypes.SqlSingle ToSqlSingle() { throw null; }
ToSqlStringSystem.Data.SqlTypes.SqlMoney5282         public System.Data.SqlTypes.SqlString ToSqlString() { throw null; }
ToStringSystem.Data.SqlTypes.SqlMoney5283         public override string ToString() { throw null; }
5284     }
5285     [System.SerializableAttribute]
5286     public sealed partial class SqlNotFilledException : System.Data.SqlTypes.SqlTypeException
5287     {
SqlNotFilledException()5288         public SqlNotFilledException() { }
SqlNotFilledException(string message)5289         public SqlNotFilledException(string message) { }
SqlNotFilledException(string message, System.Exception e)5290         public SqlNotFilledException(string message, System.Exception e) { }
5291     }
5292     [System.SerializableAttribute]
5293     public sealed partial class SqlNullValueException : System.Data.SqlTypes.SqlTypeException
5294     {
SqlNullValueException()5295         public SqlNullValueException() { }
SqlNullValueException(string message)5296         public SqlNullValueException(string message) { }
SqlNullValueException(string message, System.Exception e)5297         public SqlNullValueException(string message, System.Exception e) { }
5298     }
5299     [System.Xml.Serialization.XmlSchemaProviderAttribute("GetXsdType")]
5300     [System.SerializableAttribute]
5301     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
5302     public partial struct SqlSingle : System.Data.SqlTypes.INullable, System.IComparable, System.Xml.Serialization.IXmlSerializable
5303     {
5304         public static readonly System.Data.SqlTypes.SqlSingle MaxValue;
5305         public static readonly System.Data.SqlTypes.SqlSingle MinValue;
5306         public static readonly System.Data.SqlTypes.SqlSingle Null;
5307         public static readonly System.Data.SqlTypes.SqlSingle Zero;
SqlSingleSystem.Data.SqlTypes.SqlSingle5308         public SqlSingle(double value) { throw null;}
SqlSingleSystem.Data.SqlTypes.SqlSingle5309         public SqlSingle(float value) { throw null;}
5310         public bool IsNull { get { throw null; } }
5311         public float Value { get { throw null; } }
AddSystem.Data.SqlTypes.SqlSingle5312         public static System.Data.SqlTypes.SqlSingle Add(System.Data.SqlTypes.SqlSingle x, System.Data.SqlTypes.SqlSingle y) { throw null; }
CompareToSystem.Data.SqlTypes.SqlSingle5313         public int CompareTo(System.Data.SqlTypes.SqlSingle value) { throw null; }
CompareToSystem.Data.SqlTypes.SqlSingle5314         public int CompareTo(object value) { throw null; }
DivideSystem.Data.SqlTypes.SqlSingle5315         public static System.Data.SqlTypes.SqlSingle Divide(System.Data.SqlTypes.SqlSingle x, System.Data.SqlTypes.SqlSingle y) { throw null; }
EqualsSystem.Data.SqlTypes.SqlSingle5316         public static System.Data.SqlTypes.SqlBoolean Equals(System.Data.SqlTypes.SqlSingle x, System.Data.SqlTypes.SqlSingle y) { throw null; }
EqualsSystem.Data.SqlTypes.SqlSingle5317         public override bool Equals(object value) { throw null; }
GetHashCodeSystem.Data.SqlTypes.SqlSingle5318         public override int GetHashCode() { throw null; }
GetXsdTypeSystem.Data.SqlTypes.SqlSingle5319         public static System.Xml.XmlQualifiedName GetXsdType(System.Xml.Schema.XmlSchemaSet schemaSet) { throw null; }
GreaterThanSystem.Data.SqlTypes.SqlSingle5320         public static System.Data.SqlTypes.SqlBoolean GreaterThan(System.Data.SqlTypes.SqlSingle x, System.Data.SqlTypes.SqlSingle y) { throw null; }
GreaterThanOrEqualSystem.Data.SqlTypes.SqlSingle5321         public static System.Data.SqlTypes.SqlBoolean GreaterThanOrEqual(System.Data.SqlTypes.SqlSingle x, System.Data.SqlTypes.SqlSingle y) { throw null; }
LessThanSystem.Data.SqlTypes.SqlSingle5322         public static System.Data.SqlTypes.SqlBoolean LessThan(System.Data.SqlTypes.SqlSingle x, System.Data.SqlTypes.SqlSingle y) { throw null; }
LessThanOrEqualSystem.Data.SqlTypes.SqlSingle5323         public static System.Data.SqlTypes.SqlBoolean LessThanOrEqual(System.Data.SqlTypes.SqlSingle x, System.Data.SqlTypes.SqlSingle y) { throw null; }
MultiplySystem.Data.SqlTypes.SqlSingle5324         public static System.Data.SqlTypes.SqlSingle Multiply(System.Data.SqlTypes.SqlSingle x, System.Data.SqlTypes.SqlSingle y) { throw null; }
NotEqualsSystem.Data.SqlTypes.SqlSingle5325         public static System.Data.SqlTypes.SqlBoolean NotEquals(System.Data.SqlTypes.SqlSingle x, System.Data.SqlTypes.SqlSingle y) { throw null; }
operator +System.Data.SqlTypes.SqlSingle5326         public static System.Data.SqlTypes.SqlSingle operator +(System.Data.SqlTypes.SqlSingle x, System.Data.SqlTypes.SqlSingle y) { throw null; }
operator /System.Data.SqlTypes.SqlSingle5327         public static System.Data.SqlTypes.SqlSingle operator /(System.Data.SqlTypes.SqlSingle x, System.Data.SqlTypes.SqlSingle y) { throw null; }
operator ==System.Data.SqlTypes.SqlSingle5328         public static System.Data.SqlTypes.SqlBoolean operator ==(System.Data.SqlTypes.SqlSingle x, System.Data.SqlTypes.SqlSingle y) { throw null; }
operator System.Data.SqlTypes.SqlSingleSystem.Data.SqlTypes.SqlSingle5329         public static explicit operator System.Data.SqlTypes.SqlSingle (System.Data.SqlTypes.SqlBoolean x) { throw null; }
operator System.Data.SqlTypes.SqlSingleSystem.Data.SqlTypes.SqlSingle5330         public static explicit operator System.Data.SqlTypes.SqlSingle (System.Data.SqlTypes.SqlDouble x) { throw null; }
operator floatSystem.Data.SqlTypes.SqlSingle5331         public static explicit operator float (System.Data.SqlTypes.SqlSingle x) { throw null; }
operator System.Data.SqlTypes.SqlSingleSystem.Data.SqlTypes.SqlSingle5332         public static explicit operator System.Data.SqlTypes.SqlSingle (System.Data.SqlTypes.SqlString x) { throw null; }
operator >System.Data.SqlTypes.SqlSingle5333         public static System.Data.SqlTypes.SqlBoolean operator >(System.Data.SqlTypes.SqlSingle x, System.Data.SqlTypes.SqlSingle y) { throw null; }
operator >=System.Data.SqlTypes.SqlSingle5334         public static System.Data.SqlTypes.SqlBoolean operator >=(System.Data.SqlTypes.SqlSingle x, System.Data.SqlTypes.SqlSingle y) { throw null; }
operator System.Data.SqlTypes.SqlSingleSystem.Data.SqlTypes.SqlSingle5335         public static implicit operator System.Data.SqlTypes.SqlSingle (System.Data.SqlTypes.SqlByte x) { throw null; }
operator System.Data.SqlTypes.SqlSingleSystem.Data.SqlTypes.SqlSingle5336         public static implicit operator System.Data.SqlTypes.SqlSingle (System.Data.SqlTypes.SqlDecimal x) { throw null; }
operator System.Data.SqlTypes.SqlSingleSystem.Data.SqlTypes.SqlSingle5337         public static implicit operator System.Data.SqlTypes.SqlSingle (System.Data.SqlTypes.SqlInt16 x) { throw null; }
operator System.Data.SqlTypes.SqlSingleSystem.Data.SqlTypes.SqlSingle5338         public static implicit operator System.Data.SqlTypes.SqlSingle (System.Data.SqlTypes.SqlInt32 x) { throw null; }
operator System.Data.SqlTypes.SqlSingleSystem.Data.SqlTypes.SqlSingle5339         public static implicit operator System.Data.SqlTypes.SqlSingle (System.Data.SqlTypes.SqlInt64 x) { throw null; }
operator System.Data.SqlTypes.SqlSingleSystem.Data.SqlTypes.SqlSingle5340         public static implicit operator System.Data.SqlTypes.SqlSingle (System.Data.SqlTypes.SqlMoney x) { throw null; }
operator System.Data.SqlTypes.SqlSingleSystem.Data.SqlTypes.SqlSingle5341         public static implicit operator System.Data.SqlTypes.SqlSingle (float x) { throw null; }
operator !=System.Data.SqlTypes.SqlSingle5342         public static System.Data.SqlTypes.SqlBoolean operator !=(System.Data.SqlTypes.SqlSingle x, System.Data.SqlTypes.SqlSingle y) { throw null; }
operator <System.Data.SqlTypes.SqlSingle5343         public static System.Data.SqlTypes.SqlBoolean operator <(System.Data.SqlTypes.SqlSingle x, System.Data.SqlTypes.SqlSingle y) { throw null; }
operator <=System.Data.SqlTypes.SqlSingle5344         public static System.Data.SqlTypes.SqlBoolean operator <=(System.Data.SqlTypes.SqlSingle x, System.Data.SqlTypes.SqlSingle y) { throw null; }
operator *System.Data.SqlTypes.SqlSingle5345         public static System.Data.SqlTypes.SqlSingle operator *(System.Data.SqlTypes.SqlSingle x, System.Data.SqlTypes.SqlSingle y) { throw null; }
operator -System.Data.SqlTypes.SqlSingle5346         public static System.Data.SqlTypes.SqlSingle operator -(System.Data.SqlTypes.SqlSingle x, System.Data.SqlTypes.SqlSingle y) { throw null; }
operator -System.Data.SqlTypes.SqlSingle5347         public static System.Data.SqlTypes.SqlSingle operator -(System.Data.SqlTypes.SqlSingle x) { throw null; }
ParseSystem.Data.SqlTypes.SqlSingle5348         public static System.Data.SqlTypes.SqlSingle Parse(string s) { throw null; }
SubtractSystem.Data.SqlTypes.SqlSingle5349         public static System.Data.SqlTypes.SqlSingle Subtract(System.Data.SqlTypes.SqlSingle x, System.Data.SqlTypes.SqlSingle y) { throw null; }
System.Xml.Serialization.IXmlSerializable.GetSchemaSystem.Data.SqlTypes.SqlSingle5350         System.Xml.Schema.XmlSchema System.Xml.Serialization.IXmlSerializable.GetSchema() { throw null; }
System.Xml.Serialization.IXmlSerializable.ReadXmlSystem.Data.SqlTypes.SqlSingle5351         void System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader reader) { }
System.Xml.Serialization.IXmlSerializable.WriteXmlSystem.Data.SqlTypes.SqlSingle5352         void System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter writer) { }
ToSqlBooleanSystem.Data.SqlTypes.SqlSingle5353         public System.Data.SqlTypes.SqlBoolean ToSqlBoolean() { throw null; }
ToSqlByteSystem.Data.SqlTypes.SqlSingle5354         public System.Data.SqlTypes.SqlByte ToSqlByte() { throw null; }
ToSqlDecimalSystem.Data.SqlTypes.SqlSingle5355         public System.Data.SqlTypes.SqlDecimal ToSqlDecimal() { throw null; }
ToSqlDoubleSystem.Data.SqlTypes.SqlSingle5356         public System.Data.SqlTypes.SqlDouble ToSqlDouble() { throw null; }
ToSqlInt16System.Data.SqlTypes.SqlSingle5357         public System.Data.SqlTypes.SqlInt16 ToSqlInt16() { throw null; }
ToSqlInt32System.Data.SqlTypes.SqlSingle5358         public System.Data.SqlTypes.SqlInt32 ToSqlInt32() { throw null; }
ToSqlInt64System.Data.SqlTypes.SqlSingle5359         public System.Data.SqlTypes.SqlInt64 ToSqlInt64() { throw null; }
ToSqlMoneySystem.Data.SqlTypes.SqlSingle5360         public System.Data.SqlTypes.SqlMoney ToSqlMoney() { throw null; }
ToSqlStringSystem.Data.SqlTypes.SqlSingle5361         public System.Data.SqlTypes.SqlString ToSqlString() { throw null; }
ToStringSystem.Data.SqlTypes.SqlSingle5362         public override string ToString() { throw null; }
5363     }
5364     [System.Xml.Serialization.XmlSchemaProviderAttribute("GetXsdType")]
5365     [System.SerializableAttribute]
5366     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
5367     public partial struct SqlString : System.Data.SqlTypes.INullable, System.IComparable, System.Xml.Serialization.IXmlSerializable
5368     {
5369         public static readonly int BinarySort;
5370         public static readonly int BinarySort2;
5371         public static readonly int IgnoreCase;
5372         public static readonly int IgnoreKanaType;
5373         public static readonly int IgnoreNonSpace;
5374         public static readonly int IgnoreWidth;
5375         public static readonly System.Data.SqlTypes.SqlString Null;
SqlStringSystem.Data.SqlTypes.SqlString5376         public SqlString(int lcid, System.Data.SqlTypes.SqlCompareOptions compareOptions, byte[] data) { throw null;}
SqlStringSystem.Data.SqlTypes.SqlString5377         public SqlString(int lcid, System.Data.SqlTypes.SqlCompareOptions compareOptions, byte[] data, bool fUnicode) { throw null;}
SqlStringSystem.Data.SqlTypes.SqlString5378         public SqlString(int lcid, System.Data.SqlTypes.SqlCompareOptions compareOptions, byte[] data, int index, int count) { throw null;}
SqlStringSystem.Data.SqlTypes.SqlString5379         public SqlString(int lcid, System.Data.SqlTypes.SqlCompareOptions compareOptions, byte[] data, int index, int count, bool fUnicode) { throw null;}
SqlStringSystem.Data.SqlTypes.SqlString5380         public SqlString(string data) { throw null;}
SqlStringSystem.Data.SqlTypes.SqlString5381         public SqlString(string data, int lcid) { throw null;}
SqlStringSystem.Data.SqlTypes.SqlString5382         public SqlString(string data, int lcid, System.Data.SqlTypes.SqlCompareOptions compareOptions) { throw null;}
5383         public System.Globalization.CompareInfo CompareInfo { get { throw null; } }
5384         public System.Globalization.CultureInfo CultureInfo { get { throw null; } }
5385         public bool IsNull { get { throw null; } }
5386         public int LCID { get { throw null; } }
5387         public System.Data.SqlTypes.SqlCompareOptions SqlCompareOptions { get { throw null; } }
5388         public string Value { get { throw null; } }
AddSystem.Data.SqlTypes.SqlString5389         public static System.Data.SqlTypes.SqlString Add(System.Data.SqlTypes.SqlString x, System.Data.SqlTypes.SqlString y) { throw null; }
CloneSystem.Data.SqlTypes.SqlString5390         public System.Data.SqlTypes.SqlString Clone() { throw null; }
CompareOptionsFromSqlCompareOptionsSystem.Data.SqlTypes.SqlString5391         public static System.Globalization.CompareOptions CompareOptionsFromSqlCompareOptions(System.Data.SqlTypes.SqlCompareOptions compareOptions) { throw null; }
CompareToSystem.Data.SqlTypes.SqlString5392         public int CompareTo(System.Data.SqlTypes.SqlString value) { throw null; }
CompareToSystem.Data.SqlTypes.SqlString5393         public int CompareTo(object value) { throw null; }
ConcatSystem.Data.SqlTypes.SqlString5394         public static System.Data.SqlTypes.SqlString Concat(System.Data.SqlTypes.SqlString x, System.Data.SqlTypes.SqlString y) { throw null; }
EqualsSystem.Data.SqlTypes.SqlString5395         public static System.Data.SqlTypes.SqlBoolean Equals(System.Data.SqlTypes.SqlString x, System.Data.SqlTypes.SqlString y) { throw null; }
EqualsSystem.Data.SqlTypes.SqlString5396         public override bool Equals(object value) { throw null; }
GetHashCodeSystem.Data.SqlTypes.SqlString5397         public override int GetHashCode() { throw null; }
GetNonUnicodeBytesSystem.Data.SqlTypes.SqlString5398         public byte[] GetNonUnicodeBytes() { throw null; }
GetUnicodeBytesSystem.Data.SqlTypes.SqlString5399         public byte[] GetUnicodeBytes() { throw null; }
GetXsdTypeSystem.Data.SqlTypes.SqlString5400         public static System.Xml.XmlQualifiedName GetXsdType(System.Xml.Schema.XmlSchemaSet schemaSet) { throw null; }
GreaterThanSystem.Data.SqlTypes.SqlString5401         public static System.Data.SqlTypes.SqlBoolean GreaterThan(System.Data.SqlTypes.SqlString x, System.Data.SqlTypes.SqlString y) { throw null; }
GreaterThanOrEqualSystem.Data.SqlTypes.SqlString5402         public static System.Data.SqlTypes.SqlBoolean GreaterThanOrEqual(System.Data.SqlTypes.SqlString x, System.Data.SqlTypes.SqlString y) { throw null; }
LessThanSystem.Data.SqlTypes.SqlString5403         public static System.Data.SqlTypes.SqlBoolean LessThan(System.Data.SqlTypes.SqlString x, System.Data.SqlTypes.SqlString y) { throw null; }
LessThanOrEqualSystem.Data.SqlTypes.SqlString5404         public static System.Data.SqlTypes.SqlBoolean LessThanOrEqual(System.Data.SqlTypes.SqlString x, System.Data.SqlTypes.SqlString y) { throw null; }
NotEqualsSystem.Data.SqlTypes.SqlString5405         public static System.Data.SqlTypes.SqlBoolean NotEquals(System.Data.SqlTypes.SqlString x, System.Data.SqlTypes.SqlString y) { throw null; }
operator +System.Data.SqlTypes.SqlString5406         public static System.Data.SqlTypes.SqlString operator +(System.Data.SqlTypes.SqlString x, System.Data.SqlTypes.SqlString y) { throw null; }
operator ==System.Data.SqlTypes.SqlString5407         public static System.Data.SqlTypes.SqlBoolean operator ==(System.Data.SqlTypes.SqlString x, System.Data.SqlTypes.SqlString y) { throw null; }
operator System.Data.SqlTypes.SqlStringSystem.Data.SqlTypes.SqlString5408         public static explicit operator System.Data.SqlTypes.SqlString (System.Data.SqlTypes.SqlBoolean x) { throw null; }
operator System.Data.SqlTypes.SqlStringSystem.Data.SqlTypes.SqlString5409         public static explicit operator System.Data.SqlTypes.SqlString (System.Data.SqlTypes.SqlByte x) { throw null; }
operator System.Data.SqlTypes.SqlStringSystem.Data.SqlTypes.SqlString5410         public static explicit operator System.Data.SqlTypes.SqlString (System.Data.SqlTypes.SqlDateTime x) { throw null; }
operator System.Data.SqlTypes.SqlStringSystem.Data.SqlTypes.SqlString5411         public static explicit operator System.Data.SqlTypes.SqlString (System.Data.SqlTypes.SqlDecimal x) { throw null; }
operator System.Data.SqlTypes.SqlStringSystem.Data.SqlTypes.SqlString5412         public static explicit operator System.Data.SqlTypes.SqlString (System.Data.SqlTypes.SqlDouble x) { throw null; }
operator System.Data.SqlTypes.SqlStringSystem.Data.SqlTypes.SqlString5413         public static explicit operator System.Data.SqlTypes.SqlString (System.Data.SqlTypes.SqlGuid x) { throw null; }
operator System.Data.SqlTypes.SqlStringSystem.Data.SqlTypes.SqlString5414         public static explicit operator System.Data.SqlTypes.SqlString (System.Data.SqlTypes.SqlInt16 x) { throw null; }
operator System.Data.SqlTypes.SqlStringSystem.Data.SqlTypes.SqlString5415         public static explicit operator System.Data.SqlTypes.SqlString (System.Data.SqlTypes.SqlInt32 x) { throw null; }
operator System.Data.SqlTypes.SqlStringSystem.Data.SqlTypes.SqlString5416         public static explicit operator System.Data.SqlTypes.SqlString (System.Data.SqlTypes.SqlInt64 x) { throw null; }
operator System.Data.SqlTypes.SqlStringSystem.Data.SqlTypes.SqlString5417         public static explicit operator System.Data.SqlTypes.SqlString (System.Data.SqlTypes.SqlMoney x) { throw null; }
operator System.Data.SqlTypes.SqlStringSystem.Data.SqlTypes.SqlString5418         public static explicit operator System.Data.SqlTypes.SqlString (System.Data.SqlTypes.SqlSingle x) { throw null; }
operator stringSystem.Data.SqlTypes.SqlString5419         public static explicit operator string (System.Data.SqlTypes.SqlString x) { throw null; }
operator >System.Data.SqlTypes.SqlString5420         public static System.Data.SqlTypes.SqlBoolean operator >(System.Data.SqlTypes.SqlString x, System.Data.SqlTypes.SqlString y) { throw null; }
operator >=System.Data.SqlTypes.SqlString5421         public static System.Data.SqlTypes.SqlBoolean operator >=(System.Data.SqlTypes.SqlString x, System.Data.SqlTypes.SqlString y) { throw null; }
operator System.Data.SqlTypes.SqlStringSystem.Data.SqlTypes.SqlString5422         public static implicit operator System.Data.SqlTypes.SqlString (string x) { throw null; }
operator !=System.Data.SqlTypes.SqlString5423         public static System.Data.SqlTypes.SqlBoolean operator !=(System.Data.SqlTypes.SqlString x, System.Data.SqlTypes.SqlString y) { throw null; }
operator <System.Data.SqlTypes.SqlString5424         public static System.Data.SqlTypes.SqlBoolean operator <(System.Data.SqlTypes.SqlString x, System.Data.SqlTypes.SqlString y) { throw null; }
operator <=System.Data.SqlTypes.SqlString5425         public static System.Data.SqlTypes.SqlBoolean operator <=(System.Data.SqlTypes.SqlString x, System.Data.SqlTypes.SqlString y) { throw null; }
System.Xml.Serialization.IXmlSerializable.GetSchemaSystem.Data.SqlTypes.SqlString5426         System.Xml.Schema.XmlSchema System.Xml.Serialization.IXmlSerializable.GetSchema() { throw null; }
System.Xml.Serialization.IXmlSerializable.ReadXmlSystem.Data.SqlTypes.SqlString5427         void System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader reader) { }
System.Xml.Serialization.IXmlSerializable.WriteXmlSystem.Data.SqlTypes.SqlString5428         void System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter writer) { }
ToSqlBooleanSystem.Data.SqlTypes.SqlString5429         public System.Data.SqlTypes.SqlBoolean ToSqlBoolean() { throw null; }
ToSqlByteSystem.Data.SqlTypes.SqlString5430         public System.Data.SqlTypes.SqlByte ToSqlByte() { throw null; }
ToSqlDateTimeSystem.Data.SqlTypes.SqlString5431         public System.Data.SqlTypes.SqlDateTime ToSqlDateTime() { throw null; }
ToSqlDecimalSystem.Data.SqlTypes.SqlString5432         public System.Data.SqlTypes.SqlDecimal ToSqlDecimal() { throw null; }
ToSqlDoubleSystem.Data.SqlTypes.SqlString5433         public System.Data.SqlTypes.SqlDouble ToSqlDouble() { throw null; }
ToSqlGuidSystem.Data.SqlTypes.SqlString5434         public System.Data.SqlTypes.SqlGuid ToSqlGuid() { throw null; }
ToSqlInt16System.Data.SqlTypes.SqlString5435         public System.Data.SqlTypes.SqlInt16 ToSqlInt16() { throw null; }
ToSqlInt32System.Data.SqlTypes.SqlString5436         public System.Data.SqlTypes.SqlInt32 ToSqlInt32() { throw null; }
ToSqlInt64System.Data.SqlTypes.SqlString5437         public System.Data.SqlTypes.SqlInt64 ToSqlInt64() { throw null; }
ToSqlMoneySystem.Data.SqlTypes.SqlString5438         public System.Data.SqlTypes.SqlMoney ToSqlMoney() { throw null; }
ToSqlSingleSystem.Data.SqlTypes.SqlString5439         public System.Data.SqlTypes.SqlSingle ToSqlSingle() { throw null; }
ToStringSystem.Data.SqlTypes.SqlString5440         public override string ToString() { throw null; }
5441     }
5442     [System.SerializableAttribute]
5443     public sealed partial class SqlTruncateException : System.Data.SqlTypes.SqlTypeException
5444     {
SqlTruncateException()5445         public SqlTruncateException() { }
SqlTruncateException(string message)5446         public SqlTruncateException(string message) { }
SqlTruncateException(string message, System.Exception e)5447         public SqlTruncateException(string message, System.Exception e) { }
5448     }
5449     [System.SerializableAttribute]
5450     public partial class SqlTypeException : System.SystemException
5451     {
SqlTypeException()5452         public SqlTypeException() { }
SqlTypeException(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext sc)5453         protected SqlTypeException(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext sc) { }
SqlTypeException(string message)5454         public SqlTypeException(string message) { }
SqlTypeException(string message, System.Exception e)5455         public SqlTypeException(string message, System.Exception e) { }
5456     }
5457     public partial class SqlTypesSchemaImporterExtensionHelper : System.Xml.Serialization.Advanced.SchemaImporterExtension
5458     {
5459         protected static readonly string SqlTypesNamespace;
SqlTypesSchemaImporterExtensionHelper(string name, string destinationType)5460         public SqlTypesSchemaImporterExtensionHelper(string name, string destinationType) { }
SqlTypesSchemaImporterExtensionHelper(string name, string destinationType, bool direct)5461         public SqlTypesSchemaImporterExtensionHelper(string name, string destinationType, bool direct) { }
SqlTypesSchemaImporterExtensionHelper(string name, string targetNamespace, string[] references, System.CodeDom.CodeNamespaceImport[] namespaceImports, string destinationType, bool direct)5462         public SqlTypesSchemaImporterExtensionHelper(string name, string targetNamespace, string[] references, System.CodeDom.CodeNamespaceImport[] namespaceImports, string destinationType, bool direct) { }
ImportSchemaType(string name, string xmlNamespace, System.Xml.Schema.XmlSchemaObject context, System.Xml.Serialization.XmlSchemas schemas, System.Xml.Serialization.XmlSchemaImporter importer, System.CodeDom.CodeCompileUnit compileUnit, System.CodeDom.CodeNamespace mainNamespace, System.Xml.Serialization.CodeGenerationOptions options, System.CodeDom.Compiler.CodeDomProvider codeProvider)5463         public override string ImportSchemaType(string name, string xmlNamespace, System.Xml.Schema.XmlSchemaObject context, System.Xml.Serialization.XmlSchemas schemas, System.Xml.Serialization.XmlSchemaImporter importer, System.CodeDom.CodeCompileUnit compileUnit, System.CodeDom.CodeNamespace mainNamespace, System.Xml.Serialization.CodeGenerationOptions options, System.CodeDom.Compiler.CodeDomProvider codeProvider) { throw null; }
ImportSchemaType(System.Xml.Schema.XmlSchemaType type, System.Xml.Schema.XmlSchemaObject context, System.Xml.Serialization.XmlSchemas schemas, System.Xml.Serialization.XmlSchemaImporter importer, System.CodeDom.CodeCompileUnit compileUnit, System.CodeDom.CodeNamespace mainNamespace, System.Xml.Serialization.CodeGenerationOptions options, System.CodeDom.Compiler.CodeDomProvider codeProvider)5464         public override string ImportSchemaType(System.Xml.Schema.XmlSchemaType type, System.Xml.Schema.XmlSchemaObject context, System.Xml.Serialization.XmlSchemas schemas, System.Xml.Serialization.XmlSchemaImporter importer, System.CodeDom.CodeCompileUnit compileUnit, System.CodeDom.CodeNamespace mainNamespace, System.Xml.Serialization.CodeGenerationOptions options, System.CodeDom.Compiler.CodeDomProvider codeProvider) { throw null; }
5465     }
5466     [System.Xml.Serialization.XmlSchemaProviderAttribute("GetXsdType")]
5467     [System.SerializableAttribute]
5468     public sealed partial class SqlXml : System.Data.SqlTypes.INullable, System.Xml.Serialization.IXmlSerializable
5469     {
SqlXml()5470         public SqlXml() { }
SqlXml(System.IO.Stream value)5471         public SqlXml(System.IO.Stream value) { }
SqlXml(System.Xml.XmlReader value)5472         public SqlXml(System.Xml.XmlReader value) { }
5473         public bool IsNull { get { throw null; } }
5474         public static System.Data.SqlTypes.SqlXml Null { get { throw null; } }
5475         public string Value { get { throw null; } }
CreateReader()5476         public System.Xml.XmlReader CreateReader() { throw null; }
GetXsdType(System.Xml.Schema.XmlSchemaSet schemaSet)5477         public static System.Xml.XmlQualifiedName GetXsdType(System.Xml.Schema.XmlSchemaSet schemaSet) { throw null; }
System.Xml.Serialization.IXmlSerializable.GetSchema()5478         System.Xml.Schema.XmlSchema System.Xml.Serialization.IXmlSerializable.GetSchema() { throw null; }
System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader r)5479         void System.Xml.Serialization.IXmlSerializable.ReadXml(System.Xml.XmlReader r) { }
System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter writer)5480         void System.Xml.Serialization.IXmlSerializable.WriteXml(System.Xml.XmlWriter writer) { }
5481     }
5482     public enum StorageState
5483     {
5484         Buffer = 0,
5485         Stream = 1,
5486         UnmanagedBuffer = 2,
5487     }
5488     public sealed partial class TypeBigIntSchemaImporterExtension : System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper
5489     {
TypeBigIntSchemaImporterExtension()5490         public TypeBigIntSchemaImporterExtension() : base (default(string), default(string), default(string[]), default(System.CodeDom.CodeNamespaceImport[]), default(string), default(bool)) { }
5491     }
5492     public sealed partial class TypeBinarySchemaImporterExtension : System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper
5493     {
TypeBinarySchemaImporterExtension()5494         public TypeBinarySchemaImporterExtension() : base (default(string), default(string), default(string[]), default(System.CodeDom.CodeNamespaceImport[]), default(string), default(bool)) { }
5495     }
5496     public sealed partial class TypeBitSchemaImporterExtension : System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper
5497     {
TypeBitSchemaImporterExtension()5498         public TypeBitSchemaImporterExtension() : base (default(string), default(string), default(string[]), default(System.CodeDom.CodeNamespaceImport[]), default(string), default(bool)) { }
5499     }
5500     public sealed partial class TypeCharSchemaImporterExtension : System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper
5501     {
TypeCharSchemaImporterExtension()5502         public TypeCharSchemaImporterExtension() : base (default(string), default(string), default(string[]), default(System.CodeDom.CodeNamespaceImport[]), default(string), default(bool)) { }
5503     }
5504     public sealed partial class TypeDateTimeSchemaImporterExtension : System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper
5505     {
TypeDateTimeSchemaImporterExtension()5506         public TypeDateTimeSchemaImporterExtension() : base (default(string), default(string), default(string[]), default(System.CodeDom.CodeNamespaceImport[]), default(string), default(bool)) { }
5507     }
5508     public sealed partial class TypeDecimalSchemaImporterExtension : System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper
5509     {
TypeDecimalSchemaImporterExtension()5510         public TypeDecimalSchemaImporterExtension() : base (default(string), default(string), default(string[]), default(System.CodeDom.CodeNamespaceImport[]), default(string), default(bool)) { }
5511     }
5512     public sealed partial class TypeFloatSchemaImporterExtension : System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper
5513     {
TypeFloatSchemaImporterExtension()5514         public TypeFloatSchemaImporterExtension() : base (default(string), default(string), default(string[]), default(System.CodeDom.CodeNamespaceImport[]), default(string), default(bool)) { }
5515     }
5516     public sealed partial class TypeIntSchemaImporterExtension : System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper
5517     {
TypeIntSchemaImporterExtension()5518         public TypeIntSchemaImporterExtension() : base (default(string), default(string), default(string[]), default(System.CodeDom.CodeNamespaceImport[]), default(string), default(bool)) { }
5519     }
5520     public sealed partial class TypeMoneySchemaImporterExtension : System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper
5521     {
TypeMoneySchemaImporterExtension()5522         public TypeMoneySchemaImporterExtension() : base (default(string), default(string), default(string[]), default(System.CodeDom.CodeNamespaceImport[]), default(string), default(bool)) { }
5523     }
5524     public sealed partial class TypeNCharSchemaImporterExtension : System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper
5525     {
TypeNCharSchemaImporterExtension()5526         public TypeNCharSchemaImporterExtension() : base (default(string), default(string), default(string[]), default(System.CodeDom.CodeNamespaceImport[]), default(string), default(bool)) { }
5527     }
5528     public sealed partial class TypeNTextSchemaImporterExtension : System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper
5529     {
TypeNTextSchemaImporterExtension()5530         public TypeNTextSchemaImporterExtension() : base (default(string), default(string), default(string[]), default(System.CodeDom.CodeNamespaceImport[]), default(string), default(bool)) { }
5531     }
5532     public sealed partial class TypeNumericSchemaImporterExtension : System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper
5533     {
TypeNumericSchemaImporterExtension()5534         public TypeNumericSchemaImporterExtension() : base (default(string), default(string), default(string[]), default(System.CodeDom.CodeNamespaceImport[]), default(string), default(bool)) { }
5535     }
5536     public sealed partial class TypeNVarCharSchemaImporterExtension : System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper
5537     {
TypeNVarCharSchemaImporterExtension()5538         public TypeNVarCharSchemaImporterExtension() : base (default(string), default(string), default(string[]), default(System.CodeDom.CodeNamespaceImport[]), default(string), default(bool)) { }
5539     }
5540     public sealed partial class TypeRealSchemaImporterExtension : System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper
5541     {
TypeRealSchemaImporterExtension()5542         public TypeRealSchemaImporterExtension() : base (default(string), default(string), default(string[]), default(System.CodeDom.CodeNamespaceImport[]), default(string), default(bool)) { }
5543     }
5544     public sealed partial class TypeSmallDateTimeSchemaImporterExtension : System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper
5545     {
TypeSmallDateTimeSchemaImporterExtension()5546         public TypeSmallDateTimeSchemaImporterExtension() : base (default(string), default(string), default(string[]), default(System.CodeDom.CodeNamespaceImport[]), default(string), default(bool)) { }
5547     }
5548     public sealed partial class TypeSmallIntSchemaImporterExtension : System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper
5549     {
TypeSmallIntSchemaImporterExtension()5550         public TypeSmallIntSchemaImporterExtension() : base (default(string), default(string), default(string[]), default(System.CodeDom.CodeNamespaceImport[]), default(string), default(bool)) { }
5551     }
5552     public sealed partial class TypeSmallMoneySchemaImporterExtension : System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper
5553     {
TypeSmallMoneySchemaImporterExtension()5554         public TypeSmallMoneySchemaImporterExtension() : base (default(string), default(string), default(string[]), default(System.CodeDom.CodeNamespaceImport[]), default(string), default(bool)) { }
5555     }
5556     public sealed partial class TypeTextSchemaImporterExtension : System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper
5557     {
TypeTextSchemaImporterExtension()5558         public TypeTextSchemaImporterExtension() : base (default(string), default(string), default(string[]), default(System.CodeDom.CodeNamespaceImport[]), default(string), default(bool)) { }
5559     }
5560     public sealed partial class TypeTinyIntSchemaImporterExtension : System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper
5561     {
TypeTinyIntSchemaImporterExtension()5562         public TypeTinyIntSchemaImporterExtension() : base (default(string), default(string), default(string[]), default(System.CodeDom.CodeNamespaceImport[]), default(string), default(bool)) { }
5563     }
5564     public sealed partial class TypeUniqueIdentifierSchemaImporterExtension : System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper
5565     {
TypeUniqueIdentifierSchemaImporterExtension()5566         public TypeUniqueIdentifierSchemaImporterExtension() : base (default(string), default(string), default(string[]), default(System.CodeDom.CodeNamespaceImport[]), default(string), default(bool)) { }
5567     }
5568     public sealed partial class TypeVarBinarySchemaImporterExtension : System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper
5569     {
TypeVarBinarySchemaImporterExtension()5570         public TypeVarBinarySchemaImporterExtension() : base (default(string), default(string), default(string[]), default(System.CodeDom.CodeNamespaceImport[]), default(string), default(bool)) { }
5571     }
5572     public sealed partial class TypeVarCharSchemaImporterExtension : System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper
5573     {
TypeVarCharSchemaImporterExtension()5574         public TypeVarCharSchemaImporterExtension() : base (default(string), default(string), default(string[]), default(System.CodeDom.CodeNamespaceImport[]), default(string), default(bool)) { }
5575     }
5576     public sealed partial class TypeVarImageSchemaImporterExtension : System.Data.SqlTypes.SqlTypesSchemaImporterExtensionHelper
5577     {
TypeVarImageSchemaImporterExtension()5578         public TypeVarImageSchemaImporterExtension() : base (default(string), default(string), default(string[]), default(System.CodeDom.CodeNamespaceImport[]), default(string), default(bool)) { }
5579     }
5580 }
5581 namespace System.Xml
5582 {
5583     [System.ObsoleteAttribute("XmlDataDocument class will be removed in a future release.")]
5584     public partial class XmlDataDocument : System.Xml.XmlDocument
5585     {
XmlDataDocument()5586         public XmlDataDocument() { }
XmlDataDocument(System.Data.DataSet dataset)5587         public XmlDataDocument(System.Data.DataSet dataset) { }
5588         public System.Data.DataSet DataSet { get { throw null; } }
CloneNode(bool deep)5589         public override System.Xml.XmlNode CloneNode(bool deep) { throw null; }
CreateElement(string prefix, string localName, string namespaceURI)5590         public override System.Xml.XmlElement CreateElement(string prefix, string localName, string namespaceURI) { throw null; }
CreateEntityReference(string name)5591         public override System.Xml.XmlEntityReference CreateEntityReference(string name) { throw null; }
CreateNavigator(System.Xml.XmlNode node)5592         protected override System.Xml.XPath.XPathNavigator CreateNavigator(System.Xml.XmlNode node) { throw null; }
GetElementById(string elemId)5593         public override System.Xml.XmlElement GetElementById(string elemId) { throw null; }
GetElementFromRow(System.Data.DataRow r)5594         public System.Xml.XmlElement GetElementFromRow(System.Data.DataRow r) { throw null; }
GetElementsByTagName(string name)5595         public override System.Xml.XmlNodeList GetElementsByTagName(string name) { throw null; }
GetRowFromElement(System.Xml.XmlElement e)5596         public System.Data.DataRow GetRowFromElement(System.Xml.XmlElement e) { throw null; }
Load(System.IO.Stream inStream)5597         public override void Load(System.IO.Stream inStream) { }
Load(System.IO.TextReader txtReader)5598         public override void Load(System.IO.TextReader txtReader) { }
Load(string filename)5599         public override void Load(string filename) { }
Load(System.Xml.XmlReader reader)5600         public override void Load(System.Xml.XmlReader reader) { }
5601     }
5602 }
5603