Share via


QueryCompilationContext.IsQueryBufferRequired Property

Definition

Gets a value indicating whether this query requires a query buffer.

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

Property Value

true if this query requires a query buffer, false if not.

Applies to