C# Class Remotion.Linq.SqlBackend.SqlStatementModel.Resolved.ResolvedJoinedGroupingTableInfo

ResolvedJoinedGroupingTableInfo constitutes an implementation of ITableInfo that contains a sub-statement that returns items from groupings produced by another SqlTable. ResolvingTableInfoVisitor creates this for an UnresolvedGroupReferenceTableInfo that points to a UnresolvedGroupReferenceTableInfo.ReferencedGroupSource with a SqlGroupingSelectExpression.
Inheritance: ResolvedSubStatementTableInfo
Afficher le fichier Open project: re-motion/Relinq-SqlBackend Class Usage Examples

Méthodes publiques

Méthode Description
Accept ( ITableInfoVisitor visitor ) : ITableInfo
ResolvedJoinedGroupingTableInfo ( string tableAlias, SqlStatement sqlStatement, SqlGroupingSelectExpression associatedGroupingSelectExpression, string groupSourceTableAlias ) : System
ToString ( ) : string

Method Details

Accept() public méthode

public Accept ( ITableInfoVisitor visitor ) : ITableInfo
visitor ITableInfoVisitor
Résultat ITableInfo

ResolvedJoinedGroupingTableInfo() public méthode

public ResolvedJoinedGroupingTableInfo ( string tableAlias, SqlStatement sqlStatement, SqlGroupingSelectExpression associatedGroupingSelectExpression, string groupSourceTableAlias ) : System
tableAlias string
sqlStatement SqlStatement
associatedGroupingSelectExpression SqlGroupingSelectExpression
groupSourceTableAlias string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string