SqlCeConnectionStringBuilder.Keys Property

Gets an ICollection that contains the keys in the SqlCeConnectionStringBuilder.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property Keys As ICollection
    Get
'Usage
Dim instance As SqlCeConnectionStringBuilder
Dim value As ICollection

value = instance.Keys
public override ICollection Keys { get; }
public:
virtual property ICollection^ Keys {
    ICollection^ get () override;
}
abstract Keys : ICollection
override Keys : ICollection
override function get Keys () : ICollection

Property Value

Type: System.Collections.ICollection
An ICollection that contains the keys in the SqlCeConnectionStringBuilder.

Implements

IDictionary.Keys

See Also

Reference

SqlCeConnectionStringBuilder Class

System.Data.SqlServerCe Namespace