다음을 통해 공유


TableController<TData>.Lookup(String) 메서드

정의

백 엔드 저장소에서 엔터티를 조회하기 위한 도우미 메서드를 제공합니다. 에서 throw된 IDomainManager<TData> 예외를 처리하고 적절한 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.WindowsAzure.Mobile.Service.Tables.ITableData)>
override this.Lookup : string -> System.Web.Http.SingleResult<'Data (requires 'Data : null and 'Data :> Microsoft.WindowsAzure.Mobile.Service.Tables.ITableData)>
Protected Overridable Function Lookup (id As String) As SingleResult(Of TData)

매개 변수

id
String

반환

System.Web.Http.SingleResult<TData>

에서 System.Web.Http.SingleResult`1 반환되는 입니다 IDomainManager<TData>.

적용 대상