Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

GroupByColumnAttribute Constructor (Nullable<(Of <(<'String>)>)>, Int32)

Initializes a new instance of the GroupByColumnAttribute class.

Namespace:  Tortuga.Chain.Aggregates
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public GroupByColumnAttribute(
	Nullable<string> sourceColumnName,
	int order
)
Public Sub New ( _
	sourceColumnName As Nullable(Of String), _
	order As Integer _
)
public:
GroupByColumnAttribute(
	Nullable<String^> sourceColumnName, 
	int^ order
)

Parameters

sourceColumnName
Type: Nullable<(Of <(<'String>)>)>
Name of the source column. If null, uses the property name.
order
Type: Int32
The order to apply the group by columns. If null, uses the order the properties appear in reflection.