AdoDotNetConnectionProperties.GetSynonyms(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves an array list of synonyms for a specified data connection property.
public:
override cli::array <System::String ^> ^ GetSynonyms(System::String ^ propertyName);
public override string[] GetSynonyms (string propertyName);
override this.GetSynonyms : string -> string[]
Public Overrides Function GetSynonyms (propertyName As String) As String()
Parameters
- propertyName
- String
Name of the property for which synonyms are retrieved.
Returns
String[]
Returns a list of synonyms for a specified property.
Exceptions
The propertyName
parameter is null.