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 | |
---|---|---|
![]() | ExecuteReader<T> |
Executes specified Query and provides a data reader to specified handler.
|
![]() | ExecuteReaderAsync<T> |
Executes asynchronously specified Query and provides a data reader to specified handler.
|
See Also