ConnectionStringBuilderBase Class Members
See Also  Properties Methods 
SourceCode Namespace : ConnectionStringBuilderBase Class


Glossary Item Box

The following tables list the members exposed by ConnectionStringBuilderBase.

Public Properties

  Name Description
Public Property ConnectionString (Inherited from System.Data.Common.DbConnectionStringBuilder)
Public Property Count Overridden. Gets the current number of keys that are contained within the System.Data.Common.DbConnectionStringBuilder.ConnectionString property.  
Public Property IsFixedSize Overridden. Gets a value that indicates whether the System.Data.Common.DbConnectionStringBuilder has a fixed size.  
Public Property IsReadOnly (Inherited from System.Data.Common.DbConnectionStringBuilder)
Public Property Item Overridden. Gets or sets the value associated with the specified key.  
Public Property Keys Overridden. Gets an System.Collections.ICollection that contains the keys in the System.Data.Common.DbConnectionStringBuilder.  
Public Property Values Overridden. Gets an System.Collections.ICollection that contains the values in the System.Data.Common.DbConnectionStringBuilder.  
Top

Protected Properties

  Name Description
Protected Property Keywords  
Top

Public Methods

  Name Description
Public Method Add (Inherited from System.Data.Common.DbConnectionStringBuilder)
Public Method Clear (Inherited from System.Data.Common.DbConnectionStringBuilder)
Public Method ContainsKey Overridden. Determines whether the System.Data.Common.DbConnectionStringBuilder contains a specific key.  
Public Method EquivalentTo (Inherited from System.Data.Common.DbConnectionStringBuilder)
Public Method Remove (Inherited from System.Data.Common.DbConnectionStringBuilder)
Public Method ShouldSerialize (Inherited from System.Data.Common.DbConnectionStringBuilder)
Public Method ToString Returns a string that represents the current object.  
Public Method TryGetValue (Inherited from System.Data.Common.DbConnectionStringBuilder)
Top

Protected Methods

See Also