Click or drag to resize

DataObjectInViewMatrixGetViewsObjectIsIn Method (Int32)

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public List<int> GetViewsObjectIsIn(
	int dataObjectId
)

Parameters

dataObjectId
Type: SystemInt32
Id of a data object for which we want to know which views it is in.

Return Value

Type: ListInt32
Returns the ids of the views which the data object is in.
See Also