모델에서 생성 된 모든 저장 프로 시저에 "cf_"접두어가 붙은 이름을 사용하고 싶습니다. 프로 시저 요소에 procedureFormat = "cf_ {0}"을 추가했습니다. 그러나 작동하지 않았습니다. 내가 놓친 다른 것이 있습니까? CodeFluent 엔티티가 BaseNamingConvention
을 사용하므로,프로 시저 요소의 procedureFormat에 아무런 영향이 없음
<cf:project defaultNamespace="DemoNaming" xmlns:cf="http://www.softfluent.com/codefluent/2005/1" xmlns:cfx="http://www.softfluent.com/codefluent/modeler/2008/1" xmlns:cfps="http://www.softfluent.com/codefluent/producers.sqlserver/2005/1" xmlns:cfom="http://www.softfluent.com/codefluent/producers.model/2005/1" xmlns:cfasp="http://www.softfluent.com/codefluent/producers.aspnet/2011/1" defaultConnectionString="Database=DemoNaming;Server=.\DEV_SQL_1;Integrated Security=true" createDefaultMethodForms="true" createDefaultApplication="false" createDefaultHints="false" procedureFormat="cf_{0}">