Click or drag to resize

objectTableTGetGroupsTGroup Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns objects groupped by the same value of the specified column

Namespace:  imbSCI.DataComplex.tables
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public aceDictionarySet<TGroup, T> GetGroups<TGroup>(
	string column,
	string expression = ""
)
Request Example View Source

Parameters

column
Type: SystemString
The column to use for groups
expression (Optional)
Type: SystemString
Optional row filter expression

Type Parameters

TGroup
Value type of the column

Return Value

Type: aceDictionarySetTGroup, T
See Also