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