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