C# Class Gribble.Model.Select

Show file 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 property

public bool Any
return bool

Count public property

public bool Count
return bool

Distinct public property

public IList Distinct
return IList

Duplicates public property

public Duplicates,Gribble.Model Duplicates
return Duplicates

First public property

public bool First
return bool

FirstOrDefault public property

public bool FirstOrDefault
return bool

From public property

public Data,Gribble.Model From
return Data

OrderBy public property

public IList OrderBy
return IList

Projection public property

public IList Projection
return IList

Randomize public property

public bool Randomize
return bool

SetOperatons public property

public IList SetOperatons
return IList

Single public property

public bool Single
return bool

Start public property

public int Start
return int

Top public property

public int Top
return int

TopType public property

public TopValueType TopType
return TopValueType

Where public property

public Operator,Gribble.Model Where
return Operator