Removes the entry with the specified key from the SAConnectionStringBuilder instance.
Visual Basic Public Overrides Function Remove( _ ByVal keyword As String _ ) As Boolean
C# public override bool Remove( string keyword );
keyword The key of the key/value pair to be removed from the connection string in this SAConnectionStringBuilder.
True if the key existed within the connection string and was removed; false if the key did not exist.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |