DBExecution endTransaction Method DataBaseExecutors
End the transaction.

Namespace: DataBaseExecutors
Assembly: DataBaseExecutors (in DataBaseExecutors.dll) Version: 1.0.1.3 (1.0.1.3)
Syntax

public bool endTransaction(
	bool isProcessSuccess
)

Parameters

isProcessSuccess
Type: System Boolean
true:commit,false:rollback

Return Value

Type: Boolean

[Missing <returns> documentation for "M:DataBaseExecutors.DBExecution.endTransaction(System.Boolean)"]

Remarks

See Also