Mono Class Library: Overview

System.Data.Common.DbConnectionStringBuilder: Members

The members of System.Data.Common.DbConnectionStringBuilder are listed below.

See Also: Inherited members from System.Object

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Properties

BrowsableConnectionStringbool. Documentation for this section has not yet been entered.
ConnectionStringstring. Documentation for this section has not yet been entered.
[read-only]
Countint. Documentation for this section has not yet been entered.
[read-only]
IsFixedSizebool. Documentation for this section has not yet been entered.
[read-only]
IsReadOnlybool. Documentation for this section has not yet been entered.
default property
Item(string)object. Documentation for this section has not yet been entered.
[read-only]
KeysICollection. Documentation for this section has not yet been entered.
[read-only]
ValuesICollection. Documentation for this section has not yet been entered.

Public Methods

Add(string, object)
Documentation for this section has not yet been entered.
static
AppendKeyValuePair(System.Text.StringBuilder, string, string)
Documentation for this section has not yet been entered.
static
AppendKeyValuePair(System.Text.StringBuilder, string, string, bool)
Documentation for this section has not yet been entered.
Clear()
Documentation for this section has not yet been entered.
ContainsKey(string) : bool
Documentation for this section has not yet been entered.
EquivalentTo(DbConnectionStringBuilder) : bool
Documentation for this section has not yet been entered.
Remove(string) : bool
Documentation for this section has not yet been entered.
ShouldSerialize(string) : bool
Documentation for this section has not yet been entered.
override
ToString() : string
Documentation for this section has not yet been entered.
TryGetValue(string, out object) : bool
Documentation for this section has not yet been entered.

Protected Methods

ClearPropertyDescriptors()
Documentation for this section has not yet been entered.
GetProperties(Hashtable)
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

IDictionary.AddDocumentation for this section has not yet been entered.
IDictionary.ContainsDocumentation for this section has not yet been entered.
ICollection.CopyToDocumentation for this section has not yet been entered.
System.ComponentModel.ICustomTypeDescriptor.GetAttributesDocumentation for this section has not yet been entered.
System.ComponentModel.ICustomTypeDescriptor.GetClassNameDocumentation for this section has not yet been entered.
System.ComponentModel.ICustomTypeDescriptor.GetComponentNameDocumentation for this section has not yet been entered.
System.ComponentModel.ICustomTypeDescriptor.GetConverterDocumentation for this section has not yet been entered.
System.ComponentModel.ICustomTypeDescriptor.GetDefaultEventDocumentation for this section has not yet been entered.
System.ComponentModel.ICustomTypeDescriptor.GetDefaultPropertyDocumentation for this section has not yet been entered.
System.ComponentModel.ICustomTypeDescriptor.GetEditorDocumentation for this section has not yet been entered.
IDictionary.GetEnumeratorDocumentation for this section has not yet been entered.
IEnumerable.GetEnumeratorDocumentation for this section has not yet been entered.
System.ComponentModel.ICustomTypeDescriptor.GetEventsDocumentation for this section has not yet been entered.
System.ComponentModel.ICustomTypeDescriptor.GetEventsDocumentation for this section has not yet been entered.
System.ComponentModel.ICustomTypeDescriptor.GetPropertiesDocumentation for this section has not yet been entered.
System.ComponentModel.ICustomTypeDescriptor.GetPropertiesDocumentation for this section has not yet been entered.
System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwnerDocumentation for this section has not yet been entered.
[read-only]
ICollection.IsSynchronizedbool. Documentation for this section has not yet been entered.
IDictionary.Itemobject. Documentation for this section has not yet been entered.
IDictionary.RemoveDocumentation for this section has not yet been entered.
[read-only]
ICollection.SyncRootobject. Documentation for this section has not yet been entered.

Extension Methods

static
AsQueryable(this IEnumerable) : System.Linq.IQueryable
Documentation for this section has not yet been entered.
static
Cast<TResult>(this IEnumerable) : IEnumerable<TResult>
Documentation for this section has not yet been entered.
static
OfType<TResult>(this IEnumerable) : IEnumerable<TResult>
Documentation for this section has not yet been entered.