QueryParametersRemove Method (Int32) |
|
DataPA OpenAnalytics API Reference
Removes a QueryParameter from this collection.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool Remove(
int Index
)
Public Function Remove (
Index As Integer
) As Boolean
public:
virtual bool Remove(
int Index
) sealed
Parameters
- Index
- Type: SystemInt32
The index of the object you wish to remove.
Return Value
Type:
BooleanTrue if an object the object is removed.
Remarks See Also