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