Click or drag to resize

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
C#
public bool HasKey(
	string keyName
)

Parameters

keyName
Type: SystemString
The key name

Return Value

Type: Boolean
True if have key; otherwise, False.
See Also