Permalink
Cannot retrieve contributors at this time
Fetching contributors…
| <Type Name="IMobileServiceTable<T>" FullName="Microsoft.WindowsAzure.MobileServices.IMobileServiceTable<T>"> | |
| <TypeSignature Language="C#" Value="public interface IMobileServiceTable<T> : Microsoft.WindowsAzure.MobileServices.IMobileServiceTable" /> | |
| <TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IMobileServiceTable`1<T> implements class Microsoft.WindowsAzure.MobileServices.IMobileServiceTable" /> | |
| <TypeSignature Language="DocId" Value="T:Microsoft.WindowsAzure.MobileServices.IMobileServiceTable`1" /> | |
| <AssemblyInfo> | |
| <AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName> | |
| <AssemblyVersion>4.0.0.0</AssemblyVersion> | |
| </AssemblyInfo> | |
| <TypeParameters> | |
| <TypeParameter Name="T" /> | |
| </TypeParameters> | |
| <Interfaces> | |
| <Interface> | |
| <InterfaceName>Microsoft.WindowsAzure.MobileServices.IMobileServiceTable</InterfaceName> | |
| </Interface> | |
| </Interfaces> | |
| <Docs> | |
| <typeparam name="T"> | |
| The type of instances in the table (which implies the table). | |
| </typeparam> | |
| <summary> | |
| Provides operations on a table for a Mobile Service. | |
| </summary> | |
| <remarks>To be added.</remarks> | |
| </Docs> | |
| <Members> | |
| <Member MemberName="CreateQuery"> | |
| <MemberSignature Language="C#" Value="public Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<T> CreateQuery ();" /> | |
| <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery`1<!T> CreateQuery() cil managed" /> | |
| <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.MobileServices.IMobileServiceTable`1.CreateQuery" /> | |
| <MemberType>Method</MemberType> | |
| <AssemblyInfo> | |
| <AssemblyVersion>4.0.0.0</AssemblyVersion> | |
| <AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName> | |
| </AssemblyInfo> | |
| <ReturnValue> | |
| <ReturnType>Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<T></ReturnType> | |
| </ReturnValue> | |
| <Parameters /> | |
| <Docs> | |
| <summary> | |
| Creates a query for the current table. | |
| </summary> | |
| <returns> | |
| A query against the table. | |
| </returns> | |
| <remarks>To be added.</remarks> | |
| </Docs> | |
| </Member> | |
| <Member MemberName="DeleteAsync"> | |
| <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task DeleteAsync (T instance);" /> | |
| <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task DeleteAsync(!T instance) cil managed" /> | |
| <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.MobileServices.IMobileServiceTable`1.DeleteAsync(`0)" /> | |
| <MemberType>Method</MemberType> | |
| <AssemblyInfo> | |
| <AssemblyVersion>4.0.0.0</AssemblyVersion> | |
| <AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName> | |
| </AssemblyInfo> | |
| <ReturnValue> | |
| <ReturnType>System.Threading.Tasks.Task</ReturnType> | |
| </ReturnValue> | |
| <Parameters> | |
| <Parameter Name="instance" Type="T" /> | |
| </Parameters> | |
| <Docs> | |
| <param name="instance"> | |
| The instance to delete. | |
| </param> | |
| <summary> | |
| Delete an instance from the table. | |
| </summary> | |
| <returns> | |
| A task that will complete when the delete has finished. | |
| </returns> | |
| <remarks>To be added.</remarks> | |
| </Docs> | |
| </Member> | |
| <Member MemberName="DeleteAsync"> | |
| <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task DeleteAsync (T instance, System.Collections.Generic.IDictionary<string,string> parameters);" /> | |
| <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task DeleteAsync(!T instance, class System.Collections.Generic.IDictionary`2<string, string> parameters) cil managed" /> | |
| <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.MobileServices.IMobileServiceTable`1.DeleteAsync(`0,System.Collections.Generic.IDictionary{System.String,System.String})" /> | |
| <MemberType>Method</MemberType> | |
| <AssemblyInfo> | |
| <AssemblyVersion>4.0.0.0</AssemblyVersion> | |
| <AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName> | |
| </AssemblyInfo> | |
| <ReturnValue> | |
| <ReturnType>System.Threading.Tasks.Task</ReturnType> | |
| </ReturnValue> | |
| <Parameters> | |
| <Parameter Name="instance" Type="T" /> | |
| <Parameter Name="parameters" Type="System.Collections.Generic.IDictionary<System.String,System.String>" /> | |
| </Parameters> | |
| <Docs> | |
| <param name="instance">The instance to delete. | |
| </param> | |
| <param name="parameters"> | |
| A dictionary of user-defined parameters and values to include in | |
| the request URI query string. | |
| </param> | |
| <summary> | |
| Delete an instance from the table. | |
| </summary> | |
| <returns> | |
| A task that will complete when the delete has finished. | |
| </returns> | |
| <remarks>To be added.</remarks> | |
| </Docs> | |
| </Member> | |
| <Member MemberName="IncludeDeleted"> | |
| <MemberSignature Language="C#" Value="public Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<T> IncludeDeleted ();" /> | |
| <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery`1<!T> IncludeDeleted() cil managed" /> | |
| <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.MobileServices.IMobileServiceTable`1.IncludeDeleted" /> | |
| <MemberType>Method</MemberType> | |
| <AssemblyInfo> | |
| <AssemblyVersion>4.0.0.0</AssemblyVersion> | |
| <AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName> | |
| </AssemblyInfo> | |
| <ReturnValue> | |
| <ReturnType>Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<T></ReturnType> | |
| </ReturnValue> | |
| <Parameters /> | |
| <Docs> | |
| <summary> | |
| Creates a query that will ensure it gets the deleted records. This requires the soft delete feature to be enabled on the Mobile Service. Visit <see href="http://go.microsoft.com/fwlink/?LinkId=507647">the link</see> for details. | |
| </summary> | |
| <returns> | |
| A query against the table. | |
| </returns> | |
| <remarks>To be added.</remarks> | |
| </Docs> | |
| </Member> | |
| <Member MemberName="IncludeTotalCount"> | |
| <MemberSignature Language="C#" Value="public Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<T> IncludeTotalCount ();" /> | |
| <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery`1<!T> IncludeTotalCount() cil managed" /> | |
| <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.MobileServices.IMobileServiceTable`1.IncludeTotalCount" /> | |
| <MemberType>Method</MemberType> | |
| <AssemblyInfo> | |
| <AssemblyVersion>4.0.0.0</AssemblyVersion> | |
| <AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName> | |
| </AssemblyInfo> | |
| <ReturnValue> | |
| <ReturnType>Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<T></ReturnType> | |
| </ReturnValue> | |
| <Parameters /> | |
| <Docs> | |
| <summary> | |
| Creates a query that will ensure it gets the total count for all | |
| the records that would have been returned ignoring any take paging/ | |
| limit clause specified by client or server. | |
| </summary> | |
| <returns> | |
| A query against the table. | |
| </returns> | |
| <remarks>To be added.</remarks> | |
| </Docs> | |
| </Member> | |
| <Member MemberName="InsertAsync"> | |
| <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task InsertAsync (T instance);" /> | |
| <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task InsertAsync(!T instance) cil managed" /> | |
| <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.MobileServices.IMobileServiceTable`1.InsertAsync(`0)" /> | |
| <MemberType>Method</MemberType> | |
| <AssemblyInfo> | |
| <AssemblyVersion>4.0.0.0</AssemblyVersion> | |
| <AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName> | |
| </AssemblyInfo> | |
| <ReturnValue> | |
| <ReturnType>System.Threading.Tasks.Task</ReturnType> | |
| </ReturnValue> | |
| <Parameters> | |
| <Parameter Name="instance" Type="T" /> | |
| </Parameters> | |
| <Docs> | |
| <param name="instance"> | |
| The instance to insert. | |
| </param> | |
| <summary> | |
| Insert a new instance into the table. | |
| </summary> | |
| <returns> | |
| A task that will complete when the insertion has finished. | |
| </returns> | |
| <remarks>To be added.</remarks> | |
| </Docs> | |
| </Member> | |
| <Member MemberName="InsertAsync"> | |
| <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task InsertAsync (T instance, System.Collections.Generic.IDictionary<string,string> parameters);" /> | |
| <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task InsertAsync(!T instance, class System.Collections.Generic.IDictionary`2<string, string> parameters) cil managed" /> | |
| <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.MobileServices.IMobileServiceTable`1.InsertAsync(`0,System.Collections.Generic.IDictionary{System.String,System.String})" /> | |
| <MemberType>Method</MemberType> | |
| <AssemblyInfo> | |
| <AssemblyVersion>4.0.0.0</AssemblyVersion> | |
| <AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName> | |
| </AssemblyInfo> | |
| <ReturnValue> | |
| <ReturnType>System.Threading.Tasks.Task</ReturnType> | |
| </ReturnValue> | |
| <Parameters> | |
| <Parameter Name="instance" Type="T" /> | |
| <Parameter Name="parameters" Type="System.Collections.Generic.IDictionary<System.String,System.String>" /> | |
| </Parameters> | |
| <Docs> | |
| <param name="instance"> | |
| The instance to insert. | |
| </param> | |
| <param name="parameters"> | |
| A dictionary of user-defined parameters and values to include in | |
| the request URI query string. | |
| </param> | |
| <summary> | |
| Insert a new instance into the table. | |
| </summary> | |
| <returns> | |
| A task that will complete when the insertion has finished. | |
| </returns> | |
| <remarks>To be added.</remarks> | |
| </Docs> | |
| </Member> | |
| <Member MemberName="LookupAsync"> | |
| <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<T> LookupAsync (object id);" /> | |
| <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<!T> LookupAsync(object id) cil managed" /> | |
| <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.MobileServices.IMobileServiceTable`1.LookupAsync(System.Object)" /> | |
| <MemberType>Method</MemberType> | |
| <AssemblyInfo> | |
| <AssemblyVersion>4.0.0.0</AssemblyVersion> | |
| <AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName> | |
| </AssemblyInfo> | |
| <ReturnValue> | |
| <ReturnType>System.Threading.Tasks.Task<T></ReturnType> | |
| </ReturnValue> | |
| <Parameters> | |
| <Parameter Name="id" Type="System.Object" /> | |
| </Parameters> | |
| <Docs> | |
| <param name="id"> | |
| The id of the instance. | |
| </param> | |
| <summary> | |
| Lookup an instance from a table by its id. | |
| </summary> | |
| <returns> | |
| The desired instance. | |
| </returns> | |
| <remarks>To be added.</remarks> | |
| </Docs> | |
| </Member> | |
| <Member MemberName="LookupAsync"> | |
| <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<T> LookupAsync (object id, System.Collections.Generic.IDictionary<string,string> parameters);" /> | |
| <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<!T> LookupAsync(object id, class System.Collections.Generic.IDictionary`2<string, string> parameters) cil managed" /> | |
| <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.MobileServices.IMobileServiceTable`1.LookupAsync(System.Object,System.Collections.Generic.IDictionary{System.String,System.String})" /> | |
| <MemberType>Method</MemberType> | |
| <AssemblyInfo> | |
| <AssemblyVersion>4.0.0.0</AssemblyVersion> | |
| <AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName> | |
| </AssemblyInfo> | |
| <ReturnValue> | |
| <ReturnType>System.Threading.Tasks.Task<T></ReturnType> | |
| </ReturnValue> | |
| <Parameters> | |
| <Parameter Name="id" Type="System.Object" /> | |
| <Parameter Name="parameters" Type="System.Collections.Generic.IDictionary<System.String,System.String>" /> | |
| </Parameters> | |
| <Docs> | |
| <param name="id"> | |
| The id of the instance. | |
| </param> | |
| <param name="parameters"> | |
| A dictionary of user-defined parameters and values to include in | |
| the request URI query string. | |
| </param> | |
| <summary> | |
| Lookup an instance from a table by its id. | |
| </summary> | |
| <returns> | |
| The desired instance. | |
| </returns> | |
| <remarks>To be added.</remarks> | |
| </Docs> | |
| </Member> | |
| <Member MemberName="OrderBy<TKey>"> | |
| <MemberSignature Language="C#" Value="public Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<T> OrderBy<TKey> (System.Linq.Expressions.Expression<Func<T,TKey>> keySelector);" /> | |
| <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery`1<!T> OrderBy<TKey>(class System.Linq.Expressions.Expression`1<class System.Func`2<!T, !!TKey>> keySelector) cil managed" /> | |
| <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.MobileServices.IMobileServiceTable`1.OrderBy``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})" /> | |
| <MemberType>Method</MemberType> | |
| <AssemblyInfo> | |
| <AssemblyVersion>4.0.0.0</AssemblyVersion> | |
| <AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName> | |
| </AssemblyInfo> | |
| <ReturnValue> | |
| <ReturnType>Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<T></ReturnType> | |
| </ReturnValue> | |
| <TypeParameters> | |
| <TypeParameter Name="TKey" /> | |
| </TypeParameters> | |
| <Parameters> | |
| <Parameter Name="keySelector" Type="System.Linq.Expressions.Expression<System.Func<T,TKey>>" /> | |
| </Parameters> | |
| <Docs> | |
| <typeparam name="TKey"> | |
| The type of the member being ordered by. | |
| </typeparam> | |
| <param name="keySelector"> | |
| The expression selecting the member to order by. | |
| </param> | |
| <summary> | |
| Creates a query by applying the specified ascending order clause. | |
| </summary> | |
| <returns> | |
| A query against the table. | |
| </returns> | |
| <remarks>To be added.</remarks> | |
| </Docs> | |
| </Member> | |
| <Member MemberName="OrderByDescending<TKey>"> | |
| <MemberSignature Language="C#" Value="public Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<T> OrderByDescending<TKey> (System.Linq.Expressions.Expression<Func<T,TKey>> keySelector);" /> | |
| <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery`1<!T> OrderByDescending<TKey>(class System.Linq.Expressions.Expression`1<class System.Func`2<!T, !!TKey>> keySelector) cil managed" /> | |
| <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.MobileServices.IMobileServiceTable`1.OrderByDescending``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})" /> | |
| <MemberType>Method</MemberType> | |
| <AssemblyInfo> | |
| <AssemblyVersion>4.0.0.0</AssemblyVersion> | |
| <AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName> | |
| </AssemblyInfo> | |
| <ReturnValue> | |
| <ReturnType>Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<T></ReturnType> | |
| </ReturnValue> | |
| <TypeParameters> | |
| <TypeParameter Name="TKey" /> | |
| </TypeParameters> | |
| <Parameters> | |
| <Parameter Name="keySelector" Type="System.Linq.Expressions.Expression<System.Func<T,TKey>>" /> | |
| </Parameters> | |
| <Docs> | |
| <typeparam name="TKey"> | |
| The type of the member being ordered by. | |
| </typeparam> | |
| <param name="keySelector"> | |
| The expression selecting the member to order by. | |
| </param> | |
| <summary> | |
| Creates a query by applying the specified descending order clause. | |
| </summary> | |
| <returns> | |
| A query against the table. | |
| </returns> | |
| <remarks>To be added.</remarks> | |
| </Docs> | |
| </Member> | |
| <Member MemberName="ReadAsync"> | |
| <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<T>> ReadAsync ();" /> | |
| <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class System.Collections.Generic.IEnumerable`1<!T>> ReadAsync() cil managed" /> | |
| <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.MobileServices.IMobileServiceTable`1.ReadAsync" /> | |
| <MemberType>Method</MemberType> | |
| <AssemblyInfo> | |
| <AssemblyVersion>4.0.0.0</AssemblyVersion> | |
| <AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName> | |
| </AssemblyInfo> | |
| <ReturnValue> | |
| <ReturnType>System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<T>></ReturnType> | |
| </ReturnValue> | |
| <Parameters /> | |
| <Docs> | |
| <summary> | |
| Returns instances from a table. | |
| </summary> | |
| <returns> | |
| Instances from the table. | |
| </returns> | |
| <remarks> | |
| This call will not handle paging, etc., for you. | |
| </remarks> | |
| </Docs> | |
| </Member> | |
| <Member MemberName="ReadAsync<U>"> | |
| <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<U>> ReadAsync<U> (Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<U> query);" /> | |
| <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class System.Collections.Generic.IEnumerable`1<!!U>> ReadAsync<U>(class Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery`1<!!U> query) cil managed" /> | |
| <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.MobileServices.IMobileServiceTable`1.ReadAsync``1(Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery{``0})" /> | |
| <MemberType>Method</MemberType> | |
| <AssemblyInfo> | |
| <AssemblyVersion>4.0.0.0</AssemblyVersion> | |
| <AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName> | |
| </AssemblyInfo> | |
| <ReturnValue> | |
| <ReturnType>System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<U>></ReturnType> | |
| </ReturnValue> | |
| <TypeParameters> | |
| <TypeParameter Name="U" /> | |
| </TypeParameters> | |
| <Parameters> | |
| <Parameter Name="query" Type="Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<U>" /> | |
| </Parameters> | |
| <Docs> | |
| <typeparam name="U"> | |
| The type of instance returned by the query. | |
| </typeparam> | |
| <param name="query"> | |
| The query to execute. | |
| </param> | |
| <summary> | |
| Returns instances from a table using a query. | |
| </summary> | |
| <returns> | |
| Instances from the table. | |
| </returns> | |
| <remarks>To be added.</remarks> | |
| </Docs> | |
| </Member> | |
| <Member MemberName="ReadAsync<U>"> | |
| <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<U>> ReadAsync<U> (string query);" /> | |
| <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class System.Collections.Generic.IEnumerable`1<!!U>> ReadAsync<U>(string query) cil managed" /> | |
| <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.MobileServices.IMobileServiceTable`1.ReadAsync``1(System.String)" /> | |
| <MemberType>Method</MemberType> | |
| <AssemblyInfo> | |
| <AssemblyVersion>4.0.0.0</AssemblyVersion> | |
| <AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName> | |
| </AssemblyInfo> | |
| <ReturnValue> | |
| <ReturnType>System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<U>></ReturnType> | |
| </ReturnValue> | |
| <TypeParameters> | |
| <TypeParameter Name="U" /> | |
| </TypeParameters> | |
| <Parameters> | |
| <Parameter Name="query" Type="System.String" /> | |
| </Parameters> | |
| <Docs> | |
| <typeparam name="U">To be added.</typeparam> | |
| <param name="query"> | |
| A query to execute. | |
| </param> | |
| <summary> | |
| Executes a query against the table. | |
| </summary> | |
| <returns> | |
| A task that will return with results when the query finishes. | |
| </returns> | |
| <remarks>To be added.</remarks> | |
| </Docs> | |
| </Member> | |
| <Member MemberName="RefreshAsync"> | |
| <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task RefreshAsync (T instance);" /> | |
| <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task RefreshAsync(!T instance) cil managed" /> | |
| <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.MobileServices.IMobileServiceTable`1.RefreshAsync(`0)" /> | |
| <MemberType>Method</MemberType> | |
| <AssemblyInfo> | |
| <AssemblyVersion>4.0.0.0</AssemblyVersion> | |
| <AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName> | |
| </AssemblyInfo> | |
| <ReturnValue> | |
| <ReturnType>System.Threading.Tasks.Task</ReturnType> | |
| </ReturnValue> | |
| <Parameters> | |
| <Parameter Name="instance" Type="T" /> | |
| </Parameters> | |
| <Docs> | |
| <param name="instance"> | |
| The instance to refresh. | |
| </param> | |
| <summary> | |
| Refresh the current instance with the latest values from the | |
| table. | |
| </summary> | |
| <returns> | |
| A task that will complete when the refresh has finished. | |
| </returns> | |
| <remarks>To be added.</remarks> | |
| </Docs> | |
| </Member> | |
| <Member MemberName="RefreshAsync"> | |
| <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task RefreshAsync (T instance, System.Collections.Generic.IDictionary<string,string> parameters);" /> | |
| <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task RefreshAsync(!T instance, class System.Collections.Generic.IDictionary`2<string, string> parameters) cil managed" /> | |
| <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.MobileServices.IMobileServiceTable`1.RefreshAsync(`0,System.Collections.Generic.IDictionary{System.String,System.String})" /> | |
| <MemberType>Method</MemberType> | |
| <AssemblyInfo> | |
| <AssemblyVersion>4.0.0.0</AssemblyVersion> | |
| <AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName> | |
| </AssemblyInfo> | |
| <ReturnValue> | |
| <ReturnType>System.Threading.Tasks.Task</ReturnType> | |
| </ReturnValue> | |
| <Parameters> | |
| <Parameter Name="instance" Type="T" /> | |
| <Parameter Name="parameters" Type="System.Collections.Generic.IDictionary<System.String,System.String>" /> | |
| </Parameters> | |
| <Docs> | |
| <param name="instance"> | |
| The instance to refresh. | |
| </param> | |
| <param name="parameters"> | |
| A dictionary of user-defined parameters and values to include in | |
| the request URI query string. | |
| </param> | |
| <summary> | |
| Refresh the current instance with the latest values from the | |
| table. | |
| </summary> | |
| <returns> | |
| A task that will complete when the refresh has finished. | |
| </returns> | |
| <remarks>To be added.</remarks> | |
| </Docs> | |
| </Member> | |
| <Member MemberName="Select<U>"> | |
| <MemberSignature Language="C#" Value="public Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<U> Select<U> (System.Linq.Expressions.Expression<Func<T,U>> selector);" /> | |
| <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery`1<!!U> Select<U>(class System.Linq.Expressions.Expression`1<class System.Func`2<!T, !!U>> selector) cil managed" /> | |
| <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.MobileServices.IMobileServiceTable`1.Select``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})" /> | |
| <MemberType>Method</MemberType> | |
| <AssemblyInfo> | |
| <AssemblyVersion>4.0.0.0</AssemblyVersion> | |
| <AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName> | |
| </AssemblyInfo> | |
| <ReturnValue> | |
| <ReturnType>Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<U></ReturnType> | |
| </ReturnValue> | |
| <TypeParameters> | |
| <TypeParameter Name="U" /> | |
| </TypeParameters> | |
| <Parameters> | |
| <Parameter Name="selector" Type="System.Linq.Expressions.Expression<System.Func<T,U>>" /> | |
| </Parameters> | |
| <Docs> | |
| <typeparam name="U"> | |
| Type representing the projected result of the query. | |
| </typeparam> | |
| <param name="selector"> | |
| The selector function. | |
| </param> | |
| <summary> | |
| Creates a query by applying the specified selection. | |
| </summary> | |
| <returns> | |
| A query against the table. | |
| </returns> | |
| <remarks>To be added.</remarks> | |
| </Docs> | |
| </Member> | |
| <Member MemberName="Skip"> | |
| <MemberSignature Language="C#" Value="public Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<T> Skip (int count);" /> | |
| <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery`1<!T> Skip(int32 count) cil managed" /> | |
| <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.MobileServices.IMobileServiceTable`1.Skip(System.Int32)" /> | |
| <MemberType>Method</MemberType> | |
| <AssemblyInfo> | |
| <AssemblyVersion>4.0.0.0</AssemblyVersion> | |
| <AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName> | |
| </AssemblyInfo> | |
| <ReturnValue> | |
| <ReturnType>Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<T></ReturnType> | |
| </ReturnValue> | |
| <Parameters> | |
| <Parameter Name="count" Type="System.Int32" /> | |
| </Parameters> | |
| <Docs> | |
| <param name="count"> | |
| The number to skip. | |
| </param> | |
| <summary> | |
| Creates a query by applying the specified skip clause. | |
| </summary> | |
| <returns> | |
| A query against the table. | |
| </returns> | |
| <remarks>To be added.</remarks> | |
| </Docs> | |
| </Member> | |
| <Member MemberName="Take"> | |
| <MemberSignature Language="C#" Value="public Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<T> Take (int count);" /> | |
| <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery`1<!T> Take(int32 count) cil managed" /> | |
| <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.MobileServices.IMobileServiceTable`1.Take(System.Int32)" /> | |
| <MemberType>Method</MemberType> | |
| <AssemblyInfo> | |
| <AssemblyVersion>4.0.0.0</AssemblyVersion> | |
| <AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName> | |
| </AssemblyInfo> | |
| <ReturnValue> | |
| <ReturnType>Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<T></ReturnType> | |
| </ReturnValue> | |
| <Parameters> | |
| <Parameter Name="count" Type="System.Int32" /> | |
| </Parameters> | |
| <Docs> | |
| <param name="count"> | |
| The number to take. | |
| </param> | |
| <summary> | |
| Creates a query by applying the specified take clause. | |
| </summary> | |
| <returns> | |
| A query against the table. | |
| </returns> | |
| <remarks>To be added.</remarks> | |
| </Docs> | |
| </Member> | |
| <Member MemberName="ThenBy<TKey>"> | |
| <MemberSignature Language="C#" Value="public Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<T> ThenBy<TKey> (System.Linq.Expressions.Expression<Func<T,TKey>> keySelector);" /> | |
| <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery`1<!T> ThenBy<TKey>(class System.Linq.Expressions.Expression`1<class System.Func`2<!T, !!TKey>> keySelector) cil managed" /> | |
| <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.MobileServices.IMobileServiceTable`1.ThenBy``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})" /> | |
| <MemberType>Method</MemberType> | |
| <AssemblyInfo> | |
| <AssemblyVersion>4.0.0.0</AssemblyVersion> | |
| <AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName> | |
| </AssemblyInfo> | |
| <ReturnValue> | |
| <ReturnType>Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<T></ReturnType> | |
| </ReturnValue> | |
| <TypeParameters> | |
| <TypeParameter Name="TKey" /> | |
| </TypeParameters> | |
| <Parameters> | |
| <Parameter Name="keySelector" Type="System.Linq.Expressions.Expression<System.Func<T,TKey>>" /> | |
| </Parameters> | |
| <Docs> | |
| <typeparam name="TKey"> | |
| The type of the member being ordered by. | |
| </typeparam> | |
| <param name="keySelector"> | |
| The expression selecting the member to order by. | |
| </param> | |
| <summary> | |
| Creates a query by applying the specified ascending order clause. | |
| </summary> | |
| <returns> | |
| A query against the table. | |
| </returns> | |
| <remarks>To be added.</remarks> | |
| </Docs> | |
| </Member> | |
| <Member MemberName="ThenByDescending<TKey>"> | |
| <MemberSignature Language="C#" Value="public Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<T> ThenByDescending<TKey> (System.Linq.Expressions.Expression<Func<T,TKey>> keySelector);" /> | |
| <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery`1<!T> ThenByDescending<TKey>(class System.Linq.Expressions.Expression`1<class System.Func`2<!T, !!TKey>> keySelector) cil managed" /> | |
| <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.MobileServices.IMobileServiceTable`1.ThenByDescending``1(System.Linq.Expressions.Expression{System.Func{`0,``0}})" /> | |
| <MemberType>Method</MemberType> | |
| <AssemblyInfo> | |
| <AssemblyVersion>4.0.0.0</AssemblyVersion> | |
| <AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName> | |
| </AssemblyInfo> | |
| <ReturnValue> | |
| <ReturnType>Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<T></ReturnType> | |
| </ReturnValue> | |
| <TypeParameters> | |
| <TypeParameter Name="TKey" /> | |
| </TypeParameters> | |
| <Parameters> | |
| <Parameter Name="keySelector" Type="System.Linq.Expressions.Expression<System.Func<T,TKey>>" /> | |
| </Parameters> | |
| <Docs> | |
| <typeparam name="TKey"> | |
| The type of the member being ordered by. | |
| </typeparam> | |
| <param name="keySelector"> | |
| The expression selecting the member to order by. | |
| </param> | |
| <summary> | |
| Creates a query by applying the specified descending order clause. | |
| </summary> | |
| <returns> | |
| A query against the table. | |
| </returns> | |
| <remarks>To be added.</remarks> | |
| </Docs> | |
| </Member> | |
| <Member MemberName="ToEnumerableAsync"> | |
| <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<T>> ToEnumerableAsync ();" /> | |
| <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class System.Collections.Generic.IEnumerable`1<!T>> ToEnumerableAsync() cil managed" /> | |
| <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.MobileServices.IMobileServiceTable`1.ToEnumerableAsync" /> | |
| <MemberType>Method</MemberType> | |
| <AssemblyInfo> | |
| <AssemblyVersion>4.0.0.0</AssemblyVersion> | |
| <AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName> | |
| </AssemblyInfo> | |
| <ReturnValue> | |
| <ReturnType>System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<T>></ReturnType> | |
| </ReturnValue> | |
| <Parameters /> | |
| <Docs> | |
| <summary> | |
| Gets the elements of the table asynchronously. | |
| </summary> | |
| <returns> | |
| The table elements results as a sequence. | |
| </returns> | |
| <remarks>To be added.</remarks> | |
| </Docs> | |
| </Member> | |
| <Member MemberName="ToListAsync"> | |
| <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<System.Collections.Generic.List<T>> ToListAsync ();" /> | |
| <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task`1<class System.Collections.Generic.List`1<!T>> ToListAsync() cil managed" /> | |
| <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.MobileServices.IMobileServiceTable`1.ToListAsync" /> | |
| <MemberType>Method</MemberType> | |
| <AssemblyInfo> | |
| <AssemblyVersion>4.0.0.0</AssemblyVersion> | |
| <AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName> | |
| </AssemblyInfo> | |
| <ReturnValue> | |
| <ReturnType>System.Threading.Tasks.Task<System.Collections.Generic.List<T>></ReturnType> | |
| </ReturnValue> | |
| <Parameters /> | |
| <Docs> | |
| <summary> | |
| Gets the elements of the table asynchronously and return the | |
| results in a new List. | |
| </summary> | |
| <returns> | |
| The table elements results as a List. | |
| </returns> | |
| <remarks>To be added.</remarks> | |
| </Docs> | |
| </Member> | |
| <Member MemberName="UndeleteAsync"> | |
| <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task UndeleteAsync (T instance);" /> | |
| <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task UndeleteAsync(!T instance) cil managed" /> | |
| <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.MobileServices.IMobileServiceTable`1.UndeleteAsync(`0)" /> | |
| <MemberType>Method</MemberType> | |
| <AssemblyInfo> | |
| <AssemblyVersion>4.0.0.0</AssemblyVersion> | |
| <AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName> | |
| </AssemblyInfo> | |
| <ReturnValue> | |
| <ReturnType>System.Threading.Tasks.Task</ReturnType> | |
| </ReturnValue> | |
| <Parameters> | |
| <Parameter Name="instance" Type="T" /> | |
| </Parameters> | |
| <Docs> | |
| <param name="instance">The instance to undelete from the table.</param> | |
| <summary> | |
| Undeletes an <paramref name="instance" /> from the table. This requires the soft delete feature to be enabled on the Mobile Service. Visit <see href="http://go.microsoft.com/fwlink/?LinkId=507647">the link</see> for details. | |
| </summary> | |
| <returns>A task that will complete when the undelete finishes.</returns> | |
| <remarks>To be added.</remarks> | |
| </Docs> | |
| </Member> | |
| <Member MemberName="UndeleteAsync"> | |
| <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task UndeleteAsync (T instance, System.Collections.Generic.IDictionary<string,string> parameters);" /> | |
| <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task UndeleteAsync(!T instance, class System.Collections.Generic.IDictionary`2<string, string> parameters) cil managed" /> | |
| <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.MobileServices.IMobileServiceTable`1.UndeleteAsync(`0,System.Collections.Generic.IDictionary{System.String,System.String})" /> | |
| <MemberType>Method</MemberType> | |
| <AssemblyInfo> | |
| <AssemblyVersion>4.0.0.0</AssemblyVersion> | |
| <AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName> | |
| </AssemblyInfo> | |
| <ReturnValue> | |
| <ReturnType>System.Threading.Tasks.Task</ReturnType> | |
| </ReturnValue> | |
| <Parameters> | |
| <Parameter Name="instance" Type="T" /> | |
| <Parameter Name="parameters" Type="System.Collections.Generic.IDictionary<System.String,System.String>" /> | |
| </Parameters> | |
| <Docs> | |
| <param name="instance">The instance to undelete from the table.</param> | |
| <param name="parameters"> | |
| A dictionary of user-defined parameters and values to include in | |
| the request URI query string. | |
| </param> | |
| <summary> | |
| Undeletes an <paramref name="instance" /> from the table. This requires the soft delete feature to be enabled on the Mobile Service. Visit <see href="http://go.microsoft.com/fwlink/?LinkId=507647">the link</see> for details. | |
| </summary> | |
| <returns>A task that will complete when the undelete finishes.</returns> | |
| <remarks>To be added.</remarks> | |
| </Docs> | |
| </Member> | |
| <Member MemberName="UpdateAsync"> | |
| <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task UpdateAsync (T instance);" /> | |
| <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task UpdateAsync(!T instance) cil managed" /> | |
| <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.MobileServices.IMobileServiceTable`1.UpdateAsync(`0)" /> | |
| <MemberType>Method</MemberType> | |
| <AssemblyInfo> | |
| <AssemblyVersion>4.0.0.0</AssemblyVersion> | |
| <AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName> | |
| </AssemblyInfo> | |
| <ReturnValue> | |
| <ReturnType>System.Threading.Tasks.Task</ReturnType> | |
| </ReturnValue> | |
| <Parameters> | |
| <Parameter Name="instance" Type="T" /> | |
| </Parameters> | |
| <Docs> | |
| <param name="instance"> | |
| The instance to update. | |
| </param> | |
| <summary> | |
| Updates an instance in the table. | |
| </summary> | |
| <returns> | |
| A task that will complete when the update has finished. | |
| </returns> | |
| <remarks>To be added.</remarks> | |
| </Docs> | |
| </Member> | |
| <Member MemberName="UpdateAsync"> | |
| <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task UpdateAsync (T instance, System.Collections.Generic.IDictionary<string,string> parameters);" /> | |
| <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task UpdateAsync(!T instance, class System.Collections.Generic.IDictionary`2<string, string> parameters) cil managed" /> | |
| <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.MobileServices.IMobileServiceTable`1.UpdateAsync(`0,System.Collections.Generic.IDictionary{System.String,System.String})" /> | |
| <MemberType>Method</MemberType> | |
| <AssemblyInfo> | |
| <AssemblyVersion>4.0.0.0</AssemblyVersion> | |
| <AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName> | |
| </AssemblyInfo> | |
| <ReturnValue> | |
| <ReturnType>System.Threading.Tasks.Task</ReturnType> | |
| </ReturnValue> | |
| <Parameters> | |
| <Parameter Name="instance" Type="T" /> | |
| <Parameter Name="parameters" Type="System.Collections.Generic.IDictionary<System.String,System.String>" /> | |
| </Parameters> | |
| <Docs> | |
| <param name="instance"> | |
| The instance to update. | |
| </param> | |
| <param name="parameters"> | |
| A dictionary of user-defined parameters and values to include in | |
| the request URI query string. | |
| </param> | |
| <summary> | |
| Updates an instance in the table. | |
| </summary> | |
| <returns> | |
| A task that will complete when the update has finished. | |
| </returns> | |
| <remarks>To be added.</remarks> | |
| </Docs> | |
| </Member> | |
| <Member MemberName="Where"> | |
| <MemberSignature Language="C#" Value="public Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<T> Where (System.Linq.Expressions.Expression<Func<T,bool>> predicate);" /> | |
| <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery`1<!T> Where(class System.Linq.Expressions.Expression`1<class System.Func`2<!T, bool>> predicate) cil managed" /> | |
| <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.MobileServices.IMobileServiceTable`1.Where(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}})" /> | |
| <MemberType>Method</MemberType> | |
| <AssemblyInfo> | |
| <AssemblyVersion>4.0.0.0</AssemblyVersion> | |
| <AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName> | |
| </AssemblyInfo> | |
| <ReturnValue> | |
| <ReturnType>Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<T></ReturnType> | |
| </ReturnValue> | |
| <Parameters> | |
| <Parameter Name="predicate" Type="System.Linq.Expressions.Expression<System.Func<T,System.Boolean>>" /> | |
| </Parameters> | |
| <Docs> | |
| <param name="predicate"> | |
| The filter predicate. | |
| </param> | |
| <summary> | |
| Creates a query by applying the specified filter predicate. | |
| </summary> | |
| <returns> | |
| A query against the table. | |
| </returns> | |
| <remarks>To be added.</remarks> | |
| </Docs> | |
| </Member> | |
| <Member MemberName="WithParameters"> | |
| <MemberSignature Language="C#" Value="public Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<T> WithParameters (System.Collections.Generic.IDictionary<string,string> parameters);" /> | |
| <MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery`1<!T> WithParameters(class System.Collections.Generic.IDictionary`2<string, string> parameters) cil managed" /> | |
| <MemberSignature Language="DocId" Value="M:Microsoft.WindowsAzure.MobileServices.IMobileServiceTable`1.WithParameters(System.Collections.Generic.IDictionary{System.String,System.String})" /> | |
| <MemberType>Method</MemberType> | |
| <AssemblyInfo> | |
| <AssemblyVersion>4.0.0.0</AssemblyVersion> | |
| <AssemblyName>Microsoft.Azure.Mobile.Client</AssemblyName> | |
| </AssemblyInfo> | |
| <ReturnValue> | |
| <ReturnType>Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<T></ReturnType> | |
| </ReturnValue> | |
| <Parameters> | |
| <Parameter Name="parameters" Type="System.Collections.Generic.IDictionary<System.String,System.String>" /> | |
| </Parameters> | |
| <Docs> | |
| <param name="parameters"> | |
| The parameters to apply. | |
| </param> | |
| <summary> | |
| Applies to the source query the specified string key-value | |
| pairs to be used as user-defined parameters with the request URI | |
| query string. | |
| </summary> | |
| <returns> | |
| The composed query. | |
| </returns> | |
| <remarks>To be added.</remarks> | |
| </Docs> | |
| </Member> | |
| </Members> | |
| </Type> |