コード例 #1
0
 /// <summary>
 /// Gives the string representation of the CONSTRUCT query
 /// </summary>
 public override string ToString()
 => RDFQueryPrinter.PrintConstructQuery(this);
コード例 #2
0
 /// <summary>
 /// Gives the string representation of the CONSTRUCT query
 /// </summary>
 public override String ToString()
 {
     return(RDFQueryPrinter.PrintConstructQuery(this));
 }