IQuerySqlGenerator.IsCacheable Property

Definition

Gets a value indicating whether the generated SQL is cacheable.

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

Property Value

true if the generated SQL is cacheable, false if not.

Applies to