GroupingTKey, TElementIGroupingTKey, TElementKey Property |
Gets the key of the IGroupingTKey, TElement.
Namespace:
SD.LLBLGen.Pro.QuerySpec
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
SyntaxTKey IGrouping<TKey, TElement>.Key { get; }
Private ReadOnly Property Key As TKey
Implements IGrouping(Of TKey, TElement).Key
Get
Return Value
Type:
TKeyThe key of the
IGroupingTKey, TElement.
Implements
IGroupingTKey, TElementKey
See Also