C# Class Prizm.Data.DAL.ADO.SQLProvider.SQLFlexible

implements SQL object and methods to add options, returns interface to controlling methods
Inheritance: ISQLFlexible
Datei anzeigen Open project: AleksMorozova/prizm

Public Methods

Method Description
SQLFlexible ( string queryText ) : Prizm.Domain.Entity.Mill

public constructor create and initialize keys in Dictionary with default values

ToString ( ) : string
Top ( int count ) : ISQLFlexible

Inserts TOP # option to "select" area of further request

Where ( string a, string b, string c ) : ISQLFlexible
WhereAnd ( ) : ISQLFlexible

Private Methods

Method Description
SQLFlexible ( ) : Prizm.Domain.Entity.Mill

Method Details

SQLFlexible() public method

public constructor create and initialize keys in Dictionary with default values
public SQLFlexible ( string queryText ) : Prizm.Domain.Entity.Mill
queryText string
return Prizm.Domain.Entity.Mill

ToString() public method

public ToString ( ) : string
return string

Top() public method

Inserts TOP # option to "select" area of further request
public Top ( int count ) : ISQLFlexible
count int
return ISQLFlexible

Where() public method

public Where ( string a, string b, string c ) : ISQLFlexible
a string
b string
c string
return ISQLFlexible

WhereAnd() public method

public WhereAnd ( ) : ISQLFlexible
return ISQLFlexible