Share via


EdmFunctionPayload.IsCachedStoreFunction Property

Definition

Gets or sets whether this function is a cached store function.

public Nullable<bool> IsCachedStoreFunction { get; set; }
member this.IsCachedStoreFunction : Nullable<bool> with get, set
Public Property IsCachedStoreFunction As Nullable(Of Boolean)

Property Value

true if this function is a cached store function; otherwise, false.

Applies to