| DataObjectTypeControllerAddPropertyToDataObjectType Method (String, String, Boolean) |
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 AddPropertyToDataObjectType(
string property,
string dataObjectType,
bool ignoreIfAlreadyPresent = false
)
Parameters
- property
- Type: SystemString
System name of a property.
- dataObjectType
- Type: SystemString
System name of a data object type.
- ignoreIfAlreadyPresent (Optional)
- Type: SystemBoolean
See Also