C# Class Remotion.Linq.SqlBackend.UnitTests.SqlGeneration.SqlStatementTextGeneratorTest

Afficher le fichier Open project: re-motion/Relinq-SqlBackend

Private Methods

Méthode Description
BuildDistinctPart ( ) : void
BuildFromPart_WithFrom ( ) : void
BuildOrderBy_WithMultipleOrderByClauses ( ) : void
BuildOrderBy_WithSingleOrderByClause ( ) : void
BuildSelectPart_NoEntityExpression ( ) : void
BuildSelectPart_WithAggregation ( ) : void
BuildSelectPart_WithDistinctAndTopExpression ( ) : void
BuildSelectPart_WithDistinctIsTrue ( ) : void
BuildSelectPart_WithSelect ( ) : void
BuildSelectPart_WithTopExpression ( ) : void
BuildTopPart ( ) : void
BuildWhere_WithSingleWhereCondition ( ) : void
Build_WithGroupByExpression ( ) : void
Build_WithOrderByClause ( ) : void
Build_WithSelectAndFrom ( ) : void
Build_WithSelectAndNoFrom ( ) : void
Build_WithWhereCondition ( ) : void
CreateSqlStatement ( ) : SqlStatement
SetUp ( ) : void