ProcedureConfiguration.IsBindable Property
Can the procedure be bound to a url representing the BindingParameter.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.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
Returns Boolean.
See Also
ProcedureConfiguration Class
System.Web.OData.Builder Namespace
Return to top