QueryConditionCopy Method |
|
DataPA OpenAnalytics API Reference
Copies all of the properties of the given object to this object
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void Copy(
QueryCondition obj
)
Public Sub Copy (
obj As QueryCondition
)
public:
virtual void Copy(
QueryCondition^ obj
) sealed
Parameters
- obj
- Type: DataPA.Utils.QueryEngineQueryCondition
The given object to this object to copy the properties from
See Also