Typically used when a report is requesting the execution of SQL, and the report contains a Cartesian product.
Construct a SQL statement that can be passed to a SQL Data Source based on the properties of this SqlObject.
Syntax
public virtual System.string ConstructSqlStmt(
System.bool hasCartesianData,
System.bool
)
Parameters
- hasCartesianData
- Typically used when a report is requesting the execution of SQL, and the report contains a Cartesian product.
- prettyPrint
- Set to true to add line breaks and basic formatting to the returned SQL statement to make it easier to read. Defaults to false.