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.
Does the procedure have side-effects.
Namespace: System.Web.OData.Builder
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public abstract bool IsSideEffecting { get; }
public:
property bool IsSideEffecting {
virtual bool get() abstract;
}
abstract IsSideEffecting : bool with get
Public MustOverride ReadOnly Property IsSideEffecting As Boolean
Property Value
Type: System.Boolean
Returns Boolean.
See Also
ProcedureConfiguration Class
System.Web.OData.Builder Namespace
Return to top