Click or drag to resize
DbFactoryCommit Method (Boolean)
提交一个事务执行

Namespace: Adf.Db
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public virtual void Commit(
	bool endNested
)

Parameters

endNested
Type: SystemBoolean
是否直接完成并行事务,注意:当值为Boolean时你必需重新启用新事务,否则外围提交将无效.

Implements

IDbFactoryCommit(Boolean)
See Also