C# 클래스 Prizm.Data.DAL.ADO.SQLProvider.SQLFlexible

implements SQL object and methods to add options, returns interface to controlling methods
상속: ISQLFlexible
파일 보기 프로젝트 열기: AleksMorozova/prizm

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
SQLFlexible ( ) : Prizm.Domain.Entity.Mill

메소드 상세

SQLFlexible() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Top() 공개 메소드

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

Where() 공개 메소드

public Where ( string a, string b, string c ) : ISQLFlexible
a string
b string
c string
리턴 ISQLFlexible

WhereAnd() 공개 메소드

public WhereAnd ( ) : ISQLFlexible
리턴 ISQLFlexible