EntityConnectionStringBuilder Class
Class representing a connection string builder for the entity client provider
Assembly: EntityFramework (in EntityFramework.dll)
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
Name | Description | |
---|---|---|
![]() | EntityConnectionStringBuilder() | Initializes a new instance of the EntityConnectionStringBuilder class. |
![]() | EntityConnectionStringBuilder(String) | Initializes a new instance of the EntityConnectionStringBuilder class using the supplied connection string. |
Name | Description | |
---|---|---|
![]() | BrowsableConnectionString | (Inherited from DbConnectionStringBuilder.) |
![]() | ConnectionString | (Inherited from DbConnectionStringBuilder.) |
![]() | Count | (Inherited from DbConnectionStringBuilder.) |
![]() | IsFixedSize | Gets a value that indicates whether the EntityConnectionStringBuilder has a fixed size.(Overrides DbConnectionStringBuilder.IsFixedSize.) |
![]() | IsReadOnly | (Inherited from DbConnectionStringBuilder.) |
![]() | Item[String] | Gets or sets the value associated with the specified key. In C#, this property is the indexer.(Overrides DbConnectionStringBuilder.Item[String].) |
![]() | Keys | Gets an ICollection that contains the keys in the EntityConnectionStringBuilder .(Overrides DbConnectionStringBuilder.Keys.) |
![]() | Metadata | Gets or sets the metadata locations in the connection string. |
![]() | Name | Gets or sets the name of a section as defined in a configuration file. |
![]() | Provider | Gets or sets the name of the underlying .NET Framework data provider in the connection string. |
![]() | ProviderConnectionString | Gets or sets the inner, provider-specific connection string. |
![]() | Values | (Inherited from DbConnectionStringBuilder.) |
Name | Description | |
---|---|---|
![]() | Add(String, Object) | (Inherited from DbConnectionStringBuilder.) |
![]() | Clear() | Clears the contents of the EntityConnectionStringBuilder instance.(Overrides DbConnectionStringBuilder.Clear().) |
![]() | ClearPropertyDescriptors() | (Inherited from DbConnectionStringBuilder.) |
![]() | ContainsKey(String) | Determines whether the EntityConnectionStringBuilder contains a specific key.(Overrides DbConnectionStringBuilder.ContainsKey(String).) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | EquivalentTo(DbConnectionStringBuilder) | (Inherited from DbConnectionStringBuilder.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Remove(String) | Removes the entry with the specified key from the EntityConnectionStringBuilder instance.(Overrides DbConnectionStringBuilder.Remove(String).) |
![]() | ShouldSerialize(String) | (Inherited from DbConnectionStringBuilder.) |
![]() | ToString() | (Inherited from DbConnectionStringBuilder.) |
![]() | TryGetValue(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.