Share via


MongoDomainManager<TData>.GetCurrentItem Method (String)

 

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

Syntax

protected virtual TData GetCurrentItem(
    string id
)
protected:
virtual TData GetCurrentItem(
    String^ id
)
abstract GetCurrentItem : 
        id:string -> 'TData
override GetCurrentItem : 
        id:string -> 'TData
Protected Overridable Function GetCurrentItem (
    id As String
) As TData

Return Value

Type: TData

See Also

MongoDomainManager<TData> Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top