ReadOnlyMetadataCollection<T>.GetValue Method (String, Boolean)
Retrieves an item from this collection by using the specified identity.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- identity
-
Type:
System.String
The identity of the item to be searched for.
- ignoreCase
-
Type:
System.Boolean
true to perform the case-insensitive search; otherwise, false.