C# Class RDFSharp.Query.RDFIsLiteralFilter

RDFIsLiteralFilter represents a filter for literal values of a variable.
Inheritance: RDFFilter
Datei anzeigen Open project: mdesalvo/RDFSharp Class Usage Examples

Public Methods

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

RDFIsLiteralFilter() public method

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

ToString() public method

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