Share via


ModelBoundQuerySettings Constructors

Definition

Overloads

ModelBoundQuerySettings()

Instantiates a new instance of the ModelBoundQuerySettings class

ModelBoundQuerySettings(ModelBoundQuerySettings)

Copy and create new instance of the ModelBoundQuerySettings class

ModelBoundQuerySettings()

Instantiates a new instance of the ModelBoundQuerySettings class

public ModelBoundQuerySettings ();
Public Sub New ()

Applies to

ModelBoundQuerySettings(ModelBoundQuerySettings)

Copy and create new instance of the ModelBoundQuerySettings class

public ModelBoundQuerySettings (Microsoft.AspNet.OData.Query.ModelBoundQuerySettings querySettings);
new Microsoft.AspNet.OData.Query.ModelBoundQuerySettings : Microsoft.AspNet.OData.Query.ModelBoundQuerySettings -> Microsoft.AspNet.OData.Query.ModelBoundQuerySettings
Public Sub New (querySettings As ModelBoundQuerySettings)

Parameters

querySettings
ModelBoundQuerySettings

Applies to