QueryDefinition Properties

The QueryDefinition type exposes the following members.

Properties
  NameDescription
Public propertyCommandTimeout
Gets or sets the wait time before terminating the attempt to execute a command and generating an error.
Public propertyMaxRecords
Gets the maximum number or records to return.
Public propertyParameters
Gets the parameter values.
Public propertyQueryHints
Gets the query hint values for the current instance.
Public propertyQueryStatement
Gets the query statement.
Public propertyStructureDefinition
Gets the data structure definition.
Top
See Also