다음을 통해 공유


DefaultQuerySqlGenerator.IsCacheable 속성

정의

이 SQL 쿼리를 캐시할 수 있는지 여부를 나타내는 값을 가져옵니다.

public bool IsCacheable { get; }
public virtual bool IsCacheable { get; protected set; }
member this.IsCacheable : bool
member this.IsCacheable : bool with get, set
Public ReadOnly Property IsCacheable As Boolean
Public Overridable Property IsCacheable As Boolean

속성 값

이 SQL 쿼리를 캐시할 수 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상