Contains the number of a query line that caused an error.
property LineNumber: integer;
If an error, having EDAError.ErrorCode = ER_PARSE_ERROR, occured during query execution, LineNumber property contains the number of a query line that caused an error. MyDAC will retrieve this information from the error text automatically.