QueryParametersItem Property (Int32) |
|
DataPA OpenAnalytics API Reference
Gets and sets a QueryParameter in this collection.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public QueryParameter this[
int Index
] { get; set; }
Public Property Item (
Index As Integer
) As QueryParameter
Get
Set
public:
virtual property QueryParameter^ Item[int Index] {
QueryParameter^ get (int Index) sealed;
void set (int Index, QueryParameter^ value) sealed;
}
function get_Item(Index);
function set_Item(value);
Parameters
- Index
- Type: SystemInt32
The index of the QueryParameter
Property Value
Type:
QueryParameterThe QueryParameter you wish to place in the collection.
Return Value
Type:
QueryParameterThe QueryParameter you wish to retrieve from the collection.
Remarks See Also