GraphqlDbAdapter Constructor (DbDataAdapter, GraphqlConfiguration)

NReco.GraphQL Class Library Documentation
Initializes a new instance of the GraphqlDbAdapter with NReco.Data DbDataAdapter.

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

public GraphqlDbAdapter(
	DbDataAdapter dbDataAdapter,
	GraphqlConfiguration graphqlConfiguration
)

Parameters

dbDataAdapter
Type: DbDataAdapter
configured data access component
graphqlConfiguration
Type: NReco.GraphQL.SchemasGraphqlConfiguration
data schema mapping configuration
See Also

Reference