Click or drag to resize
QueryParameterCopy Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Copies all of the properties of the given object to this object

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Copy(
	QueryParameter obj
)

Parameters

obj
Type: DataPA.Utils.QueryEngineQueryParameter
The given object to this object to copy the properties from
See Also