EntityConnectionStringBuilder.ContainsKey Method (String)

 

Determines whether the EntityConnectionStringBuilder contains a specific key.

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

public override bool ContainsKey(
	string keyword
)

Parameters

keyword
Type: System.String

The key to locate in the EntityConnectionStringBuilder.

Return Value

Type: System.Boolean

Returns true if the EntityConnectionStringBuilder contains an element that has the specified key; otherwise, false.