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

SQL Anywhere 11.0.0 » UltraLite - .NET Programming » UltraLite .NET 2.0 API Reference » ULConnectionStringBuilder class

 

ContainsKey method

Determines whether the ULConnectionStringBuilder object contains a specific keyword.

Syntax
Visual Basic

Public Overrides Function ContainsKey( _
   ByVal keyword As String _
) As Boolean
C#

public override bool ContainsKey(
   string  keyword
);
Parameters
  • keyword   The name of the connection keyword.

Return value

True if this connection string builder contains a value for the specified keyword, otherwise returns false.

See also