Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 2.0 API Reference » ULConnectionStringBuilder class

ReserveSize property Next Page

StartLine property


Specifies the location and then starts the UltraLite engine.

Syntax

Visual Basic

Public Property StartLine As String

C#

public string StartLine { get; set; }

Property value

A string specifying the location of the UltraLite engine executable. The default value is a null reference (Nothing in Visual Basic).

Remarks

Only supply a StartLine (START) connection parameter if you are connecting to an engine that is not currently running.

For more information on using the UltraLite engine with UltraLite.NET, see the RuntimeType property.

See also