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

AggregateColumnAttribute Constructor

Initializes a new instance of the AggregateColumnAttribute class.

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

Syntax


public AggregateColumnAttribute(
	AggregateType aggregateType,
	string sourceColumnName
)
Public Sub New ( _
	aggregateType As AggregateType, _
	sourceColumnName As String _
)
public:
AggregateColumnAttribute(
	AggregateType^ aggregateType, 
	String^ sourceColumnName
)

Parameters

aggregateType
Type: Tortuga.Chain.Aggregates..::..AggregateType
Type of the aggregate.
sourceColumnName
Type: String
Name of the source column.