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

ToString() public method

Convert the SQLNET object into a string representation.
public ToString ( ) : string
return string
        public override string ToString()
        {
            throw new Exception(ExceptionMessage.GeneralException);
        }
    }
SQLNET