Udostępnij za pośrednictwem


TableController<TData>.Lookup(String) Metoda

Definicja

Udostępnia metodę pomocnika do wyszukiwania jednostki w magazynie zaplecza. Dotyczy ona wszelkich wyjątków zgłaszanych przez obiekt IDomainManager<TData> i mapuje je na odpowiednie odpowiedzi HTTP.

protected virtual System.Web.Http.SingleResult<TData> Lookup (string id);
abstract member Lookup : string -> System.Web.Http.SingleResult<'Data (requires 'Data : null and 'Data :> Microsoft.Azure.Mobile.Server.Tables.ITableData)>
override this.Lookup : string -> System.Web.Http.SingleResult<'Data (requires 'Data : null and 'Data :> Microsoft.Azure.Mobile.Server.Tables.ITableData)>
Protected Overridable Function Lookup (id As String) As SingleResult(Of TData)

Parametry

id
String

Zwraca

System.Web.Http.SingleResult<TData>

Zwrócony System.Web.Http.SingleResult`1 przez element IDomainManager<TData>.

Dotyczy