2 implementations of LookUpEquivalentKey
System.Data.Entity (2)
System\Data\EntityModel\SchemaObjectModel\FilteredSchemaElementLookUpTable.cs (1)
110public T LookUpEquivalentKey(string key)
System\Data\EntityModel\SchemaObjectModel\SchemaElementLookUpTable.cs (1)
63public T LookUpEquivalentKey(string key)
1 reference to LookUpEquivalentKey
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\StructuredType.cs (1)
123StructuredProperty property = Properties.LookUpEquivalentKey(name);