EntityConnectionStringBuilder.IsFixedSize Property

 

Gets a value that indicates whether the EntityConnectionStringBuilder has a fixed size.

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

public override bool IsFixedSize { get; }

Property Value

Type: System.Boolean

Returns true in every case, because the EntityConnectionStringBuilder supplies a fixed-size collection of keyword/value pairs.