1 override of GetValue
System.Data.Entity (1)
System\Data\Metadata\Edm\MemberCollection.cs (1)
267
public override EdmMember
GetValue
(string identity, bool ignoreCase)
2 references to GetValue
System.Data.Entity (2)
System\Data\Metadata\Edm\MetadataCollection.cs (1)
168
return
GetValue
(identity, false);
System\Data\Metadata\Edm\ReadOnlyMetadataCollection.cs (1)
163
return ((MetadataCollection<T>)this.Items).
GetValue
(identity, ignoreCase);