DynamicDataObjectHas Method
|
Determines if a property has data or not.
Namespace:
Casewhere.SystemTypes
Assembly:
Casewhere.SystemTypes (in Casewhere.SystemTypes.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool Has(
string propertyName
)
Parameters
- propertyName
- Type: SystemString
The property name
Return Value
Type:
BooleanTrue if a property has data; otherwise, False.
See Also