C# Class Pomona.Common.Linq.QuerySelectExpression

Inheritance: QuerySegmentExpression
Mostra file Open project: Pomona/Pomona

Public Methods

Method Description
QuerySelectExpression ( PomonaExtendedExpression>.IEnumerable selectList, Type type ) : System
ToStringSegments ( ) : IEnumerable

Private Methods

Method Description
GetChildren ( ) : IEnumerable

Method Details

QuerySelectExpression() public method

public QuerySelectExpression ( PomonaExtendedExpression>.IEnumerable selectList, Type type ) : System
selectList PomonaExtendedExpression>.IEnumerable
type System.Type
return System

ToStringSegments() public method

public ToStringSegments ( ) : IEnumerable
return IEnumerable