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