| AkObjectDelete Method (AkTransaction) |
Namespace: Appkit.DataAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic bool Delete(
AkTransaction trans
)
Parameters
- trans
- Type: Appkit.DataAkTransaction
事务,如果该参数为null,则自动获取当前事务。
Return Value
Type:
Boolean删除成功为true,失败为false、可以通过 LastErrMsg 获取错误消息。
See Also