DbMaintenanceTestGlobals<(Of <(<'TViewModel, TView>)>)>..::..ShowRecordLockWindow Method
Shows the record lock window.
Namespace:
RingSoft.DbMaintenanceAssembly: RingSoft.DbMaintenance (in RingSoft.DbMaintenance.dll)
Syntax
public virtual bool ShowRecordLockWindow( PrimaryKeyValue lockKey, string message, Object inputParameter )
Public Overridable Function ShowRecordLockWindow ( _ lockKey As PrimaryKeyValue, _ message As String, _ inputParameter As Object _ ) As Boolean
public: virtual 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.