Represents abstract data source for GraphqlDbAdapter.
Namespace: NReco.GraphQL
Assembly: NReco.GraphQL (in NReco.GraphQL.dll) Version: 1.0.0
Syntax
The IDbDataSource type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | ExecuteReaderT |
Executes specified Query and provides a data reader to specified handler.
|
![]() | ExecuteReaderAsyncT |
Executes asynchronously specified Query and provides a data reader to specified handler.
|
See Also