Version

SummaryContext Class Members

The following tables list the members exposed by SummaryContext.

Public Properties
 NameDescription
Public PropertyFieldNameGets the name of the property on the data object that will be summed on.  
Public PropertyLinqSummaryGets the LinqSummaryOperator associated with this SummaryContext.  
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)CreateGenericSummaryCreates a SummaryContext instanced typed to the object type of the data being processed.  
Public MethodExecutePerforms a LINQ based summary on the inputted query.  
Protected Methods
 NameDescription
Protected MethodAverageExecutes a LINQ based Average summary.  
Protected MethodCountExecutes a LINQ based Count summary.  
Protected MethodMaximumExecutes a LINQ based Maximum summary.  
Protected MethodMinimumExecutes a LINQ based Minimum summary.  
Protected MethodSumExecutes a LINQ based Sum summary.  
See Also