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

IDbMaintenanceDataProcessor..::..ShowRecordLockWindow Method

Shows the record lock window.

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

Syntax


bool ShowRecordLockWindow(
	PrimaryKeyValue lockKey,
	string message,
	Object inputParameter
)
Function ShowRecordLockWindow ( _
	lockKey As PrimaryKeyValue, _
	message As String, _
	inputParameter As Object _
) As Boolean
bool^ ShowRecordLockWindow(
	PrimaryKeyValue^ lockKey, 
	String^ message, 
	Object^ inputParameter
)

Parameters

lockKey
Type: RingSoft.DbLookup..::..PrimaryKeyValue
The lock key.
message
Type: String
The message.
inputParameter
Type: Object
The input parameter.

Return Value

true if XXXX, false otherwise.