public System.Data.Services.Client.QueryOperationResponse <T> Execute <T>(System.Data.Services.Client.DataServiceQueryContinuation <T> continuation)
 {
     throw null;
 }
 public System.Data.Services.Client.QueryOperationResponse LoadProperty(object entity, string propertyName, System.Data.Services.Client.DataServiceQueryContinuation continuation)
 {
     throw null;
 }
 public System.IAsyncResult BeginLoadProperty(object entity, string propertyName, System.Data.Services.Client.DataServiceQueryContinuation continuation, System.AsyncCallback callback, object state)
 {
     throw null;
 }
 public System.IAsyncResult BeginExecute <T>(System.Data.Services.Client.DataServiceQueryContinuation <T> continuation, System.AsyncCallback callback, object state)
 {
     throw null;
 }
Пример #5
0
 public System.Data.Services.Client.QueryOperationResponse <T> LoadProperty <T>(object entity, string propertyName, System.Data.Services.Client.DataServiceQueryContinuation <T> continuation)
 {
     return(default(System.Data.Services.Client.QueryOperationResponse <T>));
 }
Пример #6
0
 public System.Data.Services.Client.QueryOperationResponse <T> Execute <T>(System.Data.Services.Client.DataServiceQueryContinuation <T> continuation)
 {
     return(default(System.Data.Services.Client.QueryOperationResponse <T>));
 }
Пример #7
0
 public System.IAsyncResult BeginExecute <T>(System.Data.Services.Client.DataServiceQueryContinuation <T> continuation, System.AsyncCallback callback, object state)
 {
     return(default(System.IAsyncResult));
 }