点击或拖拽改变大小

ISqlFactory.BeforeCommit 方法

X#
This method is called before a transaction is committed.

命名空间:  XSharp.Data
程序集:  XSharp.Data (在 XSharp.Data.dll 中) 版本:2.22 GA
语法
FUNCTION BeforeCommit(
	oTransaction AS DbTransaction
) AS VOID
查看代码

参数

oTransaction
类型:DbTransaction
The transaction object.
参见