Manually added stored procedures in edmx file
Is it possible to persistently add the manually added stored procedures in the edmx file? The database is generated from model. Every time I change something within the editor in the edmx file, the stored procedures are lost. Only the FunctionImport entry is still available afterwards. A sample Function looks like this: <Function Name="SP_I_InsertGroup" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo"> <Parameter Name="name" Type="nvarchar" Mode="In" /> <Parameter Name="chiefId" Type="int" Mode="In" />