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 about using the UltraLite engine with UltraLite.NET, see RuntimeType property.

See also