Udostępnij za pośrednictwem


ProcedureConfiguration.IsSideEffecting Property

 

Does the procedure have side-effects.

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

Syntax

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

Property Value

Type: System.Boolean

See Also

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

Return to top