Removes the entry with the specified key from the ULConnectionStringBuilder instance.
Visual Basic Public Overrides Function Remove( _ ByVal keyword As String _ ) As Boolean
C# public override bool Remove( string keyword );
keyword The name of the connection keyword.
True if the key existed within the connection string and was removed; false if the key did not exist.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |