C# Класс IQMap.Implementation.WhereClause

Наследование: IWhereClause
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
_Owner ISqlQuery

Открытые методы

Метод Описание
Add ( ) : IWhereClause
Add ( IWhere criterion ) : IWhereClause
Add ( string field, object value ) : IWhereClause
Add ( string field, object value, ComparisonType comparisonType ) : IWhereClause
Clone ( ) : IWhere
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetSql ( ) : string
IsCompoundFor ( JoinType joinType ) : bool

Returns true if any components of this query are of a different join type than the test

WhereClause ( ) : System
WhereClause ( JoinType joinType ) : System

Защищенные методы

Метод Описание
JoinOperator ( ) : string

Описание методов

Add() публичный Метод

public Add ( ) : IWhereClause
Результат IWhereClause

Add() публичный Метод

public Add ( IWhere criterion ) : IWhereClause
criterion IWhere
Результат IWhereClause

Add() публичный Метод

public Add ( string field, object value ) : IWhereClause
field string
value object
Результат IWhereClause

Add() публичный Метод

public Add ( string field, object value, ComparisonType comparisonType ) : IWhereClause
field string
value object
comparisonType ComparisonType
Результат IWhereClause

Clone() публичный Метод

public Clone ( ) : IWhere
Результат IWhere

Equals() публичный Метод

public Equals ( object obj ) : bool
obj object
Результат bool

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int

GetSql() публичный Метод

public GetSql ( ) : string
Результат string

IsCompoundFor() публичный Метод

Returns true if any components of this query are of a different join type than the test
public IsCompoundFor ( JoinType joinType ) : bool
joinType JoinType
Результат bool

JoinOperator() защищенный Метод

protected JoinOperator ( ) : string
Результат string

WhereClause() публичный Метод

public WhereClause ( ) : System
Результат System

WhereClause() публичный Метод

public WhereClause ( JoinType joinType ) : System
joinType JoinType
Результат System

Описание свойств

_Owner защищенное свойство

protected ISqlQuery _Owner
Результат ISqlQuery