Send feedback on this topic.
Teradata.Client.Provider
Keys Property (TdConnectionStringBuilder)



Teradata.Client.Provider Namespace > TdConnectionStringBuilder Class : Keys Property
Gets a collection of valid connection string keywords for the .NET Data Provider for Teradata.
Syntax
'Declaration
 
Public Overrides NotOverridable ReadOnly Property Keys As ICollection
'Usage
 
Dim instance As TdConnectionStringBuilder
Dim value As ICollection
 
value = instance.Keys
public override ICollection Keys {get;}
public:
property ICollection^ Keys {
   ICollection^ get() override;
}

Property Value

An ICollection that contains the valid connection string keys for the .NET Data Provider for Teradata.
Remarks
The size of the collection is always fixed. Furthermore the order of the TdConnectionStringBuilder.Values property collection matches the order of the Keys property collection.
Requirements
ProductVersionsPlatforms
.NET2.1, 3.1, 6Windows, Linux, MacOS
.NET Framework4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdConnectionStringBuilder Class
TdConnectionStringBuilder Members
Values Property