public int Insert()
 {
     return(View.Insert(null));
 }
Example #2
0
 public int Insert(IDictionary values)
 {
     return(View.Insert(values));
 }