1 interface inheriting from IDataAdapter
System.Data.Common (1)
System\Data\IDbDataAdapter.cs (1)
6public interface IDbDataAdapter : IDataAdapter
2 implementations of IDataAdapter
System.Data.Common (1)
System\Data\Common\DataAdapter.cs (1)
13public class DataAdapter : Component, IDataAdapter
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net9.0\System.Data.OleDb.notsupported.cs (1)
154public sealed partial class OleDbDataAdapter : System.Data.Common.DbDataAdapter, System.Data.IDataAdapter, System.Data.IDbDataAdapter, System.ICloneable
3 references to IDataAdapter
netstandard (1)
netstandard.cs (1)
535[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.IDataAdapter))]
System.Data (1)
src\libraries\shims\System.Data\ref\System.Data.cs (1)
101[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.IDataAdapter))]
System.Data.Common (1)
System\Data\Common\DataAdapter.cs (1)
185ITableMappingCollection IDataAdapter.TableMappings => TableMappings;