C# Class Gribble.Model.Select

ファイルを表示 Open project: mikeobrien/Gribble Class Usage Examples

Public Properties

Property Type Description
Any bool
Count bool
Distinct IList
Duplicates Duplicates
First bool
FirstOrDefault bool
From Data
OrderBy IList
Projection IList
Randomize bool
SetOperatons IList
Single bool
Start int
Top int
TopType TopValueType
Where Operator

Public Methods

Method Description
GetSourceTables ( ) : IEnumerable

Private Methods

Method Description
GetSourceTables ( Select select ) : IEnumerable

Method Details

GetSourceTables() public method

public GetSourceTables ( ) : IEnumerable
return IEnumerable

Property Details

Any public_oe property

public bool Any
return bool

Count public_oe property

public bool Count
return bool

Distinct public_oe property

public IList Distinct
return IList

Duplicates public_oe property

public Duplicates,Gribble.Model Duplicates
return Duplicates

First public_oe property

public bool First
return bool

FirstOrDefault public_oe property

public bool FirstOrDefault
return bool

From public_oe property

public Data,Gribble.Model From
return Data

OrderBy public_oe property

public IList OrderBy
return IList

Projection public_oe property

public IList Projection
return IList

Randomize public_oe property

public bool Randomize
return bool

SetOperatons public_oe property

public IList SetOperatons
return IList

Single public_oe property

public bool Single
return bool

Start public_oe property

public int Start
return int

Top public_oe property

public int Top
return int

TopType public_oe property

public TopValueType TopType
return TopValueType

Where public_oe property

public Operator,Gribble.Model Where
return Operator