Click or drag to resize

VirtualDataWindowForgeUniqueKeyPropertyNames Property

Return the names of properties that taken together (combined, composed, not individually) are the unique keys of a row, return null if there are no unique keys that can be identified.

Namespace:  com.espertech.esper.common.client.hook.vdw
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
ISet<string> UniqueKeyPropertyNames { get; }

Property Value

Type: ISetString
set of unique key property names
See Also