C# Class NLite.Data.Linq.Expressions.TableAliasGatherer

returns the set of all aliases produced by a query source
Inheritance: DbExpressionVisitor
Afficher le fichier Open project: netcasewqs/elinq Class Usage Examples

Méthodes publiques

Méthode Description
Gather ( Expression source ) : HashSet

Méthodes protégées

Méthode Description
VisitSelect ( SelectExpression select ) : Expression
VisitTable ( TableExpression table ) : Expression

Private Methods

Méthode Description
TableAliasGatherer ( ) : System.Collections.Generic

Method Details

Gather() public static méthode

public static Gather ( Expression source ) : HashSet
source System.Linq.Expressions.Expression
Résultat HashSet

VisitSelect() protected méthode

protected VisitSelect ( SelectExpression select ) : Expression
select SelectExpression
Résultat System.Linq.Expressions.Expression

VisitTable() protected méthode

protected VisitTable ( TableExpression table ) : Expression
table TableExpression
Résultat System.Linq.Expressions.Expression