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

GblMethods..::..DoRecordLock Method

Does the record lock.

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

Syntax


public static bool DoRecordLock(
	PrimaryKeyValue primaryKey
)
Public Shared Function DoRecordLock ( _
	primaryKey As PrimaryKeyValue _
) As Boolean
public:
static bool^ DoRecordLock(
	PrimaryKeyValue^ primaryKey
)

Parameters

primaryKey
Type: RingSoft.DbLookup..::..PrimaryKeyValue
The primary key.

Return Value

true if XXXX, false otherwise.