|
IDataManagerTEntityLoad Method |
Trys to load the entity
Namespace: DrawerBackup.Native.DataAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
SyntaxTEntity Load(
string id
)
Function Load (
id As String
) As TEntity
TEntity Load(
String^ id
)
abstract Load :
id : string -> 'TEntity
Parameters
- id
- Type: SystemString
Return Value
Type:
TEntity
See Also