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 1.0 API Reference » ULInfoMessageEventArgs class

Source property Next Page

ToString method


Returns the string representation of the ULConnection.InfoMessage event.

Syntax

Visual Basic

Overrides Public Function ToString() As String

C#

public override string ToString();

Property value

The string "UltraLite.NET Data Provider".

Return value

The informational or warning message string.

See also