GraphqlDbAdapter Constructor

NReco.GraphQL Class Library Documentation
Overload List

  NameDescription
Public methodGraphqlDbAdapter(DbDataAdapter, GraphqlConfiguration)
Initializes a new instance of the GraphqlDbAdapter with NReco.Data DbDataAdapter.
Public methodGraphqlDbAdapter(IDbDataSource, GraphqlConfiguration)
Initializes a new instance of the GraphqlDbAdapter with IDbDataSource.
Public methodGraphqlDbAdapter(DbDataAdapter, GraphqlConfiguration, GraphqlSchemaOption)
Initializes a new instance of the GraphqlDbAdapter with NReco.Data DbDataAdapter and custom resolvers for underlying GraphQL.NET library.
Public methodGraphqlDbAdapter(IDbDataSource, GraphqlConfiguration, GraphqlSchemaOption)
Initializes a new instance of the GraphqlDbAdapter with IDbDataSource and custom resolvers for underlying GraphQL.NET library.
Top
See Also

Reference