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
  • propName   The name of the SAConnectionStringBuilder property.

Return value

The keyword for specified SAConnectionStringBuilder property.

See also