C# Класс RDFSharp.Query.RDFBoundFilter

RDFBoundFilter represents a filter checking if a variable is bound to a value.
Наследование: RDFFilter
Показать файл Открыть проект

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

Метод Описание
RDFBoundFilter ( RDFVariable variable ) : System

Default-ctor to build a filter on the given variable

ToString ( ) : String

Gives the string representation of the filter

Приватные методы

Метод Описание
ApplyFilter ( DataRow row, System.Boolean applyNegation ) : System.Boolean

Applies the filter on the column corresponding to the variable in the given datarow

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

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

Default-ctor to build a filter on the given variable
public RDFBoundFilter ( RDFVariable variable ) : System
variable RDFVariable
Результат System

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

Gives the string representation of the filter
public ToString ( ) : String
Результат String