|
DbClientGet Method (String, String) |
Execute a get for a entity
Namespace: DrawerBackup.Native.ClientsAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxprotected Result Get(
string uri,
string id
)
Protected Function Get (
uri As String,
id As String
) As Result
protected:
Result^ Get(
String^ uri,
String^ id
)
member Get :
uri : string *
id : string -> Result
Parameters
- uri
- Type: SystemString
The uri - id
- Type: SystemString
Return Value
Type:
Result
See Also