@@ -1796,7 +1796,7 @@ protected DbColumn() { }
1796
1796
public int ? NumericScale { get { throw null ; } protected set { } }
1797
1797
public string UdtAssemblyQualifiedName { get { throw null ; } protected set { } }
1798
1798
}
1799
- public abstract partial class DbCommand : System . ComponentModel . Component , System . Data . IDbCommand , System . IDisposable
1799
+ public abstract partial class DbCommand : System . ComponentModel . Component , System . Data . IDbCommand , System . IDisposable , System . IAsyncDisposable
1800
1800
{
1801
1801
protected DbCommand ( ) { }
1802
1802
[ System . ComponentModel . DefaultValueAttribute ( "" ) ]
@@ -1893,7 +1893,7 @@ protected void RowUpdatingHandler(System.Data.Common.RowUpdatingEventArgs rowUpd
1893
1893
protected abstract void SetRowUpdatingHandler ( System . Data . Common . DbDataAdapter adapter ) ;
1894
1894
public virtual string UnquoteIdentifier ( string quotedIdentifier ) { throw null ; }
1895
1895
}
1896
- public abstract partial class DbConnection : System . ComponentModel . Component , System . Data . IDbConnection , System . IDisposable
1896
+ public abstract partial class DbConnection : System . ComponentModel . Component , System . Data . IDbConnection , System . IDisposable , System . IAsyncDisposable
1897
1897
{
1898
1898
protected DbConnection ( ) { }
1899
1899
[ System . ComponentModel . DefaultValueAttribute ( "" ) ]
@@ -2050,7 +2050,7 @@ protected virtual void TerminateBatching() { }
2050
2050
public int Update ( System . Data . DataSet dataSet , string srcTable ) { throw null ; }
2051
2051
public int Update ( System . Data . DataTable dataTable ) { throw null ; }
2052
2052
}
2053
- public abstract partial class DbDataReader : System . MarshalByRefObject , System . Collections . IEnumerable , System . Data . IDataReader , System . Data . IDataRecord , System . IDisposable
2053
+ public abstract partial class DbDataReader : System . MarshalByRefObject , System . Collections . IEnumerable , System . Data . IDataReader , System . Data . IDataRecord , System . IDisposable , System . IAsyncDisposable
2054
2054
{
2055
2055
protected DbDataReader ( ) { }
2056
2056
public abstract int Depth { get ; }
@@ -2353,7 +2353,7 @@ public sealed partial class DbProviderSpecificTypePropertyAttribute : System.Att
2353
2353
public DbProviderSpecificTypePropertyAttribute ( bool isProviderSpecificTypeProperty ) { }
2354
2354
public bool IsProviderSpecificTypeProperty { get { throw null ; } }
2355
2355
}
2356
- public abstract partial class DbTransaction : System . MarshalByRefObject , System . Data . IDbTransaction , System . IDisposable
2356
+ public abstract partial class DbTransaction : System . MarshalByRefObject , System . Data . IDbTransaction , System . IDisposable , System . IAsyncDisposable
2357
2357
{
2358
2358
protected DbTransaction ( ) { }
2359
2359
public System . Data . Common . DbConnection Connection { get { throw null ; } }
0 commit comments