Dynamic Data ObjectHas Method
Determines if a property has data or not.
Definition
Namespace: Casewhere.SystemTypes
Assembly: Casewhere.SystemTypes (in Casewhere.SystemTypes.dll) Version: 1.0.0.0 (1.0.0.0)
True if a property has data; otherwise, False.
Assembly: Casewhere.SystemTypes (in Casewhere.SystemTypes.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public bool Has(
string propertyName
)Parameters
- propertyName String
- The property name
Return Value
BooleanTrue if a property has data; otherwise, False.