TableController<TData>.Lookup Method (String)
Provides a helper method for looking up an entity in a backend store. It deals with any exceptions thrown by the IDomainManager<TData> and maps them into appropriate HTTP responses.
Assembly: Microsoft.WindowsAzure.Mobile.Service.Tables (in Microsoft.WindowsAzure.Mobile.Service.Tables.dll)
Return Value
Type: System.Web.Http.SingleResult<TData>An SingleResult<T> returned by the IDomainManager<TData>.
Show: