[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Should comments be passed to the SQL engine ?
Source position: sqldb.pp line 663
published property TSQLScript.CommentsinSQL; |
CommentsInSQL can be set to True to let TSQLScript preserve any comments it finds in the script. The comments will be passed to the SQLConnection as part of the commands. If the property is set to False the comments are discarded.
By default, TSQLScript discards comments.
|
The script to execute |