Compartilhar via


ProcedureConfiguration.IsAlwaysBindable Property

 

If the procedure IsBindable is it Always bindable.

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

Syntax

public virtual bool IsAlwaysBindable { get; }
public:
property bool IsAlwaysBindable {
    virtual bool get();
}
abstract IsAlwaysBindable : bool with get
override IsAlwaysBindable : bool with get
Public Overridable ReadOnly Property IsAlwaysBindable As Boolean

Property Value

Type: System.Boolean

See Also

ProcedureConfiguration Class
System.Web.Http.OData.Builder Namespace

Return to top