1 interface inheriting from IDataAdapter
System.Data.Common (1)
System\Data\IDbDataAdapter.cs (1)
6public interface IDbDataAdapter : IDataAdapter
1 implementation of IDataAdapter
System.Data.Common (1)
System\Data\Common\DataAdapter.cs (1)
13public class DataAdapter : Component, IDataAdapter
3 references to IDataAdapter
netstandard (1)
netstandard.cs (1)
535[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.IDataAdapter))]
System.Data (1)
src\runtime\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;