Determines whether the SAConnectionStringBuilder object contains a specific keyword.
Public Overrides Function ContainsKey(
ByVal keyword As String
) As Boolean
public override bool ContainsKey(string keyword)
keyword The keyword to locate in the SAConnectionStringBuilder.
True if the value associated with keyword has been set; otherwise, false.
The following statement determines whether the SAConnectionStringBuilder object contains the UserID keyword.
connectString.ContainsKey("UserID") |
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |