Click or drag to resize
AkObjectDelete Method (AkTransaction)
删除。

需要调用者进行事务控制。

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public bool Delete(
	AkTransaction trans
)

Parameters

trans
Type: Appkit.DataAkTransaction
事务,如果该参数为null,则自动获取当前事务。

Return Value

Type: Boolean
删除成功为true,失败为false、可以通过 LastErrMsg 获取错误消息。
See Also