[Missing <summary> documentation for "M:NHibernate.SqlCommand.QuerySelect.SetGroupByTokens(System.Collections.ICollection)"]

Namespace: NHibernate.SqlCommand
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public void SetGroupByTokens(
	ICollection tokens
)
Visual Basic
Public Sub SetGroupByTokens ( _
	tokens As ICollection _
)
Visual C++
public:
void SetGroupByTokens(
	ICollection^ tokens
)

Parameters

tokens
Type: System.Collections..::..ICollection

[Missing <param name="tokens"/> documentation for "M:NHibernate.SqlCommand.QuerySelect.SetGroupByTokens(System.Collections.ICollection)"]

See Also