DefaultQuerySqlGenerator.IsCacheable Özellik

Tanım

Bu SQL sorgusunun önbelleklenebilir olup olmadığını gösteren bir değer alır.

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

Özellik Değeri

Boolean

Bu SQL sorgusu önbelleklenebilir ise true, değilse false.

Şunlara uygulanır