Click or drag to resize

TransformerAddResultSet Method

Adds all objects from a query result, the result set must only contain objects of the bound location that can be transformed

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public void AddResultSet(
	ResultSet aResultSet
)

Parameters

aResultSet
Type: Articy.ApiResultSet
The ResultSet whose objects should be added
See Also