C# Class MySql.Data.Entity.Tests.AggregateOperators

Inheritance: BaseEdmTest
Show file Open project: elevate/mysqlconnector-.net

Public Methods

Method Description
AggregateOperators ( ) : System

Private Methods

Method Description
AverageSimple ( ) : void
AverageWithGrouping ( ) : void
AverageWithPredicate ( ) : void
BigCountSimple ( ) : void
CountSimple ( ) : void
CountWithPredicate ( ) : void
GetEntityConnection ( ) : System.Data.EntityClient.EntityConnection
MaxInSubQuery1 ( ) : void
MaxInSubQuery2 ( ) : void
MaxSimple ( ) : void
MaxWithGrouping ( ) : void
MaxWithPredicate ( ) : void
MinSimple ( ) : void
MinWithGrouping ( ) : void
MinWithPredicate ( ) : void
SumSimple ( ) : void
SumWithGrouping ( ) : void
SumWithPredicate ( ) : void

Method Details

AggregateOperators() public method

public AggregateOperators ( ) : System
return System