Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » UltraLite - .NET Programming » UltraLite .NET 2.0 API reference » ULConnectionStringBuilder class

 

Remove method

Removes the entry with the specified key from the ULConnectionStringBuilder instance.

Syntax
Visual Basic
Public Overrides Function Remove( _
   ByVal keyword As String _
) As Boolean
C#
public override bool Remove(
   string  keyword
);
Parameters
  • keyword   The name of the connection keyword.

Return value

True if the key existed within the connection string and was removed; false if the key did not exist.

See also