Свойство | Type | Description | |
---|---|---|---|
MemberName | string |
Méthode | Description | |
---|---|---|
MemberGroupExpression ( string memberName ) |
Creates the expression using the member name as the group name.
|
|
MemberGroupExpression ( string memberName, string groupName ) |
Create the expression with an explicit name to use instead of the data member name when including it in the GroupCountResult.
|
public MemberGroupExpression ( string memberName ) | ||
memberName | string | The name of the data member (field/property) on the object to /// group by. |
public MemberGroupExpression ( string memberName, string groupName ) | ||
memberName | string | The name of the data member (field/property) on the object to /// group by. |
groupName | string | The name to call it in the GroupCountResult's collection. |