Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Can the procedure be bound to a url representing the BindingParameter.
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public virtual bool IsBindable { get; }
public:
property bool IsBindable {
virtual bool get();
}
abstract IsBindable : bool with get
override IsBindable : bool with get
Public Overridable ReadOnly Property IsBindable As Boolean
Property Value
Type: System.Boolean
See Also
ProcedureConfiguration Class
System.Web.Http.OData.Builder Namespace
Return to top