Executes the download without any user interface.

Version: All

Namespace:  Tornado
Assembly:  Tornado (in Tornado.dll) Version: 12.6.0.9 (1.0.0.0)

Syntax

C#
public void ASPdbDownload()
Visual Basic (Declaration)
Public Sub ASPdbDownload

Remarks

This is equIvalent in clicking the download button in a regular session. The dbNavigationItem = "download" is added and there is no need to specify that. All the properties are observed. Obj.dbDownloadParams will be observed.

Examples

MyObj.ASPdbDownload()

See Special Topic - Download for more details.

See Also