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