Click or drag to resize

DataObjectAssignReferencePropertyValues Method

Assigns a reference property on LastVersion. Tip: use the indexer property to access property values instead of using this method.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public void AssignReferencePropertyValues(
	int propertyId,
	IEnumerable<int> referredDataObjectIds
)

Parameters

propertyId
Type: SystemInt32
referredDataObjectIds
Type: System.Collections.GenericIEnumerableInt32
See Also