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

GETIMPERSONATE() public method

Gets the value if the context should use an impersonate context to evaluate the code or expression.
public GETIMPERSONATE ( ) : bool
return bool
        public bool GETIMPERSONATE()
        {
            return Item.IsImpersonate;
        }
    }
SQLNET