Persist.NET Documentation Class Library

RetrieveStatement.AddGroupAttribute Method 

Adds the specified attribute to the GROUP BY part of the statement.

[Visual Basic]
Public Sub AddGroupAttribute( _
   ByVal attributeName As String _
)
[C#]
public void AddGroupAttribute(
   string attributeName
);

Parameters

attributeName
the Attribute name

See Also

RetrieveStatement Class | Persist.Statements Namespace