C# Class DataAccessFramework.Querying.OperatorClause

A simple case class for creating AND and OR operators.
Inheritance: WherePart
Afficher le fichier Open project: PeteProgrammer/DataAccessFramework

Private Properties

Свойство Type Description
BuildSql void

Méthodes publiques

Méthode Description
AddPart ( WherePart clause ) : void

Adds a new part to the clause.

OperatorClause ( string operatorName ) : System.Collections.Generic

Creates a new OperatorClause instance

Private Methods

Méthode Description
BuildSql ( BuildSqlContext context ) : void

Builds the SQL for the operator.

Method Details

AddPart() public méthode

Adds a new part to the clause.
public AddPart ( WherePart clause ) : void
clause WherePart
Résultat void

OperatorClause() public méthode

Creates a new OperatorClause instance
public OperatorClause ( string operatorName ) : System.Collections.Generic
operatorName string
Résultat System.Collections.Generic