 | BiAggregateSqlColumnReferenceAggregation Property |
Gets or sets the aggregation function
Namespace: SanteDB.BI.ModelAssembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntaxpublic BiAggregateFunction Aggregation { get; set; }Public Property Aggregation As BiAggregateFunction
Get
Set
public:
property BiAggregateFunction Aggregation {
BiAggregateFunction get ();
void set (BiAggregateFunction value);
}member Aggregation : BiAggregateFunction with get, set
Property Value
BiAggregateFunction
See Also