ModelBoundQuerySettings Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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