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