InitString property

A command that is executed immediately after the connection is established.

Syntax
Visual Basic

Public Property InitString As String
C#

public string  InitString { get; set; }
Remarks

The InitString will be executed immediately after the connection is opened.

See also