Share 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

'Declaration
Public Overridable ReadOnly Property IsAlwaysBindable As Boolean 
    Get
'Usage
Dim instance As ProcedureConfiguration 
Dim value As Boolean 

value = instance.IsAlwaysBindable
public virtual bool IsAlwaysBindable { get; }
public:
virtual property bool IsAlwaysBindable {
    bool get ();
}
abstract IsAlwaysBindable : bool 
override IsAlwaysBindable : bool
function get IsAlwaysBindable () : boolean

Property Value

Type: System.Boolean
true if the procedure is always bindable; otherwise, false.

See Also

Reference

ProcedureConfiguration Class

System.Web.Http.OData.Builder Namespace