EntityConnectionStringBuilder Class

 

Class representing a connection string builder for the entity client provider

Namespace:   System.Data.Entity.Core.EntityClient
Assembly:  EntityFramework (in EntityFramework.dll)

System.Object
  System.Data.Common.DbConnectionStringBuilder
    System.Data.Entity.Core.EntityClient.EntityConnectionStringBuilder

[DefaultMemberAttribute("Item")]
[SuppressMessageAttribute("Microsoft.Naming", "CA1710:IdentifiersShouldHaveCorrectSuffix", 
	Justification = "EntityConnectionStringBuilder follows the naming convention of DbConnectionStringBuilder.")]
[SuppressMessageAttribute("Microsoft.Design", "CA1035:ICollectionImplementationsHaveStronglyTypedMembers", 
	Justification = "There is no applicable strongly-typed implementation of CopyTo.")]
public sealed class EntityConnectionStringBuilder : DbConnectionStringBuilder

NameDescription
System_CAPS_pubmethodEntityConnectionStringBuilder()

Initializes a new instance of the EntityConnectionStringBuilder class.

System_CAPS_pubmethodEntityConnectionStringBuilder(String)

Initializes a new instance of the EntityConnectionStringBuilder class using the supplied connection string.

NameDescription
System_CAPS_pubpropertyBrowsableConnectionString

(Inherited from DbConnectionStringBuilder.)

System_CAPS_pubpropertyConnectionString

(Inherited from DbConnectionStringBuilder.)

System_CAPS_pubpropertyCount

(Inherited from DbConnectionStringBuilder.)

System_CAPS_pubpropertyIsFixedSize

Gets a value that indicates whether the EntityConnectionStringBuilder has a fixed size.(Overrides DbConnectionStringBuilder.IsFixedSize.)

System_CAPS_pubpropertyIsReadOnly

(Inherited from DbConnectionStringBuilder.)

System_CAPS_pubpropertyItem[String]

Gets or sets the value associated with the specified key. In C#, this property is the indexer.(Overrides DbConnectionStringBuilder.Item[String].)

System_CAPS_pubpropertyKeys

Gets an ICollection that contains the keys in the EntityConnectionStringBuilder .(Overrides DbConnectionStringBuilder.Keys.)

System_CAPS_pubpropertyMetadata

Gets or sets the metadata locations in the connection string.

System_CAPS_pubpropertyName

Gets or sets the name of a section as defined in a configuration file.

System_CAPS_pubpropertyProvider

Gets or sets the name of the underlying .NET Framework data provider in the connection string.

System_CAPS_pubpropertyProviderConnectionString

Gets or sets the inner, provider-specific connection string.

System_CAPS_pubpropertyValues

(Inherited from DbConnectionStringBuilder.)

NameDescription
System_CAPS_pubmethodAdd(String, Object)

(Inherited from DbConnectionStringBuilder.)

System_CAPS_pubmethodClear()

Clears the contents of the EntityConnectionStringBuilder instance.(Overrides DbConnectionStringBuilder.Clear().)

System_CAPS_protmethodClearPropertyDescriptors()

(Inherited from DbConnectionStringBuilder.)

System_CAPS_pubmethodContainsKey(String)

Determines whether the EntityConnectionStringBuilder contains a specific key.(Overrides DbConnectionStringBuilder.ContainsKey(String).)

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodEquivalentTo(DbConnectionStringBuilder)

(Inherited from DbConnectionStringBuilder.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodRemove(String)

Removes the entry with the specified key from the EntityConnectionStringBuilder instance.(Overrides DbConnectionStringBuilder.Remove(String).)

System_CAPS_pubmethodShouldSerialize(String)

(Inherited from DbConnectionStringBuilder.)

System_CAPS_pubmethodToString()

(Inherited from DbConnectionStringBuilder.)

System_CAPS_pubmethodTryGetValue(String, Object)

Retrieves a value corresponding to the supplied key from this EntityConnectionStringBuilder .(Overrides DbConnectionStringBuilder.TryGetValue(String, Object).)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.