예제 #1
0
 /// <summary>
 /// Gives the string representation of the ASK query
 /// </summary>
 public override String ToString()
 {
     return(RDFQueryPrinter.PrintAskQuery(this));
 }
예제 #2
0
 /// <summary>
 /// Gives the string representation of the ASK query
 /// </summary>
 public override string ToString()
 => RDFQueryPrinter.PrintAskQuery(this);