iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

SqlMapSession.Complete Method 

Complete (commit) a transaction

[Visual Basic]
NotOverridable Public Sub Complete() _
    Implements IDalSession.
[C#]
public void Complete();

Implements

IDalSession.

Remarks

Use in 'using' syntax.

See Also

SqlMapSession Class | IBatisNet.DataMapper Namespace