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

AUTODISPOSE() public method

Set the IsAutoDispose value to true.
public AUTODISPOSE ( ) : SQLNET
return SQLNET
        public SQLNET AUTODISPOSE()
        {
            return AutoDispose();
        }
    }
SQLNET