AggregateRelatedExtensionMethods Class |
Namespace: SD.LLBLGen.Pro.QuerySpec
Name | Description | |
---|---|---|
![]() ![]() | Avg(IEntityFieldCore) |
Places the Avg aggregate function on the field specified
|
![]() ![]() | Avg(IExpression) |
Places the Avg aggregate function on the expression specified and returns a wrapping field with the expression.
|
![]() ![]() | AvgDistinct(IEntityFieldCore) |
Places the Avg(Distinct) aggregate function on the field specified
|
![]() ![]() | AvgDistinct(IExpression) |
Places the Avg(Distinct) aggregate function on the expression specified and returns a wrapping field with the expression.
|
![]() ![]() | Count(IEntityFieldCore) |
Places the Count aggregate function on the field specified
|
![]() ![]() | Count(IExpression) |
Places the Count aggregate function on the expression specified and returns a wrapping field with the expression.
|
![]() ![]() | CountBig(IEntityFieldCore) |
Places the CountBig aggregate function on the field specified
|
![]() ![]() | CountBig(IExpression) |
Places the CountBig aggregate function on the expression specified and returns a wrapping field with the expression.
|
![]() ![]() | CountBigDistinct(IEntityFieldCore) |
Places the CountBig(Distinct) aggregate function on the field specified
|
![]() ![]() | CountBigDistinct(IExpression) |
Places the CountBig(Distinct) aggregate function on the expression specified and returns a wrapping field with the expression.
|
![]() ![]() | CountDistinct(IEntityFieldCore) |
Places the Count(Distinct) aggregate function on the field specified
|
![]() ![]() | CountDistinct(IExpression) |
Places the Count(Distinct) aggregate function on the expression specified and returns a wrapping field with the expression.
|
![]() ![]() | Max(IEntityFieldCore) |
Places the Max aggregate function on the field specified
|
![]() ![]() | Max(IExpression) |
Places the Max aggregate function on the expression specified and returns a wrapping field with the expression.
|
![]() ![]() | Min(IEntityFieldCore) |
Places the Min aggregate function on the field specified
|
![]() ![]() | Min(IExpression) |
Places the Min aggregate function on the expression specified and returns a wrapping field with the expression.
|
![]() ![]() | Over(FunctionMappingExpression) |
Appends a WindowSpecification to the specified function mapping with no arguments
|
![]() ![]() | Over(IEntityFieldCore) |
Places a new WindowSpecification in the specified field's OverClauseToApply property with no arguments
|
![]() ![]() | Over(FunctionMappingExpression, ISortClause) |
Appends a WindowSpecification to the specified function mapping with the arguments specified
|
![]() ![]() | Over(FunctionMappingExpression, ISortExpression) |
Appends a WindowSpecification to the specified function mapping with the arguments specified
|
![]() ![]() | Over(FunctionMappingExpression, WindowPartition) |
Appends a WindowSpecification to the specified function mapping with the arguments specified
|
![]() ![]() | Over(FunctionMappingExpression, WindowSpecification) |
Appends a WindowSpecification to the specified function mapping with the arguments specified
|
![]() ![]() | Over(IEntityFieldCore, ISortClause) |
Places a new WindowSpecification in the specified field's OverClauseToApply property with the arguments specified
|
![]() ![]() | Over(IEntityFieldCore, ISortExpression) |
Places a new WindowSpecification in the specified field's OverClauseToApply property with the arguments specified
|
![]() ![]() | Over(IEntityFieldCore, WindowPartition) |
Places a new WindowSpecification in the specified field's OverClauseToApply property with the arguments specified
|
![]() ![]() | Over(IEntityFieldCore, WindowSpecification) |
Places the specified WindowSpecification in the specified field's OverClauseToApply property
|
![]() ![]() | Over(FunctionMappingExpression, ISortClause, WindowBounds) |
Appends a WindowSpecification to the specified function mapping with the arguments specified
|
![]() ![]() | Over(FunctionMappingExpression, ISortExpression, WindowBounds) |
Appends a WindowSpecification to the specified function mapping with the arguments specified
|
![]() ![]() | Over(FunctionMappingExpression, WindowPartition, ISortClause) |
Appends a WindowSpecification to the specified function mapping with the arguments specified
|
![]() ![]() | Over(FunctionMappingExpression, WindowPartition, ISortExpression) |
Appends a WindowSpecification to the specified function mapping with the arguments specified
|
![]() ![]() | Over(IEntityFieldCore, ISortClause, WindowBounds) |
Places a new WindowSpecification in the specified field's OverClauseToApply property with the arguments specified
|
![]() ![]() | Over(IEntityFieldCore, ISortExpression, WindowBounds) |
Places a new WindowSpecification in the specified field's OverClauseToApply property with the arguments specified
|
![]() ![]() | Over(IEntityFieldCore, WindowPartition, ISortClause) |
Places a new WindowSpecification in the specified field's OverClauseToApply property with the arguments specified
|
![]() ![]() | Over(IEntityFieldCore, WindowPartition, ISortExpression) |
Places a new WindowSpecification in the specified field's OverClauseToApply property with the arguments specified
|
![]() ![]() | Over(FunctionMappingExpression, WindowPartition, ISortClause, WindowBounds) |
Appends a WindowSpecification to the specified function mapping with the arguments specified
|
![]() ![]() | Over(FunctionMappingExpression, WindowPartition, ISortExpression, WindowBounds) |
Appends a WindowSpecification to the specified function mapping with the arguments specified
|
![]() ![]() | Over(IEntityFieldCore, WindowPartition, ISortClause, WindowBounds) |
Places a new WindowSpecification in the specified field's OverClauseToApply property with the arguments specified
|
![]() ![]() | Over(IEntityFieldCore, WindowPartition, ISortExpression, WindowBounds) |
Places a new WindowSpecification in the specified field's OverClauseToApply property with the arguments specified
|
![]() ![]() | StDev(IEntityFieldCore) |
Places the StDev aggregate function on the field specified
|
![]() ![]() | StDev(IExpression) |
Places the StDev aggregate function on the expression specified and returns a wrapping field with the expression.
|
![]() ![]() | StDevDistinct(IEntityFieldCore) |
Places the StDev(Distinct) aggregate function on the field specified
|
![]() ![]() | StDevDistinct(IExpression) |
Places the StDev(Distinct) aggregate function on the expression specified and returns a wrapping field with the expression.
|
![]() ![]() | Sum(IEntityFieldCore) |
Places the Sum aggregate function on the field specified
|
![]() ![]() | Sum(IExpression) |
Places the Sum aggregate function on the expression specified and returns a wrapping field with the expression.
|
![]() ![]() | SumDistinct(IEntityFieldCore) |
Places the Sum(Distinct) aggregate function on the field specified
|
![]() ![]() | SumDistinct(IExpression) |
Places the Sum(Distinct) aggregate function on the expression specified and returns a wrapping field with the expression.
|
![]() ![]() | Variance(IEntityFieldCore) |
Places the Variance aggregate function on the field specified
|
![]() ![]() | Variance(IExpression) |
Places the Variance aggregate function on the expression specified and returns a wrapping field with the expression.
|
![]() ![]() | VarianceDistinct(IEntityFieldCore) |
Places the Variance(Distinct) aggregate function on the field specified
|
![]() ![]() | VarianceDistinct(IExpression) |
Places the Variance(Distinct) aggregate function on the expression specified and returns a wrapping field with the expression.
|