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

SQL Anywhere 10.0.1 » SQL Anywhere Server - Programming » SQL Anywhere .NET 2.0 API Reference » SAConnection class

Database property Next Page

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