Click or drag to resize

ReportQueryAddGroupingWithoutDelimitedIdentifier Method

Namespace:  Dynamicweb.Tracking.Reporting
Assembly:  Dynamicweb.Tracking (in Dynamicweb.Tracking.dll) Version: 1.0.3
Syntax
public Grouping AddGroupingWithoutDelimitedIdentifier(
	string name,
	Func<string, string> nameMapping,
	Func<string[], string> concatenation = null
)

Parameters

name
Type: SystemString
nameMapping
Type: SystemFuncString, String
concatenation (Optional)
Type: SystemFuncString, String

Return Value

Type: Grouping
See Also