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

SQL Anywhere 10.0.1 » SQL Anywhere Server - Programming » SQL Anywhere .NET 2.0 API Reference » SAConnectionStringBuilderBase class

ContainsKey method Next Page

GetKeyword method


Gets the keyword for specified SAConnectionStringBuilder property.

Syntax

Visual Basic

Public Function GetKeyword( _
ByVal propName As String _
) As String

C#

public string GetKeyword(
string propName
);

Parameters
Return value

The keyword for specified SAConnectionStringBuilder property.

See also