EdmFunctionPayload.IsCachedStoreFunction 属性

定义

获取或设置此函数是否为缓存存储函数。

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

属性值

如果此函数是缓存存储函数,则为 true;否则为 false。

适用于