DbDataAdapterDataSource Class

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

SystemObject
  NReco.GraphQLDbDataAdapterDataSource

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 methodExecuteReaderT
Public methodExecuteReaderAsyncT
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