Specifies the location and then starts the UltraLite engine.
Visual Basic
Public Property StartLine As String
C#
public string StartLine { get; set; }
A string specifying the location of the UltraLite engine executable. The default value is a null reference (Nothing in Visual Basic).
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.