C# 클래스 RDFSharp.Query.RDFSameTermFilter

RDFSameTermFilter represents an equality filter between a variable and a RDF term.
상속: RDFFilter
파일 보기 프로젝트 열기: mdesalvo/RDFSharp

공개 메소드들

메소드 설명
RDFSameTermFilter ( RDFVariable variable, RDFPatternMember rdfTerm ) : System

Default-ctor to build an equality filter between the given variable and the given RDF term

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

메소드 상세

RDFSameTermFilter() 공개 메소드

Default-ctor to build an equality filter between the given variable and the given RDF term
public RDFSameTermFilter ( RDFVariable variable, RDFPatternMember rdfTerm ) : System
variable RDFVariable
rdfTerm RDFPatternMember
리턴 System

ToString() 공개 메소드

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