-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMES.edps
24 lines (24 loc) · 2.03 KB
/
MES.edps
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<EntityDeveloper Version="6.12.1367.0">
<ModelSettings xmlns:ed="http://devart.com/schemas/EntityDeveloper/1.0" AppConnectionStringName="DbConnectionString" ConnectionStringInAppConfig="True" RegenareteConnectionStringInAppConfig="True" TargetFramework="NetCore30" DetectTPTInheritance="True" AddComplexTypesToDiagram="True" EntityFrameworkCoreVersion="Version5" UseLazyLoadingProxies="True" StoreGeneratedAsReadOnlyProperty="True" StoreGeneratedAsContructorParameter="True" DetectFunctionBasedColumnDefault="True">
<Connection ConnectionString="" Provider="" />
<Generation />
<DatabaseFirstNamingRules>
<EntitySet PluralizationName="Pluralize" />
<Class UseSchemaAsPrefix="False" PluralizeCollectionNavigationPropertyName="True" AddConstraintColumnsToNavigationPropertyName="False" RemoveUnderscores="True" AddUnderscores="False" RemoveInvalidCharacters="True" CodeCase="FirstLetterUppercase" AddPrefix="" AddSuffix="" RemovePrefixes="" RemoveSuffixes="" PluralizationName="Singularize" />
<Property RemoveUnderscores="True" AddUnderscores="False" RemoveInvalidCharacters="True" CodeCase="FirstLetterUppercase" AddPrefix="" AddSuffix="" RemovePrefixes="" RemoveSuffixes="" PluralizationName="Unchanged" />
</DatabaseFirstNamingRules>
<ModelFirst StorageSynchronizationEnabled="False">
<ModelFirstNamingRules>
<Table RemoveUnderscores="False" AddUnderscores="False" RemoveInvalidCharacters="True" CodeCase="Unchanged" AddPrefix="" AddSuffix="" RemovePrefixes="" RemoveSuffixes="" PluralizationName="Pluralize" />
<Column RemoveUnderscores="False" AddUnderscores="False" RemoveInvalidCharacters="True" CodeCase="Unchanged" AddPrefix="" AddSuffix="" RemovePrefixes="" RemoveSuffixes="" PluralizationName="Unchanged" />
</ModelFirstNamingRules>
</ModelFirst>
<Diagrams>
<Diagram Name="CoreComponents" DefaultDiagram="True" />
<Diagram Name="Common" />
</Diagrams>
<Templates />
<AttributeAssemblies />
</ModelSettings>
</EntityDeveloper>