AdsExtendedReader.UnlockTable

Advantage .NET Data Provider

Releases all locks on the given table

public void UnlockTable();

Remarks

AdsUnlockTable releases either all record locks on the table, or a table lock if one exists. If record locks are held and the table is in a transaction, the record locks will be released at the end of the transaction.

Note This API only accepts table handles. The use of a cursor handle with this API is illegal and will result in an error.

See Also

LockRecord

LockTable

IsTableLocked

UnlockRecord