Used to return SQL text without any changes performed by AddWhere, SetOrderBy, and FilterSQL.
property BaseSQL: string;
Use the BaseSQL property to return SQL text without any changes performed by AddWhere, SetOrderBy, and FilterSQL, only macros are expanded. SQL text with all these changes can be returned by FinalSQL.