Overload List
| Name | Description | |
|---|---|---|
| GraphqlDbAdapter(DbDataAdapter, GraphqlConfiguration) |
Initializes a new instance of the GraphqlDbAdapter with NReco.Data DbDataAdapter.
| |
| GraphqlDbAdapter(IDbDataSource, GraphqlConfiguration) |
Initializes a new instance of the GraphqlDbAdapter with IDbDataSource.
| |
| GraphqlDbAdapter(DbDataAdapter, GraphqlConfiguration, GraphqlSchemaOption) |
Initializes a new instance of the GraphqlDbAdapter with NReco.Data DbDataAdapter and custom resolvers for underlying GraphQL.NET library.
| |
| GraphqlDbAdapter(IDbDataSource, GraphqlConfiguration, GraphqlSchemaOption) |
Initializes a new instance of the GraphqlDbAdapter with IDbDataSource and custom resolvers for underlying GraphQL.NET library.
|
See Also