Beispiel #1
0
 public static DataView Clone(this DataView source)
 {
     return(source.Clone(string.Empty));
 }