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