C# Class RDFSharp.Query.RDFIsBlankFilter

RDFIsBlankFilter represents a filter for Blank Uri values of a variable.
Inheritance: RDFFilter
Mostrar archivo Open project: mdesalvo/RDFSharp

Public Methods

Method Description
RDFIsBlankFilter ( RDFVariable variable ) : System

Default-ctor to build a filter on the given variable

ToString ( ) : String

Gives the string representation of the filter

Private Methods

Method Description
ApplyFilter ( DataRow row, System.Boolean applyNegation ) : System.Boolean

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

Method Details

RDFIsBlankFilter() public method

Default-ctor to build a filter on the given variable
public RDFIsBlankFilter ( RDFVariable variable ) : System
variable RDFVariable
return System

ToString() public method

Gives the string representation of the filter
public ToString ( ) : String
return String