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

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

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

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

Initializes a new instance of the NullFkeyChildQuery class.

NullFkeyChildQuery ( bool ignoreCase ) : System

Initializes a new instance of the NullFkeyChildQuery class.

NullFkeyChildQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the NullFkeyChildQuery class.

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

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

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

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

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

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

Initializes a new instance of the NullFkeyChildQuery class.
public NullFkeyChildQuery ( 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