C# Class RDFSharp.Query.RDFIsBlankFilter

RDFIsBlankFilter represents a filter for Blank Uri values of a variable.
Inheritance: RDFFilter
Afficher le fichier Open project: mdesalvo/RDFSharp

Méthodes publiques

Méthode 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

Méthode 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 méthode

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

ToString() public méthode

Gives the string representation of the filter
public ToString ( ) : String
Résultat String