Example #1
0
 /// <summary>
 /// Make a string for the dataset text.
 /// </summary>
 /// <returns></returns>
 public string getDatasetNodeText()
 {
     return(dataset_.toNodeText());
 }