Click or drag to resize

DataObjectTypeControllerRemovePropertyFromDataObjectType Method

Adds a property to a data object type.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public void RemovePropertyFromDataObjectType(
	int propertyId,
	int dataObjectTypeId
)

Parameters

propertyId
Type: SystemInt32
Id of a property.
dataObjectTypeId
Type: SystemInt32
Id of a data object type.
See Also