| DataObjectTypePropertiesContains Method (String) |
Returns if the data object type has a binding for a specific property.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic bool Contains(
string systemName
)
Parameters
- systemName
- Type: SystemString
Case-insensitive.
Return Value
Type:
Boolean
See Also