public System.Data.Services.Client.DataServiceResponse SaveChanges(System.Data.Services.Client.SaveChangesOptions options)
 {
     throw null;
 }
Ejemplo n.º 2
0
 public System.Data.Services.Client.DataServiceResponse SaveChanges(System.Data.Services.Client.SaveChangesOptions options)
 {
     return(default(System.Data.Services.Client.DataServiceResponse));
 }
 public System.IAsyncResult BeginSaveChanges(System.Data.Services.Client.SaveChangesOptions options, System.AsyncCallback callback, object state)
 {
     throw null;
 }
Ejemplo n.º 4
0
 public System.IAsyncResult BeginSaveChanges(System.Data.Services.Client.SaveChangesOptions options, System.AsyncCallback callback, object state)
 {
     return(default(System.IAsyncResult));
 }