MongoDomainManager<TData>.GetCurrentItem Method (String)
Namespace: Microsoft.Azure.Mobile.Server
Assembly: Microsoft.Azure.Mobile.Server.Mongo (in Microsoft.Azure.Mobile.Server.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
Parameters
- id
Type: System.String
Return Value
Type: TData
See Also
MongoDomainManager<TData> Class
Microsoft.Azure.Mobile.Server Namespace
Return to top