Class
QueryOptionsImp

Definition

Namespace:Telerik.OpenAccess.SPI

Assembly:Telerik.OpenAccess.dll

Syntax:

cs-api-definition
public sealed class QueryOptionsImp

Inheritance: objectQueryOptionsImp

Constructors

QueryOptionsImp()

Declaration

cs-api-definition
public QueryOptionsImp()

Properties

Debug

Declaration

cs-api-definition
public bool Debug { get; set; }

Property Value

bool

FetchPlan

Declaration

cs-api-definition
public FetchPlan FetchPlan { get; set; }

Property Value

FetchPlan

NoCompiledQueryCaching

Declaration

cs-api-definition
public bool NoCompiledQueryCaching { get; set; }

Property Value

bool

NoSecondLevelCaching

Declaration

cs-api-definition
public bool NoSecondLevelCaching { get; set; }

Property Value

bool

Options

Declaration

cs-api-definition
public QueryOptions Options { get; set; }

Property Value

QueryOptions