Z.Expressions.SqlServer.Eval.SQLNET.RELEASELOCK C# (CSharp) Method

RELEASELOCK() public static method

Releases all locks.
public static RELEASELOCK ( ) : bool
return bool
        public static bool RELEASELOCK()
        {
            return ReleaseLocks();
        }
SQLNET