AggregateColumnAttribute Constructor
Initializes a new instance of the AggregateColumnAttribute class.
Namespace:
Tortuga.Chain.AggregatesAssembly: 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.