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  String
The property name

Return Value

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