C# Class Hd.QueryExtensions.WhereClause

Inheritance: ICloneable
Show file Open project: TargetProcess/Tp.HelpDesk Class Usage Examples

Public Methods

Method Description
Clone ( ) : WhereClause

Creates a copy of this WhereClause

WhereClause ( ) : System
WhereClause ( WhereClauseRelationship relationship ) : System

Creates a new WhereClause

Private Methods

Method Description
ICloneable ( ) : object

Method Details

Clone() public method

Creates a copy of this WhereClause
public Clone ( ) : WhereClause
return WhereClause

WhereClause() public method

public WhereClause ( ) : System
return System

WhereClause() public method

Creates a new WhereClause
public WhereClause ( WhereClauseRelationship relationship ) : System
relationship WhereClauseRelationship Relationship between all the terms and sub clauses of this clause
return System