Chili.Opf3 Send comments on this topic.
Commit Method
See Also 
Chili.Opf3.Storages Namespace > SqlStorageBase Class : Commit Method




Commits the current open transaction on the storage. If no transaction is open no exception should be thrown.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub Commit() 
Visual Basic (Usage)Copy Code
Dim instance As SqlStorageBase
 
instance.Commit()
C# 
public virtual void Commit()
Managed Extensions for C++ 
public: virtual void Commit(); 
C++/CLI 
public:
virtual void Commit(); 

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also