QueryConditionsItem Property (Int32) |
|
DataPA OpenAnalytics API Reference
Gets a Condition object
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public QueryCondition this[
int Index
] { get; }
Public ReadOnly Property Item (
Index As Integer
) As QueryCondition
Get
public:
virtual property QueryCondition^ Item[int Index] {
QueryCondition^ get (int Index) sealed;
}
function get_Item(Index);
Parameters
- Index
- Type: SystemInt32
The index of the object to return
Return Value
Type:
QueryConditionA Condition object
Remarks See Also