| 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
Syntaxpublic 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