Click or drag to resize
QueryParameters Fields

The QueryParameters type exposes the following members.

Fields
  NameDescription
Public fieldConnectionStringName
Connection string name to use
Public fieldExecutionType
Execution type.
Protected fieldmAllowCache
If true, caching of the query is allowed.
Public fieldMaxRecords
Maximum number of records to get. If maxRecords is zero or less, all records are returned (no paging is used)
Public fieldName
Query name.
Public fieldOffset
Index of first record to get
Public fieldParams
Query parameters.
Public fieldRequiresTransaction
Requires transaction.
Public fieldText
Query text.
Public fieldType
Query type.
Public fieldUseNewConnection
If true, a new connection instance is created for this query execution
Top
See Also