EntityConnectionStringBuilder.ContainsKey Method (String)
Determines whether the EntityConnectionStringBuilder contains a specific key.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- keyword
-
Type:
System.String
The key to locate in the EntityConnectionStringBuilder.
Return Value
Type: System.BooleanReturns true if the EntityConnectionStringBuilder contains an element that has the specified key; otherwise, false.