QueryableRestrictions Constructor

 

Namespace:   System.Web.OData
Assembly:  System.Web.OData (in System.Web.OData.dll)

Overload List

Name Description
System_CAPS_pubmethod QueryableRestrictions()

Initializes a new instance of the QueryableRestrictions class.

System_CAPS_pubmethod QueryableRestrictions(PropertyConfiguration)

Initializes a new instance of the QueryableRestrictions class.

See Also

QueryableRestrictions Class
System.Web.OData Namespace

Return to top

QueryableRestrictions Constructor ()

Initializes a new instance of the QueryableRestrictions class.

Syntax

public QueryableRestrictions()
public:
QueryableRestrictions()
new : unit -> QueryableRestrictions
Public Sub New

Return to top

QueryableRestrictions Constructor (PropertyConfiguration)

Initializes a new instance of the QueryableRestrictions class.

Syntax

public QueryableRestrictions(
    PropertyConfiguration propertyConfiguration
)
public:
QueryableRestrictions(
    PropertyConfiguration^ propertyConfiguration
)
new : 
        propertyConfiguration:PropertyConfiguration -> QueryableRestrictions
Public Sub New (
    propertyConfiguration As PropertyConfiguration
)

Parameters

Return to top