C# Class NLite.Data.Dialect.JoinColumnGatherer

Show file Open project: netcasewqs/elinq Class Usage Examples

Public Methods

Method Description
Gather ( HashSet aliases, SelectExpression select ) : HashSet

Private Methods

Method Description
Gather ( Expression expression ) : void
GetColumn ( Expression exp ) : ColumnExpression
IsExternalColumn ( Expression exp ) : bool
JoinColumnGatherer ( HashSet aliases ) : System.Collections.Generic

Method Details

Gather() public static method

public static Gather ( HashSet aliases, SelectExpression select ) : HashSet
aliases HashSet
select SelectExpression
return HashSet