|
DbManagerCheck Method |
Check if the entity exists and is updated in the catalog
Namespace: DrawerBackup.Native.DataAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic void Check(
Type entity
)
Public Sub Check (
entity As Type
)
public:
void Check(
Type^ entity
)
member Check :
entity : Type -> unit
Parameters
- entity
- Type: SystemType
See Also