PublishedContentCopyRowValue Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void CopyRowValue(
ref Object Variable,
Object RowValue
)
Public Sub CopyRowValue (
ByRef Variable As Object,
RowValue As Object
)
public:
virtual void CopyRowValue(
Object^% Variable,
Object^ RowValue
) sealed
function CopyRowValue(Variable, RowValue);
Parameters
- Variable
- Type: SystemObject
- RowValue
- Type: SystemObject
See Also