C# Class RDFSharp.Query.RDFBoundFilter

RDFBoundFilter represents a filter checking if a variable is bound to a value.
Inheritance: RDFFilter
Mostrar archivo Open project: mdesalvo/RDFSharp

Public Methods

Method Description
RDFBoundFilter ( 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

RDFBoundFilter() public method

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

ToString() public method

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