| DataObjectVersionPropertyHasAValue Method |
Does the property have a value?
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxprotected abstract bool HasAValue(
bool emptyIsAValue
)
Parameters
- emptyIsAValue
- Type: SystemBoolean
Should an empty (string) value (for a value property) be considered as a value?
Return Value
Type:
Boolean
See Also