RingSoft.DbLookup Namespace
RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

IDbContext..::..Commit Method

Commits the specified message.

Namespace:  RingSoft.DbLookup
Assembly:  RingSoft.DbLookup (in RingSoft.DbLookup.dll)

Syntax


bool Commit(
	string message,
	bool silent
)
Function Commit ( _
	message As String, _
	silent As Boolean _
) As Boolean
bool^ Commit(
	String^ message, 
	bool^ silent
)

Parameters

message
Type: String
The message.
silent
Type: Boolean
if set to true [silent].

Return Value

true if XXXX, false otherwise.