Click or drag to resize
IQueryRunnerGROUP Property
This property accepts a data from LINQ commands using "group by". (Server side grouping.) Under construction currently.

Namespace:  C2ExplorerServiceStack.Logic.Interfaces
Assembly:  C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax
C#
IEnumerable<IGrouping<Object, Object>> GROUP { get; set; }

Property Value

Type: IEnumerableIGroupingObject, Object

[Missing <value> documentation for "P:C2ExplorerServiceStack.Logic.Interfaces.IQueryRunner.GROUP"]

See Also