C# Class Pomona.Common.Linq.QueryTerminalSegmentExpression

Inheritance: QuerySegmentExpression
Mostra file Open project: Pomona/Pomona

Public Methods

Method Description
QueryTerminalSegmentExpression ( string value, Type type = null, bool localExecutionPreferred = false ) : System
ToString ( ) : string
ToStringSegments ( ) : IEnumerable

Method Details

QueryTerminalSegmentExpression() public method

public QueryTerminalSegmentExpression ( string value, Type type = null, bool localExecutionPreferred = false ) : System
value string
type System.Type
localExecutionPreferred bool
return System

ToString() public method

public ToString ( ) : string
return string

ToStringSegments() public method

public ToStringSegments ( ) : IEnumerable
return IEnumerable