Applies To:
Limit object
Description:
Returns or sets the value of the CustomSQL strings in a limit.
Action:
Read-write, String
Example:
This example shows how to set the value of the custom SQL for a limit:
var SQLString = "SELECT Name From Customers WHERE Cust_ID > 200" ActiveDocument.Sections["Query"].Limits[1].CustomSQL = SQLString