MobileServiceLocalStore.LookupAsync(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reads a single item from local table with specified id.
public abstract System.Threading.Tasks.Task<Newtonsoft.Json.Linq.JObject> LookupAsync (string tableName, string id);
abstract member LookupAsync : string * string -> System.Threading.Tasks.Task<Newtonsoft.Json.Linq.JObject>
Public MustOverride Function LookupAsync (tableName As String, id As String) As Task(Of JObject)
Parameters
- tableName
- String
Name of the local table.
- id
- String
Id for the object to be read.
Returns
Task<Newtonsoft.Json.Linq.JObject>
A task that returns the item read from local table.
Implements
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.