2 references to GenerateStructuralTypeMappingView
System.Data.Entity (2)
System\Data\Mapping\FunctionImportMappingComposable.cs (2)
296
var entityTypeMappingView =
GenerateStructuralTypeMappingView
(type, propertyMappings, binding.Variable, errors);
323
var structuralTypeMappingView =
GenerateStructuralTypeMappingView
(type, propertyMappings, binding.Variable, errors);