다음을 통해 공유


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입니다.

적용 대상