1 interface inheriting from IDataAdapter
System.Data.Common (1)
System\Data\IDbDataAdapter.cs (1)
6
public interface IDbDataAdapter :
IDataAdapter
1 implementation of IDataAdapter
System.Data.Common (1)
System\Data\Common\DataAdapter.cs (1)
13
public 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)
185
ITableMappingCollection
IDataAdapter
.TableMappings => TableMappings;