Compartir a través de


EdmFunctionPayload.IsCachedStoreFunction Propiedad

Definición

Obtiene o establece si esta función es una función de almacén almacenada en caché.

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

Valor de propiedad

true si esta función es una función de almacén almacenada en caché; de lo contrario, false.

Se aplica a