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

SystemDataRepository..::..GetRecordLock Method

Gets the record lock.

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

Syntax


public RecordLock GetRecordLock(
	string table,
	string primaryKey
)
Public Function GetRecordLock ( _
	table As String, _
	primaryKey As String _
) As RecordLock
public:
RecordLock^ GetRecordLock(
	String^ table, 
	String^ primaryKey
)

Parameters

table
Type: String
The table.
primaryKey
Type: String
The primary key.

Return Value

RecordLock.