@@ -8,6 +8,9 @@ namespace System.Data.OleDb
88{
99 [ System . ComponentModel . DesignerAttribute ( "Microsoft.VSDesigner.Data.VS.OleDbCommandDesigner, Microsoft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" ) ]
1010 [ System . ComponentModel . ToolboxItemAttribute ( true ) ]
11+ #if NET
12+ [ System . Diagnostics . CodeAnalysis . RequiresDynamicCode ( "OleDbConnection is not AOT-compatible." ) ]
13+ #endif
1114 public sealed partial class OleDbCommand : System . Data . Common . DbCommand , System . Data . IDbCommand , System . ICloneable , System . IDisposable
1215 {
1316 public OleDbCommand ( ) { }
@@ -81,6 +84,9 @@ protected override void SetRowUpdatingHandler(System.Data.Common.DbDataAdapter a
8184 public string UnquoteIdentifier ( string quotedIdentifier , System . Data . OleDb . OleDbConnection ? connection ) { throw null ; }
8285 }
8386 [ System . ComponentModel . DefaultEventAttribute ( "InfoMessage" ) ]
87+ #if NET
88+ [ System . Diagnostics . CodeAnalysis . RequiresDynamicCode ( "OleDbConnection is not AOT-compatible." ) ]
89+ #endif
8490 public sealed partial class OleDbConnection : System . Data . Common . DbConnection , System . Data . IDbConnection , System . ICloneable , System . IDisposable
8591 {
8692 public OleDbConnection ( ) { }
@@ -127,6 +133,9 @@ public void ResetState() { }
127133 }
128134 [ System . ComponentModel . DefaultPropertyAttribute ( "Provider" ) ]
129135 [ System . ComponentModel . RefreshPropertiesAttribute ( System . ComponentModel . RefreshProperties . All ) ]
136+ #if NET
137+ [ System . Diagnostics . CodeAnalysis . RequiresDynamicCode ( "OleDbConnection is not AOT-compatible." ) ]
138+ #endif
130139 public sealed partial class OleDbConnectionStringBuilder : System . Data . Common . DbConnectionStringBuilder
131140 {
132141 public OleDbConnectionStringBuilder ( ) { }
@@ -151,6 +160,9 @@ public override void Clear() { }
151160 }
152161 [ System . ComponentModel . DesignerAttribute ( "Microsoft.VSDesigner.Data.VS.OleDbDataAdapterDesigner, Microsoft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" ) ]
153162 [ System . ComponentModel . ToolboxItemAttribute ( "Microsoft.VSDesigner.Data.VS.OleDbDataAdapterToolboxItem, Microsoft.VSDesigner, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" ) ]
163+ #if NET
164+ [ System . Diagnostics . CodeAnalysis . RequiresDynamicCode ( "OleDbConnection is not AOT-compatible." ) ]
165+ #endif
154166 public sealed partial class OleDbDataAdapter : System . Data . Common . DbDataAdapter , System . Data . IDataAdapter , System . Data . IDbDataAdapter , System . ICloneable
155167 {
156168 public OleDbDataAdapter ( ) { }
@@ -183,6 +195,9 @@ protected override void OnRowUpdated(System.Data.Common.RowUpdatedEventArgs valu
183195 protected override void OnRowUpdating ( System . Data . Common . RowUpdatingEventArgs value ) { }
184196 object System . ICloneable . Clone ( ) { throw null ; }
185197 }
198+ #if NET
199+ [ System . Diagnostics . CodeAnalysis . RequiresDynamicCode ( "OleDbConnection is not AOT-compatible." ) ]
200+ #endif
186201 public sealed partial class OleDbDataReader : System . Data . Common . DbDataReader
187202 {
188203 internal OleDbDataReader ( ) { }
@@ -229,8 +244,17 @@ public override void Close() { }
229244 public sealed partial class OleDbEnumerator
230245 {
231246 public OleDbEnumerator ( ) { }
247+ #if NET
248+ [ System . Diagnostics . CodeAnalysis . RequiresDynamicCode ( "OleDbConnection is not AOT-compatible." ) ]
249+ #endif
232250 public System . Data . DataTable GetElements ( ) { throw null ; }
251+ #if NET
252+ [ System . Diagnostics . CodeAnalysis . RequiresDynamicCode ( "OleDbConnection is not AOT-compatible." ) ]
253+ #endif
233254 public static System . Data . OleDb . OleDbDataReader GetEnumerator ( System . Type type ) { throw null ; }
255+ #if NET
256+ [ System . Diagnostics . CodeAnalysis . RequiresDynamicCode ( "OleDbConnection is not AOT-compatible." ) ]
257+ #endif
234258 public static System . Data . OleDb . OleDbDataReader GetRootEnumerator ( ) { throw null ; }
235259 }
236260 public sealed partial class OleDbError
@@ -265,6 +289,9 @@ internal OleDbException() { }
265289#endif
266290 public override void GetObjectData ( System . Runtime . Serialization . SerializationInfo si , System . Runtime . Serialization . StreamingContext context ) { }
267291 }
292+ #if NET
293+ [ System . Diagnostics . CodeAnalysis . RequiresDynamicCode ( "OleDbConnection is not AOT-compatible." ) ]
294+ #endif
268295 public sealed partial class OleDbFactory : System . Data . Common . DbProviderFactory
269296 {
270297 internal OleDbFactory ( ) { }
@@ -477,6 +504,9 @@ public sealed partial class OleDbSchemaGuid
477504 public static readonly System . Guid View_Table_Usage ;
478505 public OleDbSchemaGuid ( ) { }
479506 }
507+ #if NET
508+ [ System . Diagnostics . CodeAnalysis . RequiresDynamicCode ( "OleDbConnection is not AOT-compatible." ) ]
509+ #endif
480510 public sealed partial class OleDbTransaction : System . Data . Common . DbTransaction
481511 {
482512 internal OleDbTransaction ( ) { }
0 commit comments