Click or drag to resize

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
C#
public bool Has(
	string propertyName
)

Parameters

propertyName
Type: SystemString
The property name

Return Value

Type: Boolean
True if a property has data; otherwise, False.
See Also