GraphqlDbAdapterOptions Class

NReco.GraphQL Class Library Documentation
Graphql query execution options for GraphqlDbAdapter.
Inheritance Hierarchy

SystemObject
  NReco.GraphQL.ConfigurationGraphqlDbAdapterOptions

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

public class GraphqlDbAdapterOptions

The GraphqlDbAdapterOptions type exposes the following members.

Constructors

  NameDescription
Public methodGraphqlDbAdapterOptions
Initializes a new instance of the GraphqlDbAdapterOptions class
Top
Properties

  NameDescription
Public propertyEnableInternalException
Enable internal exception. By default - False
Public propertyEnableMetrix
Enable calculating of execution time for each execution By default - False; disabling will increase performance
Public propertyEnableMiddleware
Enable middleware fields processing. By default - False
Public propertyFilter
Filter options.
Public propertyPagination
Pagination options.
Public propertySort
Sorting options.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference