Query Properties

The Query type exposes the following members.

Properties

 

Name

Description

Public property

Constraints

The expression used to filter the query

Public property

IsNativeQuery

Indicates that this query is an Connector specific query

Public property

IsTestQuery

Defines this query as a test query

Public property

NativeQueryText

Contains the text of an Connector specific query

Public property

RootEntity

The Entity at the root of the query

Public property

RowLimit

Defines the top X rows the caller is expecting, a default value of zero expects all results from the query.

See

Query Class

Scribe.Core.ConnectorApi.Query Namespace