C# 클래스 DataAccessFramework.Querying.OperatorClause

A simple case class for creating AND and OR operators.
상속: WherePart
파일 보기 프로젝트 열기: PeteProgrammer/DataAccessFramework

Private Properties

프로퍼티 타입 설명
BuildSql void

공개 메소드들

메소드 설명
AddPart ( WherePart clause ) : void

Adds a new part to the clause.

OperatorClause ( string operatorName ) : System.Collections.Generic

Creates a new OperatorClause instance

비공개 메소드들

메소드 설명
BuildSql ( BuildSqlContext context ) : void

Builds the SQL for the operator.

메소드 상세

AddPart() 공개 메소드

Adds a new part to the clause.
public AddPart ( WherePart clause ) : void
clause WherePart
리턴 void

OperatorClause() 공개 메소드

Creates a new OperatorClause instance
public OperatorClause ( string operatorName ) : System.Collections.Generic
operatorName string
리턴 System.Collections.Generic