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

DbContextEfCore..::..Commit Method

Commits the specified message.

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

Syntax


public bool Commit(
	string message,
	bool silent
)
Public Function Commit ( _
	message As String, _
	silent As Boolean _
) As Boolean
public:
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.