Tests if the table is locked by the current user.
public bool IsTableLocked();
Remarks
IsTableLocked can be used to test if the table is locked by the current user. If the table is locked by another user or by the current user with a different reader, IsTableLocked will return false.
See Also