Click or drag to resize

DataObjectTypeGetPropertyIds Method

Returns an IntegerList containing ids of the properties used by the data object type.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public IntegerList GetPropertyIds(
	bool includeReferencePropertyAttributeIds
)

Parameters

includeReferencePropertyAttributeIds
Type: SystemBoolean

Return Value

Type: IntegerList
See Also