DataSourceFormatSqlOrder

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

SalString DataSourceFormatSqlOrder(  )

The DataSourceFormatSqlOrder formats the complete order by statement for a data source.

Returns

The complete order by statement for the datasource

Comments

The order by statement follows the template "order by <default or user order by>".

<default or user order by> - If an order by expression has been set by function DataSourceUserOrderBy (e.g. by using the query dialog), that order by statement is used. Otherwise the order by statement set in Foundation1 properties is used.