 | 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
SyntaxISet<string> UniqueKeyPropertyNames { get; }
Property Value
Type:
ISetStringset of unique key property names
See Also