C# Класс NetBase.Sql.Where

Stores details of where clauses. Actually, having the filter function in here is not consistent with the rest of the query engine, where the actual functionality is in the "executive" namespace
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Field string
Value string

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

Метод Описание
Filter ( Row r ) : bool

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

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

public Filter ( Row r ) : bool
r NetBase.Storage.Row
Результат bool

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

Field публичное свойство

public string Field
Результат string

Value публичное свойство

public string Value
Результат string