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

Impersonate() public method

Set the IsImpersonate value to true.
public Impersonate ( ) : SQLNET
return SQLNET
        public SQLNET Impersonate()
        {
            Item.IsImpersonate = true;
            return this;
        }
SQLNET