共用方式為


IQuerySqlGenerator.IsCacheable 屬性

定義

取得值,指出產生的 SQL 是否可快取。

public bool IsCacheable { get; }
member this.IsCacheable : bool
Public ReadOnly Property IsCacheable As Boolean

屬性值

如果產生的 SQL 是可快取的,則為 true,否則為 false。

適用於