IDbDataSource Interface

NReco.GraphQL Class Library Documentation
Represents abstract data source for GraphqlDbAdapter.

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

public interface IDbDataSource

The IDbDataSource type exposes the following members.

Methods

  NameDescription
Public methodExecuteReaderT
Executes specified Query and provides a data reader to specified handler.
Public methodExecuteReaderAsyncT
Executes asynchronously specified Query and provides a data reader to specified handler.
Top
See Also

Reference