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

GETAUTODISPOSE() public method

Gets the value if the object should AutoDispose once it has been evaluated.
public GETAUTODISPOSE ( ) : bool
return bool
        public bool GETAUTODISPOSE()
        {
            return Item.IsAutoDispose;
        }
    }
SQLNET