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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET