共用方式為


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。

適用於