QueryParameterCopy 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(
QueryParameter obj
)
Public Sub Copy (
obj As QueryParameter
)
public:
virtual void Copy(
QueryParameter^ obj
) sealed
Parameters
- obj
- Type: DataPA.Utils.QueryEngineQueryParameter
The given object to this object to copy the properties from
See Also