TurboDB.NET Managed Provider
TurboDBTransaction.LockTable
Top 


Locks a TurboDB database table.

[C#]
public bool LockTable(string tableName, TurboDBLockType lockType)


Notes
Locking restricts the access to a database table by other connections.

See also
TurboDBTransaction class | TurboDBTransaction members | TurboDBLockType