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 2.0 API Reference » ULConnectionStringBuilder class

UserID property Next Page

ContainsKey method


Determines whether the ULConnectionStringBuilder object contains a specific keyword.

Syntax

Visual Basic

Public Overrides Function ContainsKey( _
ByVal keyword As String _
) As Boolean

C#

public override bool ContainsKey(
string keyword
);

Parameters
Return value

True if this connection string builder contains a value for the specified keyword, otherwise returns false.

See also