markus / ConvertService / ServiceBase / Markus.Service.StationController / MarkusModel.edmx @ 3bde451b
이력 | 보기 | 이력해설 | 다운로드 (17.6 KB)
1 | b63dcfbb | semi | <?xml version="1.0" encoding="utf-8"?> |
---|---|---|---|
2 | <edmx:Edmx Version="3.0" xmlns:edmx="http://schemas.microsoft.com/ado/2009/11/edmx"> |
||
3 | <!-- EF Runtime content --> |
||
4 | <edmx:Runtime> |
||
5 | <!-- SSDL content --> |
||
6 | <edmx:StorageModels> |
||
7 | <Schema Namespace="markusModel.Store" Provider="System.Data.SqlClient" ProviderManifestToken="2012" Alias="Self" xmlns:customannotation="http://schemas.microsoft.com/ado/2013/11/edm/customannotation" xmlns="http://schemas.microsoft.com/ado/2009/11/edm/ssdl"> |
||
8 | 3bde451b | semi | <Function Name="SELECT_CONVERT_DELETE" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo"> |
9 | <Parameter Name="P_ID" Type="nvarchar" Mode="In" /> |
||
10 | </Function> |
||
11 | 43b2e236 | semi | <Function Name="SELECT_CONVERT_INSERT" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo"> |
12 | <Parameter Name="P_ID" Type="nvarchar" Mode="In" /> |
||
13 | <Parameter Name="P_PROJECT_NO" Type="nvarchar" Mode="In" /> |
||
14 | <Parameter Name="P_DOCUMENT_URL" Type="nvarchar" Mode="In" /> |
||
15 | <Parameter Name="P_DOCUMENT_ID" Type="nvarchar" Mode="In" /> |
||
16 | </Function> |
||
17 | b63dcfbb | semi | <Function Name="SELECT_CONVERT_ITEM" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo"> |
18 | 3bde451b | semi | <Parameter Name="P_ID" Type="nvarchar" Mode="In" /> |
19 | b63dcfbb | semi | <Parameter Name="P_PROJECT_NO" Type="nvarchar" Mode="In" /> |
20 | <Parameter Name="P_DOCUMENT_ID" Type="nvarchar" Mode="In" /> |
||
21 | <Parameter Name="P_STATUS" Type="int" Mode="In" /> |
||
22 | <Parameter Name="P_TAKE_COUNT" Type="int" Mode="In" /> |
||
23 | <Parameter Name="P_BEGIN_CREATE_DATETIME" Type="datetime" Mode="In" /> |
||
24 | <Parameter Name="P_FINISH_CREATE_DATETIME" Type="datetime" Mode="In" /> |
||
25 | <Parameter Name="P_BEGIN_START_DATETIE" Type="datetime" Mode="In" /> |
||
26 | <Parameter Name="P_FINISH_START_DATETIME" Type="datetime" Mode="In" /> |
||
27 | <Parameter Name="P_BEGIN_END_DATETIME" Type="datetime" Mode="In" /> |
||
28 | <Parameter Name="P_FINISH_END_DATETIME" Type="datetime" Mode="In" /> |
||
29 | <Parameter Name="P_GROUP_NO" Type="nvarchar" Mode="In" /> |
||
30 | <Parameter Name="P_DOCUMENT_NAME" Type="nvarchar" Mode="In" /> |
||
31 | <Parameter Name="P_DOCUMENT_NO" Type="nvarchar" Mode="In" /> |
||
32 | <Parameter Name="P_REVISION" Type="nvarchar" Mode="In" /> |
||
33 | 3bde451b | semi | <Parameter Name="P_SERVICE_ID" Type="nvarchar" Mode="In" /> |
34 | <Parameter Name="P_RECONVERTER" Type="int" Mode="In" /> |
||
35 | </Function> |
||
36 | <Function Name="SELECT_FINAL_PDF_DELETE" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo"> |
||
37 | <Parameter Name="P_ID" Type="nvarchar" Mode="In" /> |
||
38 | </Function> |
||
39 | <Function Name="SELECT_FINAL_PDF_INSERT" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo"> |
||
40 | <Parameter Name="P_ID" Type="nvarchar" Mode="In" /> |
||
41 | <Parameter Name="P_PROJECT_NO" Type="nvarchar" Mode="In" /> |
||
42 | <Parameter Name="P_DOCINFO_ID" Type="nvarchar" Mode="In" /> |
||
43 | <Parameter Name="P_DOCUMENT_ID" Type="nvarchar" Mode="In" /> |
||
44 | </Function> |
||
45 | <Function Name="SELECT_FINAL_PDF_ITEM" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo"> |
||
46 | <Parameter Name="P_ID" Type="nvarchar" Mode="In" /> |
||
47 | <Parameter Name="P_PROJECT_NO" Type="nvarchar" Mode="In" /> |
||
48 | <Parameter Name="P_DOCUMENT_ID" Type="nvarchar" Mode="In" /> |
||
49 | <Parameter Name="P_MARKUPINFO_ID" Type="nvarchar" Mode="In" /> |
||
50 | <Parameter Name="P_DOCINFO_ID" Type="nvarchar" Mode="In" /> |
||
51 | <Parameter Name="P_DOCUMENT_NAME" Type="nvarchar" Mode="In" /> |
||
52 | <Parameter Name="P_DOCUMENT_NO" Type="nvarchar" Mode="In" /> |
||
53 | <Parameter Name="P_CREATE_USER_ID" Type="nvarchar" Mode="In" /> |
||
54 | <Parameter Name="P_STATUS" Type="int" Mode="In" /> |
||
55 | <Parameter Name="P_TAKE_COUNT" Type="int" Mode="In" /> |
||
56 | <Parameter Name="P_GROUP_NO" Type="nvarchar" Mode="In" /> |
||
57 | <Parameter Name="P_REVISION" Type="nvarchar" Mode="In" /> |
||
58 | <Parameter Name="P_BEGIN_CREATE_DATETIME" Type="datetime" Mode="In" /> |
||
59 | <Parameter Name="P_FINISH_CREATE_DATETIME" Type="datetime" Mode="In" /> |
||
60 | <Parameter Name="P_BEGIN_START_DATETIE" Type="datetime" Mode="In" /> |
||
61 | <Parameter Name="P_FINISH_START_DATETIME" Type="datetime" Mode="In" /> |
||
62 | <Parameter Name="P_BEGIN_END_DATETIME" Type="datetime" Mode="In" /> |
||
63 | <Parameter Name="P_FINISH_END_DATETIME" Type="datetime" Mode="In" /> |
||
64 | b63dcfbb | semi | </Function> |
65 | <Function Name="SELECT_RERECONVERT_ITEM" Aggregate="false" BuiltIn="false" NiladicFunction="false" IsComposable="false" ParameterTypeSemantics="AllowImplicitConversion" Schema="dbo"> |
||
66 | <Parameter Name="P_ID" Type="nvarchar" Mode="In" /> |
||
67 | <Parameter Name="P_RECONVERTER" Type="int" Mode="In" /> |
||
68 | 3bde451b | semi | <Parameter Name="P_CREATE_DATETIME" Type="datetime" Mode="In" /> |
69 | b63dcfbb | semi | <Parameter Name="P_STATUS" Type="int" Mode="In" /> |
70 | 3bde451b | semi | <Parameter Name="P_END_DATETIME" Type="datetime" Mode="In" /> |
71 | b63dcfbb | semi | </Function> |
72 | <EntityContainer Name="markusModelStoreContainer" /> |
||
73 | </Schema></edmx:StorageModels> |
||
74 | <!-- CSDL content --> |
||
75 | <edmx:ConceptualModels> |
||
76 | <Schema Namespace="markusModel" Alias="Self" annotation:UseStrongSpatialTypes="false" xmlns:annotation="http://schemas.microsoft.com/ado/2009/02/edm/annotation" xmlns:customannotation="http://schemas.microsoft.com/ado/2013/11/edm/customannotation" xmlns="http://schemas.microsoft.com/ado/2009/11/edm"> |
||
77 | <EntityContainer Name="markusEntities" annotation:LazyLoadingEnabled="true" > |
||
78 | <FunctionImport Name="SELECT_CONVERT_ITEM" ReturnType="Collection(markusModel.SELECT_CONVERT_ITEM_Result)"> |
||
79 | 3bde451b | semi | <Parameter Name="P_ID" Mode="In" Type="String" /> |
80 | b63dcfbb | semi | <Parameter Name="P_PROJECT_NO" Mode="In" Type="String" /> |
81 | <Parameter Name="P_DOCUMENT_ID" Mode="In" Type="String" /> |
||
82 | <Parameter Name="P_STATUS" Mode="In" Type="Int32" /> |
||
83 | <Parameter Name="P_TAKE_COUNT" Mode="In" Type="Int32" /> |
||
84 | <Parameter Name="P_BEGIN_CREATE_DATETIME" Mode="In" Type="DateTime" /> |
||
85 | <Parameter Name="P_FINISH_CREATE_DATETIME" Mode="In" Type="DateTime" /> |
||
86 | <Parameter Name="P_BEGIN_START_DATETIE" Mode="In" Type="DateTime" /> |
||
87 | <Parameter Name="P_FINISH_START_DATETIME" Mode="In" Type="DateTime" /> |
||
88 | <Parameter Name="P_BEGIN_END_DATETIME" Mode="In" Type="DateTime" /> |
||
89 | <Parameter Name="P_FINISH_END_DATETIME" Mode="In" Type="DateTime" /> |
||
90 | <Parameter Name="P_GROUP_NO" Mode="In" Type="String" /> |
||
91 | <Parameter Name="P_DOCUMENT_NAME" Mode="In" Type="String" /> |
||
92 | <Parameter Name="P_DOCUMENT_NO" Mode="In" Type="String" /> |
||
93 | <Parameter Name="P_REVISION" Mode="In" Type="String" /> |
||
94 | 3bde451b | semi | <Parameter Name="P_SERVICE_ID" Mode="In" Type="String" /> |
95 | <Parameter Name="P_RECONVERTER" Mode="In" Type="Int32" /> |
||
96 | b63dcfbb | semi | </FunctionImport> |
97 | 3bde451b | semi | <FunctionImport Name="SELECT_RERECONVERT_ITEM"> |
98 | b63dcfbb | semi | <Parameter Name="P_ID" Mode="In" Type="String" /> |
99 | <Parameter Name="P_RECONVERTER" Mode="In" Type="Int32" /> |
||
100 | 3bde451b | semi | <Parameter Name="P_CREATE_DATETIME" Mode="In" Type="DateTime" /> |
101 | b63dcfbb | semi | <Parameter Name="P_STATUS" Mode="In" Type="Int32" /> |
102 | 3bde451b | semi | <Parameter Name="P_END_DATETIME" Mode="In" Type="DateTime" /> |
103 | b63dcfbb | semi | </FunctionImport> |
104 | 43b2e236 | semi | <FunctionImport Name="SELECT_CONVERT_INSERT"> |
105 | <Parameter Name="P_ID" Mode="In" Type="String" /> |
||
106 | <Parameter Name="P_PROJECT_NO" Mode="In" Type="String" /> |
||
107 | <Parameter Name="P_DOCUMENT_URL" Mode="In" Type="String" /> |
||
108 | <Parameter Name="P_DOCUMENT_ID" Mode="In" Type="String" /> |
||
109 | </FunctionImport> |
||
110 | 3bde451b | semi | <FunctionImport Name="SELECT_CONVERT_DELETE"> |
111 | <Parameter Name="P_ID" Mode="In" Type="String" /> |
||
112 | </FunctionImport> |
||
113 | <FunctionImport Name="SELECT_FINAL_PDF_DELETE"> |
||
114 | <Parameter Name="P_ID" Mode="In" Type="String" /> |
||
115 | </FunctionImport> |
||
116 | <FunctionImport Name="SELECT_FINAL_PDF_INSERT"> |
||
117 | <Parameter Name="P_ID" Mode="In" Type="String" /> |
||
118 | <Parameter Name="P_PROJECT_NO" Mode="In" Type="String" /> |
||
119 | <Parameter Name="P_DOCINFO_ID" Mode="In" Type="String" /> |
||
120 | <Parameter Name="P_DOCUMENT_ID" Mode="In" Type="String" /> |
||
121 | </FunctionImport> |
||
122 | <FunctionImport Name="SELECT_FINAL_PDF_ITEM" ReturnType="Collection(markusModel.SELECT_FINAL_PDF_Result)"> |
||
123 | <Parameter Name="P_ID" Mode="In" Type="String" /> |
||
124 | <Parameter Name="P_PROJECT_NO" Mode="In" Type="String" /> |
||
125 | <Parameter Name="P_DOCUMENT_ID" Mode="In" Type="String" /> |
||
126 | <Parameter Name="P_MARKUPINFO_ID" Mode="In" Type="String" /> |
||
127 | <Parameter Name="P_DOCINFO_ID" Mode="In" Type="String" /> |
||
128 | <Parameter Name="P_DOCUMENT_NAME" Mode="In" Type="String" /> |
||
129 | <Parameter Name="P_DOCUMENT_NO" Mode="In" Type="String" /> |
||
130 | <Parameter Name="P_CREATE_USER_ID" Mode="In" Type="String" /> |
||
131 | <Parameter Name="P_STATUS" Mode="In" Type="Int32" /> |
||
132 | <Parameter Name="P_TAKE_COUNT" Mode="In" Type="Int32" /> |
||
133 | <Parameter Name="P_GROUP_NO" Mode="In" Type="String" /> |
||
134 | <Parameter Name="P_REVISION" Mode="In" Type="String" /> |
||
135 | <Parameter Name="P_BEGIN_CREATE_DATETIME" Mode="In" Type="DateTime" /> |
||
136 | <Parameter Name="P_FINISH_CREATE_DATETIME" Mode="In" Type="DateTime" /> |
||
137 | <Parameter Name="P_BEGIN_START_DATETIE" Mode="In" Type="DateTime" /> |
||
138 | <Parameter Name="P_FINISH_START_DATETIME" Mode="In" Type="DateTime" /> |
||
139 | <Parameter Name="P_BEGIN_END_DATETIME" Mode="In" Type="DateTime" /> |
||
140 | <Parameter Name="P_FINISH_END_DATETIME" Mode="In" Type="DateTime" /> |
||
141 | </FunctionImport> |
||
142 | b63dcfbb | semi | </EntityContainer> |
143 | <ComplexType Name="SELECT_CONVERT_ITEM_Result"> |
||
144 | <Property Type="String" Name="ID" Nullable="false" MaxLength="50" /> |
||
145 | <Property Type="String" Name="PROJECT_NO" Nullable="false" MaxLength="10" /> |
||
146 | <Property Type="String" Name="DOCUMENT_URL" Nullable="false" MaxLength="500" /> |
||
147 | <Property Type="String" Name="DOCUMENT_ID" Nullable="false" MaxLength="50" /> |
||
148 | <Property Type="DateTime" Name="CREATE_DATETIME" Nullable="false" Precision="23" /> |
||
149 | <Property Type="Int32" Name="STATUS" Nullable="false" /> |
||
150 | <Property Type="Int32" Name="TOTAL_PAGE" Nullable="false" /> |
||
151 | <Property Type="Int32" Name="CURRENT_PAGE" Nullable="false" /> |
||
152 | <Property Type="String" Name="EXCEPTION" Nullable="true" /> |
||
153 | <Property Type="DateTime" Name="END_DATETIME" Nullable="true" Precision="23" /> |
||
154 | <Property Type="DateTime" Name="START_DATETIME" Nullable="true" Precision="23" /> |
||
155 | <Property Type="String" Name="SERVICE_ID" Nullable="true" MaxLength="50" /> |
||
156 | <Property Type="Int32" Name="RECONVERTER" Nullable="true" /> |
||
157 | <Property Type="String" Name="REVISION" Nullable="true" MaxLength="50" /> |
||
158 | <Property Type="String" Name="DOCUMENT_NO" Nullable="true" MaxLength="50" /> |
||
159 | <Property Type="String" Name="DOCUMENT_NAME" Nullable="true" MaxLength="500" /> |
||
160 | <Property Type="String" Name="GROUP_NO" Nullable="true" MaxLength="50" /> |
||
161 | <Property Type="String" Name="RESULT_FILE" Nullable="true" MaxLength="500" /> |
||
162 | <Property Type="String" Name="RESULT" Nullable="true" MaxLength="50" /> |
||
163 | 3bde451b | semi | <Property Type="String" Name="PROPERTIES_VALUE" Nullable="false" /> |
164 | b63dcfbb | semi | </ComplexType> |
165 | 3bde451b | semi | <ComplexType Name="SELECT_FINAL_PDF_Result" > |
166 | <Property Type="String" Name="ID" Nullable="false" /> |
||
167 | <Property Type="String" Name="PROJECT_NO" Nullable="false" /> |
||
168 | <Property Type="String" Name="DOCUMENT_ID" Nullable="false" /> |
||
169 | <Property Type="String" Name="MARKUPINFO_ID" Nullable="false" /> |
||
170 | <Property Type="String" Name="DOCINFO_ID" Nullable="false" /> |
||
171 | <Property Type="String" Name="DOCUMENT_NAME" Nullable="false" /> |
||
172 | <Property Type="String" Name="DOCUMENT_NO" Nullable="false" /> |
||
173 | <Property Type="String" Name="CREATE_USER_ID" Nullable="false" /> |
||
174 | <Property Type="String" Name="GROUP_NO" Nullable="false" /> |
||
175 | <Property Type="Int32" Name="STATUS" Nullable="false" /> |
||
176 | <Property Type="String" Name="REVISION" Nullable="false" /> |
||
177 | <Property Type="DateTime" Name="CREATE_DATETIME" Nullable="false" /> |
||
178 | <Property Type="DateTime" Name="START_DATETIME" Nullable="true" /> |
||
179 | <Property Type="DateTime" Name="END_DATETIME" Nullable="true" /> |
||
180 | <Property Type="Int32" Name="CURRENT_PAGE" Nullable="false" /> |
||
181 | <Property Type="Int32" Name="TOTAL_PAGE" Nullable="false" /> |
||
182 | <Property Type="String" Name="ORIGINAL_FILE" Nullable="false" /> |
||
183 | <Property Type="String" Name="EXCEPTION" Nullable="false" /> |
||
184 | <Property Type="String" Name="RESULT_FILE" Nullable="false" /> |
||
185 | <Property Type="String" Name="RESULT" Nullable="false" /> |
||
186 | <Property Type="String" Name="LINK" Nullable="false" /> |
||
187 | <Property Type="String" Name="PROPERTIES_TYPE" Nullable="false" /> |
||
188 | <Property Type="String" Name="PROPERTIES_PROPERTY" Nullable="false" /> |
||
189 | <Property Type="String" Name="PROPERTIES_VALUE" Nullable="false" /> |
||
190 | b63dcfbb | semi | </ComplexType> |
191 | </Schema> |
||
192 | </edmx:ConceptualModels> |
||
193 | <!-- C-S mapping content --> |
||
194 | <edmx:Mappings> |
||
195 | <Mapping Space="C-S" xmlns="http://schemas.microsoft.com/ado/2009/11/mapping/cs"> |
||
196 | <EntityContainerMapping StorageEntityContainer="markusModelStoreContainer" CdmEntityContainer="markusEntities" > |
||
197 | <FunctionImportMapping FunctionImportName="SELECT_CONVERT_ITEM" FunctionName="markusModel.Store.SELECT_CONVERT_ITEM"> |
||
198 | <ResultMapping> |
||
199 | <ComplexTypeMapping TypeName="markusModel.SELECT_CONVERT_ITEM_Result"> |
||
200 | <ScalarProperty Name="ID" ColumnName="ID" /> |
||
201 | <ScalarProperty Name="PROJECT_NO" ColumnName="PROJECT_NO" /> |
||
202 | <ScalarProperty Name="DOCUMENT_URL" ColumnName="DOCUMENT_URL" /> |
||
203 | <ScalarProperty Name="DOCUMENT_ID" ColumnName="DOCUMENT_ID" /> |
||
204 | <ScalarProperty Name="CREATE_DATETIME" ColumnName="CREATE_DATETIME" /> |
||
205 | <ScalarProperty Name="STATUS" ColumnName="STATUS" /> |
||
206 | <ScalarProperty Name="TOTAL_PAGE" ColumnName="TOTAL_PAGE" /> |
||
207 | <ScalarProperty Name="CURRENT_PAGE" ColumnName="CURRENT_PAGE" /> |
||
208 | <ScalarProperty Name="EXCEPTION" ColumnName="EXCEPTION" /> |
||
209 | <ScalarProperty Name="END_DATETIME" ColumnName="END_DATETIME" /> |
||
210 | <ScalarProperty Name="START_DATETIME" ColumnName="START_DATETIME" /> |
||
211 | <ScalarProperty Name="SERVICE_ID" ColumnName="SERVICE_ID" /> |
||
212 | <ScalarProperty Name="RECONVERTER" ColumnName="RECONVERTER" /> |
||
213 | <ScalarProperty Name="REVISION" ColumnName="REVISION" /> |
||
214 | <ScalarProperty Name="DOCUMENT_NO" ColumnName="DOCUMENT_NO" /> |
||
215 | <ScalarProperty Name="DOCUMENT_NAME" ColumnName="DOCUMENT_NAME" /> |
||
216 | <ScalarProperty Name="GROUP_NO" ColumnName="GROUP_NO" /> |
||
217 | <ScalarProperty Name="RESULT_FILE" ColumnName="RESULT_FILE" /> |
||
218 | <ScalarProperty Name="RESULT" ColumnName="RESULT" /> |
||
219 | </ComplexTypeMapping> |
||
220 | </ResultMapping> |
||
221 | </FunctionImportMapping> |
||
222 | <FunctionImportMapping FunctionImportName="SELECT_RERECONVERT_ITEM" FunctionName="markusModel.Store.SELECT_RERECONVERT_ITEM"> |
||
223 | 3bde451b | semi | </FunctionImportMapping> |
224 | <FunctionImportMapping FunctionImportName="SELECT_CONVERT_INSERT" FunctionName="markusModel.Store.SELECT_CONVERT_INSERT" /> |
||
225 | <FunctionImportMapping FunctionImportName="SELECT_CONVERT_DELETE" FunctionName="markusModel.Store.SELECT_CONVERT_DELETE" /> |
||
226 | <FunctionImportMapping FunctionImportName="SELECT_FINAL_PDF_DELETE" FunctionName="markusModel.Store.SELECT_FINAL_PDF_DELETE" /> |
||
227 | <FunctionImportMapping FunctionImportName="SELECT_FINAL_PDF_INSERT" FunctionName="markusModel.Store.SELECT_FINAL_PDF_INSERT" /> |
||
228 | <FunctionImportMapping FunctionImportName="SELECT_FINAL_PDF_ITEM" FunctionName="markusModel.Store.SELECT_FINAL_PDF_ITEM" > |
||
229 | b63dcfbb | semi | <ResultMapping> |
230 | 3bde451b | semi | <ComplexTypeMapping TypeName="markusModel.SELECT_FINAL_PDF_Result" /> |
231 | b63dcfbb | semi | </ResultMapping> |
232 | </FunctionImportMapping> |
||
233 | </EntityContainerMapping> |
||
234 | </Mapping> |
||
235 | </edmx:Mappings> |
||
236 | </edmx:Runtime> |
||
237 | <!-- EF Designer content (DO NOT EDIT MANUALLY BELOW HERE) --> |
||
238 | <Designer xmlns="http://schemas.microsoft.com/ado/2009/11/edmx"> |
||
239 | <Connection> |
||
240 | <DesignerInfoPropertySet> |
||
241 | <DesignerProperty Name="MetadataArtifactProcessing" Value="EmbedInOutputAssembly" /> |
||
242 | </DesignerInfoPropertySet> |
||
243 | </Connection> |
||
244 | <Options> |
||
245 | <DesignerInfoPropertySet> |
||
246 | <DesignerProperty Name="ValidateOnBuild" Value="true" /> |
||
247 | <DesignerProperty Name="EnablePluralization" Value="false" /> |
||
248 | <DesignerProperty Name="IncludeForeignKeysInModel" Value="true" /> |
||
249 | <DesignerProperty Name="UseLegacyProvider" Value="false" /> |
||
250 | <DesignerProperty Name="CodeGenerationStrategy" Value="없음" /> |
||
251 | </DesignerInfoPropertySet> |
||
252 | </Options> |
||
253 | <!-- Diagram content (shape and connector positions) --> |
||
254 | <Diagrams></Diagrams> |
||
255 | </Designer> |
||
256 | </edmx:Edmx> |