Base:
method
TryGetMap
System.Data.Mapping.MappingItemCollection.TryGetMap(System.String, System.Data.Metadata.Edm.DataSpace, out System.Data.Mapping.Map)
2 references to TryGetMap
System.Data.Entity (2)
System\Data\Mapping\DefaultObjectMappingItemCollection.cs (1)
224
return this.
TryGetMap
(item.Identity, typeSpace, out map);
System\Data\Objects\DataClasses\RelationshipManager.cs (1)
669
mappings.
TryGetMap
(WrappedOwner.IdentityType.FullName, DataSpace.OSpace, out map))