SqlCeConnectionStringBuilder Methods

Include Protected Members
Include Inherited Members

The SqlCeConnectionStringBuilder type exposes the following members.

Methods

  Name Description
Public method Add (inherited from DbConnectionStringBuilder)
Public method Clear Clears the contents of the SqlCeConnectionStringBuilder instance. (Overrides DbConnectionStringBuilder.Clear().)
Protected method ClearPropertyDescriptors (inherited from DbConnectionStringBuilder)
Public method ContainsKey Determines whether the SqlCeConnectionStringBuilder contains a specific key. (Overrides DbConnectionStringBuilder.ContainsKey(String).)
Public method Equals (inherited from Object)
Public method EquivalentTo (inherited from DbConnectionStringBuilder)
Protected method Finalize (inherited from Object)
Public method GetHashCode (inherited from Object)
Protected method GetProperties (inherited from DbConnectionStringBuilder)
Public method GetType (inherited from Object)
Protected method MemberwiseClone (inherited from Object)
Public method Remove Removes the entry with the specified key from the SqlCeConnectionStringBuilder instance. (Overrides DbConnectionStringBuilder.Remove(String).)
Public method ShouldSerialize Indicates whether the specified key exists in this SqlCeConnectionStringBuilder instance. (Overrides DbConnectionStringBuilder.ShouldSerialize(String).)
Public method ToString (inherited from DbConnectionStringBuilder)
Public method TryGetValue Retrieves a value corresponding to the supplied key from this SqlCeconnectionStringBuilder. (Overrides DbConnectionStringBuilder.TryGetValue(String, Object%).)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IDictionary.Add (inherited from DbConnectionStringBuilder)
Explicit interface implemetationPrivate method IDictionary.Contains (inherited from DbConnectionStringBuilder)
Explicit interface implemetationPrivate method ICollection.CopyTo (inherited from DbConnectionStringBuilder)
Explicit interface implemetationPrivate method ICustomTypeDescriptor.GetAttributes (inherited from DbConnectionStringBuilder)
Explicit interface implemetationPrivate method ICustomTypeDescriptor.GetClassName (inherited from DbConnectionStringBuilder)
Explicit interface implemetationPrivate method ICustomTypeDescriptor.GetComponentName (inherited from DbConnectionStringBuilder)
Explicit interface implemetationPrivate method ICustomTypeDescriptor.GetConverter (inherited from DbConnectionStringBuilder)
Explicit interface implemetationPrivate method ICustomTypeDescriptor.GetDefaultEvent (inherited from DbConnectionStringBuilder)
Explicit interface implemetationPrivate method ICustomTypeDescriptor.GetDefaultProperty (inherited from DbConnectionStringBuilder)
Explicit interface implemetationPrivate method ICustomTypeDescriptor.GetEditor (inherited from DbConnectionStringBuilder)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (inherited from DbConnectionStringBuilder)
Explicit interface implemetationPrivate method IDictionary.GetEnumerator (inherited from DbConnectionStringBuilder)
Explicit interface implemetationPrivate method ICustomTypeDescriptor.GetEvents() (inherited from DbConnectionStringBuilder)
Explicit interface implemetationPrivate method ICustomTypeDescriptor.GetEvents(array<Attribute[]) (inherited from DbConnectionStringBuilder)
Explicit interface implemetationPrivate method ICustomTypeDescriptor.GetProperties() (inherited from DbConnectionStringBuilder)
Explicit interface implemetationPrivate method ICustomTypeDescriptor.GetProperties(array<Attribute[]) (inherited from DbConnectionStringBuilder)
Explicit interface implemetationPrivate method ICustomTypeDescriptor.GetPropertyOwner (inherited from DbConnectionStringBuilder)
Explicit interface implemetationPrivate method IDictionary.Remove (inherited from DbConnectionStringBuilder)

Top

See Also

Reference

SqlCeConnectionStringBuilder Class

System.Data.SqlServerCe Namespace