Base:
method
TryGetMap
System.Data.Mapping.MappingItemCollection.TryGetMap(System.String, System.Data.Metadata.Edm.DataSpace, System.Boolean, out System.Data.Mapping.Map)
1 reference to TryGetMap
System.Data.Entity (1)
System\Data\Mapping\StorageMappingItemCollection.cs (1)
351return this.TryGetMap(identity, typeSpace, false /*ignoreCase*/, out map);