|
ICrudClientTEntityGet Method |
Get the entity
Namespace: DrawerBackup.Native.Clients.CrudAPIAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
SyntaxFunction Get (
id As String
) As TEntity
TEntity Get(
String^ id
)
abstract Get :
id : string -> 'TEntity
Parameters
- id
- Type: SystemString
Return Value
Type:
TEntity
See Also