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

SQL Anywhere 11.0.1 » SQL Anywhere Server - Programming » SQL Anywhere Data Access APIs » SQL Anywhere .NET 2.0 API reference » iAnywhere.Data.SQLAnywhere namespace (.NET 2.0) » SAConnectionStringBuilderBase class

 

ShouldSerialize method

Indicates whether the specified key exists in this SAConnectionStringBuilder instance.

Syntax
Visual Basic

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

public override bool ShouldSerialize(
   string  keyword
);
Parameters
  • keyword   The key to locate in the SAConnectionStringBuilder.

Return value

True if the SAConnectionStringBuilder contains an entry with the specified key; otherwise false.

See also