Share via


MappedEntityDomainManager<TData, TModel>.Lookup Method (String)

 

Namespace:   Microsoft.WindowsAzure.Mobile.Service
Assembly:  Microsoft.WindowsAzure.Mobile.Service.Entity (in Microsoft.WindowsAzure.Mobile.Service.Entity.dll)

Syntax

public abstract SingleResult<TData> Lookup(
    string id
)
public:
virtual SingleResult<TData>^ Lookup(
    String^ id
) abstract
abstract Lookup : 
        id:string -> SingleResult<'TData>
Public MustOverride Function Lookup (
    id As String
) As SingleResult(Of TData)

Return Value

Type: System.Web.Http.SingleResult<TData>

Implements

IDomainManager<TData>.Lookup(String)

See Also

MappedEntityDomainManager<TData, TModel> Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top