Determines whether the ULConnectionStringBuilder object contains a specific keyword.
Visual Basic Public Overrides Function ContainsKey( _ ByVal keyword As String _ ) As Boolean
C# public override bool ContainsKey( string keyword );
keyword The name of the connection keyword.
True if this connection string builder contains a value for the specified keyword, otherwise returns false.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |