| QueryDataParameters Properties | 
The QueryDataParameters type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Count | 
            Number of the registered parameters
             | 
|  | ExistingLocalParameters | 
            Table of existing parameters [name -> DataParameter]
             | 
|  | ExtraLocalMacros | 
            Extra query macros
             | 
|  | FillDataSet | 
            DataSet to be filled by the query. If not given, new DataSet is created
             | 
|  | ItemInt32 | 
            Returns the parameter on specified index.
             | 
|  | ItemString | 
            Returns the parameter of the specified name.
             | 
|  | LocalParameters | 
            List of parameters defined locally in this instance
             | 
|  | MacroCount | 
            Number of macros in the data parameters
             | 
|  | ParentParameters | 
            Parent query parameters
             | 
|  | QueryAfter | 
            Text included after the query
             | 
|  | QueryBefore | 
            Text included before the query
             | 
|  | Source | 
            Source of the data
             | 
 See Also
See Also