コード例 #1
0
 /// <summary>
 /// The new row will be added to the underlying featureset, and this selection will not be updated
 /// in any way, as that row is not associated with a featureset here.
 /// </summary>
 /// <param name="values">Values that get added to the row.</param>
 public void AddRow(Dictionary <string, object> values)
 {
     _featureSet.AddRow(values);
 }