EntityConnectionStringBuilder.Item Property (String)

 

Gets or sets the value associated with the specified key. In C#, this property is the indexer.

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

public override object this[
	string keyword
] { get; set; }

Property Value

Type: System.Object

The value associated with the specified key.