DbDataAdapterDataSource Class

NReco.GraphQL Class Library Documentation
Default implementation of IDbDataSource based on DbDataAdapter.
Inheritance Hierarchy

System.Object
  NReco.GraphQL.DbDataAdapterDataSource

Namespace:  NReco.GraphQL
Assembly:  NReco.GraphQL (in NReco.GraphQL.dll) Version: 1.0.0
Syntax

public class DbDataAdapterDataSource : IDbDataSource

The DbDataAdapterDataSource type exposes the following members.

Constructors

  NameDescription
Public methodDbDataAdapterDataSource
Initializes a new instance of the DbDataAdapterDataSource class
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodExecuteReader<T>
Public methodExecuteReaderAsync<T>
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference