Click or drag to resize

DataObjectInViewMatrixPrepareViews Method

Evaluates and stores which of the data objects are in the specified views. The EvaluateViews method can be called multiple times. If it is called with one or more views that have already been evaluated then these are just ignored.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public void PrepareViews(
	IEnumerable<int> viewIds
)

Parameters

viewIds
Type: System.Collections.GenericIEnumerableInt32
See Also