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