C# Класс Nettiers.AdventureWorks.Data.JobCandidateQuery

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

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

Метод Описание
JobCandidateQuery ( ) : System

Initializes a new instance of the JobCandidateQuery class.

JobCandidateQuery ( bool ignoreCase ) : System

Initializes a new instance of the JobCandidateQuery class.

JobCandidateQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the JobCandidateQuery class.

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

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

Initializes a new instance of the JobCandidateQuery class.
public JobCandidateQuery ( ) : System
Результат System

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

Initializes a new instance of the JobCandidateQuery class.
public JobCandidateQuery ( bool ignoreCase ) : System
ignoreCase bool Specifies whether to create case-insensitive statements.
Результат System

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

Initializes a new instance of the JobCandidateQuery class.
public JobCandidateQuery ( bool ignoreCase, bool useAnd ) : System
ignoreCase bool Specifies whether to create case-insensitive statements.
useAnd bool Specifies whether to combine statements using AND or OR.
Результат System