C# 클래스 JPB.DataAccess.Query.GenericQueryPart

Wrapper for Generic QueryCommand parts
상속: ICloneable
파일 보기 프로젝트 열기: JPVenson/DataAccess 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : object

FromCommand ( IDbCommand command, IQueryElement builder ) : GenericQueryPart

Wrapps the given command into a new QueryPart by storing its QueryCommand statement and parameter

GenericQueryPart ( string prefix ) : System

Creates a generic query part that can be used for any query

GenericQueryPart ( string prefix, IEnumerable parameters, IQueryBuilder builder ) : System

Creates a generic query part that can be used for any query

Render ( ) : string

For display

ToString ( ) : string

비공개 메소드들

메소드 설명
Render ( StringBuilderInterlaced sb ) : void

For display

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

FromCommand() 공개 정적인 메소드

Wrapps the given command into a new QueryPart by storing its QueryCommand statement and parameter
public static FromCommand ( IDbCommand command, IQueryElement builder ) : GenericQueryPart
command IDbCommand
builder IQueryElement
리턴 GenericQueryPart

GenericQueryPart() 공개 메소드

Creates a generic query part that can be used for any query
public GenericQueryPart ( string prefix ) : System
prefix string
리턴 System

GenericQueryPart() 공개 메소드

Creates a generic query part that can be used for any query
public GenericQueryPart ( string prefix, IEnumerable parameters, IQueryBuilder builder ) : System
prefix string
parameters IEnumerable
builder IQueryBuilder The type of building object
리턴 System

Render() 공개 메소드

For display
public Render ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string