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