Initial commit
This commit is contained in:
363
Handler/Project_form2/Model1.edmx
Normal file
363
Handler/Project_form2/Model1.edmx
Normal file
@@ -0,0 +1,363 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<edmx:Edmx Version="3.0" xmlns:edmx="http://schemas.microsoft.com/ado/2009/11/edmx">
|
||||
<!-- EF Runtime content -->
|
||||
<edmx:Runtime>
|
||||
<!-- SSDL content -->
|
||||
<edmx:StorageModels>
|
||||
<Schema Namespace="EEModel.Store" Provider="System.Data.SqlClient" ProviderManifestToken="2008" Alias="Self" xmlns:store="http://schemas.microsoft.com/ado/2007/12/edm/EntityStoreSchemaGenerator" xmlns:customannotation="http://schemas.microsoft.com/ado/2013/11/edm/customannotation" xmlns="http://schemas.microsoft.com/ado/2009/11/edm/ssdl">
|
||||
<EntityType Name="Component_Reel_CustInfo">
|
||||
<Key>
|
||||
<PropertyRef Name="code" />
|
||||
</Key>
|
||||
<Property Name="code" Type="varchar" MaxLength="10" Nullable="false" />
|
||||
<Property Name="name" Type="varchar" MaxLength="100" />
|
||||
</EntityType>
|
||||
<EntityType Name="Component_Reel_CustRule">
|
||||
<Key>
|
||||
<PropertyRef Name="idx" />
|
||||
</Key>
|
||||
<Property Name="idx" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
||||
<Property Name="code" Type="varchar" MaxLength="10" Nullable="false" />
|
||||
<Property Name="pre" Type="varchar" MaxLength="20" />
|
||||
<Property Name="pos" Type="varchar" MaxLength="20" />
|
||||
<Property Name="len" Type="int" />
|
||||
<Property Name="exp" Type="varchar" MaxLength="100" />
|
||||
</EntityType>
|
||||
<EntityType Name="Component_Reel_Info">
|
||||
<Key>
|
||||
<PropertyRef Name="idx" />
|
||||
<PropertyRef Name="CUST" />
|
||||
<PropertyRef Name="AMKSID" />
|
||||
</Key>
|
||||
<Property Name="idx" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
||||
<Property Name="CUST" Type="varchar" MaxLength="6" Nullable="false" />
|
||||
<Property Name="AMKSID" Type="varchar" MaxLength="12" Nullable="false" />
|
||||
<Property Name="CUST_PARTNO" Type="varchar" MaxLength="30" Nullable="false" />
|
||||
<Property Name="MFG_PARTNO" Type="varchar" MaxLength="30" Nullable="false" />
|
||||
</EntityType>
|
||||
<EntityType Name="Component_Reel_Result">
|
||||
<Key>
|
||||
<PropertyRef Name="idx" />
|
||||
</Key>
|
||||
<Property Name="idx" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
||||
<Property Name="STIME" Type="datetime" Nullable="false" />
|
||||
<Property Name="ETIME" Type="datetime" />
|
||||
<Property Name="PTIME" Type="datetime" />
|
||||
<Property Name="PDATE" Type="varchar" MaxLength="10" />
|
||||
<Property Name="JTYPE" Type="varchar" MaxLength="10" />
|
||||
<Property Name="JGUID" Type="varchar" MaxLength="50" />
|
||||
<Property Name="SID" Type="varchar" MaxLength="20" />
|
||||
<Property Name="SID0" Type="varchar" MaxLength="20" />
|
||||
<Property Name="RID" Type="varchar" MaxLength="50" />
|
||||
<Property Name="RID0" Type="varchar" MaxLength="50" />
|
||||
<Property Name="RSN" Type="varchar" MaxLength="10" />
|
||||
<Property Name="QR" Type="varchar" MaxLength="100" />
|
||||
<Property Name="ZPL" Type="varchar" MaxLength="1000" />
|
||||
<Property Name="POS" Type="varchar" MaxLength="10" />
|
||||
<Property Name="LOC" Type="varchar" MaxLength="1" />
|
||||
<Property Name="ANGLE" Type="float" />
|
||||
<Property Name="QTY" Type="int" />
|
||||
<Property Name="QTY0" Type="int" />
|
||||
<Property Name="VLOT" Type="varchar" MaxLength="100" />
|
||||
<Property Name="VNAME" Type="varchar" MaxLength="100" />
|
||||
<Property Name="MFGDATE" Type="varchar" MaxLength="20" />
|
||||
<Property Name="PRNATTACH" Type="bit" />
|
||||
<Property Name="PRNVALID" Type="bit" />
|
||||
<Property Name="REMARK" Type="varchar" MaxLength="200" />
|
||||
<Property Name="wdate" Type="datetime" Nullable="false" />
|
||||
</EntityType>
|
||||
<EntityType Name="Component_Reel_SIDConv">
|
||||
<Key>
|
||||
<PropertyRef Name="idx" />
|
||||
</Key>
|
||||
<Property Name="idx" Type="int" StoreGeneratedPattern="Identity" Nullable="false" />
|
||||
<Property Name="M101" Type="varchar" MaxLength="20" />
|
||||
<Property Name="M103" Type="varchar" MaxLength="20" />
|
||||
<Property Name="M106" Type="varchar" MaxLength="20" />
|
||||
<Property Name="M108" Type="varchar" MaxLength="20" />
|
||||
<Property Name="M103_2" Type="varchar" MaxLength="20" />
|
||||
<Property Name="M101_2" Type="varchar" MaxLength="20" />
|
||||
<Property Name="Chk" Type="bit" />
|
||||
<Property Name="SIDFrom" Type="varchar" MaxLength="20" />
|
||||
<Property Name="SIDTo" Type="varchar" MaxLength="20" />
|
||||
<Property Name="Remark" Type="varchar" MaxLength="100" />
|
||||
</EntityType>
|
||||
<EntityType Name="Component_Reel_SIDInfo">
|
||||
<Key>
|
||||
<PropertyRef Name="SID" />
|
||||
<PropertyRef Name="CustCode" />
|
||||
<PropertyRef Name="PartNo" />
|
||||
</Key>
|
||||
<Property Name="SID" Type="varchar" MaxLength="50" Nullable="false" />
|
||||
<Property Name="CustCode" Type="varchar" MaxLength="10" Nullable="false" />
|
||||
<Property Name="CustName" Type="varchar" MaxLength="100" />
|
||||
<Property Name="VenderName" Type="varchar" MaxLength="100" />
|
||||
<Property Name="PartNo" Type="varchar" MaxLength="100" Nullable="false" />
|
||||
<Property Name="PrintPosition" Type="varchar" MaxLength="10" />
|
||||
<Property Name="Remark" Type="varchar" MaxLength="100" />
|
||||
</EntityType>
|
||||
<!--생성 중 오류 발생:
|
||||
경고 6002: 테이블/뷰 'EE.dbo.vCustomerList'에 기본 키가 정의되지 않았습니다. 키가 유추되었고 읽기 전용 테이블/뷰로 정의되었습니다.-->
|
||||
<EntityType Name="vCustomerList">
|
||||
<Key>
|
||||
<PropertyRef Name="CustCode" />
|
||||
</Key>
|
||||
<Property Name="CustCode" Type="varchar" MaxLength="10" Nullable="false" />
|
||||
<Property Name="CustName" Type="varchar" MaxLength="100" />
|
||||
</EntityType>
|
||||
<EntityContainer Name="EEModelStoreContainer">
|
||||
<EntitySet Name="Component_Reel_CustInfo" EntityType="Self.Component_Reel_CustInfo" Schema="dbo" store:Type="Tables" />
|
||||
<EntitySet Name="Component_Reel_CustRule" EntityType="Self.Component_Reel_CustRule" Schema="dbo" store:Type="Tables" />
|
||||
<EntitySet Name="Component_Reel_Info" EntityType="Self.Component_Reel_Info" Schema="dbo" store:Type="Tables" />
|
||||
<EntitySet Name="Component_Reel_Result" EntityType="Self.Component_Reel_Result" Schema="dbo" store:Type="Tables" />
|
||||
<EntitySet Name="Component_Reel_SIDConv" EntityType="Self.Component_Reel_SIDConv" Schema="dbo" store:Type="Tables" />
|
||||
<EntitySet Name="Component_Reel_SIDInfo" EntityType="Self.Component_Reel_SIDInfo" Schema="dbo" store:Type="Tables" />
|
||||
<EntitySet Name="vCustomerList" EntityType="Self.vCustomerList" store:Type="Views" store:Schema="dbo">
|
||||
<DefiningQuery>SELECT
|
||||
[vCustomerList].[CustCode] AS [CustCode],
|
||||
[vCustomerList].[CustName] AS [CustName]
|
||||
FROM [dbo].[vCustomerList] AS [vCustomerList]</DefiningQuery>
|
||||
</EntitySet>
|
||||
</EntityContainer>
|
||||
</Schema></edmx:StorageModels>
|
||||
<!-- CSDL content -->
|
||||
<edmx:ConceptualModels>
|
||||
<Schema Namespace="EEModel" 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">
|
||||
<EntityType Name="Component_Reel_Info">
|
||||
<Key>
|
||||
<PropertyRef Name="idx" />
|
||||
<PropertyRef Name="CUST" />
|
||||
<PropertyRef Name="AMKSID" />
|
||||
</Key>
|
||||
<Property Name="idx" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
||||
<Property Name="CUST" Type="String" MaxLength="6" FixedLength="false" Unicode="false" Nullable="false" />
|
||||
<Property Name="AMKSID" Type="String" MaxLength="12" FixedLength="false" Unicode="false" Nullable="false" />
|
||||
<Property Name="CUST_PARTNO" Type="String" MaxLength="30" FixedLength="false" Unicode="false" Nullable="false" />
|
||||
<Property Name="MFG_PARTNO" Type="String" MaxLength="30" FixedLength="false" Unicode="false" Nullable="false" />
|
||||
</EntityType>
|
||||
<EntityContainer Name="EEEntities" annotation:LazyLoadingEnabled="true">
|
||||
<EntitySet Name="Component_Reel_Info" EntityType="Self.Component_Reel_Info" />
|
||||
<EntitySet Name="vCustomerList" EntityType="EEModel.vCustomerList" />
|
||||
<EntitySet Name="Component_Reel_Result" EntityType="EEModel.Component_Reel_Result" />
|
||||
<EntitySet Name="Component_Reel_SIDConv" EntityType="EEModel.Component_Reel_SIDConv" />
|
||||
<EntitySet Name="Component_Reel_CustInfo" EntityType="EEModel.Component_Reel_CustInfo" />
|
||||
<EntitySet Name="Component_Reel_CustRule" EntityType="EEModel.Component_Reel_CustRule" />
|
||||
<EntitySet Name="Component_Reel_SIDInfo" EntityType="EEModel.Component_Reel_SIDInfo" />
|
||||
</EntityContainer>
|
||||
<EntityType Name="vCustomerList">
|
||||
<Key>
|
||||
<PropertyRef Name="CustCode" />
|
||||
</Key>
|
||||
<Property Name="CustCode" Type="String" Nullable="false" MaxLength="10" FixedLength="false" Unicode="false" />
|
||||
<Property Name="CustName" Type="String" MaxLength="100" FixedLength="false" Unicode="false" />
|
||||
</EntityType>
|
||||
<EntityType Name="Component_Reel_Result">
|
||||
<Key>
|
||||
<PropertyRef Name="idx" />
|
||||
</Key>
|
||||
<Property Name="idx" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
||||
<Property Name="STIME" Type="DateTime" Nullable="false" Precision="3" />
|
||||
<Property Name="ETIME" Type="DateTime" Precision="3" />
|
||||
<Property Name="PTIME" Type="DateTime" Precision="3" />
|
||||
<Property Name="PDATE" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
||||
<Property Name="JTYPE" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
||||
<Property Name="JGUID" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
||||
<Property Name="SID" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
||||
<Property Name="SID0" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
||||
<Property Name="RID" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
||||
<Property Name="RID0" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
||||
<Property Name="RSN" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
||||
<Property Name="QR" Type="String" MaxLength="100" FixedLength="false" Unicode="false" />
|
||||
<Property Name="ZPL" Type="String" MaxLength="1000" FixedLength="false" Unicode="false" />
|
||||
<Property Name="POS" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
||||
<Property Name="LOC" Type="String" MaxLength="1" FixedLength="false" Unicode="false" />
|
||||
<Property Name="ANGLE" Type="Double" />
|
||||
<Property Name="QTY" Type="Int32" />
|
||||
<Property Name="QTY0" Type="Int32" />
|
||||
<Property Name="VLOT" Type="String" MaxLength="100" FixedLength="false" Unicode="false" />
|
||||
<Property Name="VNAME" Type="String" MaxLength="100" FixedLength="false" Unicode="false" />
|
||||
<Property Name="MFGDATE" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
||||
<Property Name="PRNATTACH" Type="Boolean" />
|
||||
<Property Name="PRNVALID" Type="Boolean" />
|
||||
<Property Name="REMARK" Type="String" MaxLength="200" FixedLength="false" Unicode="false" />
|
||||
<Property Name="wdate" Type="DateTime" Nullable="false" Precision="3" />
|
||||
</EntityType>
|
||||
<EntityType Name="Component_Reel_SIDConv">
|
||||
<Key>
|
||||
<PropertyRef Name="idx" />
|
||||
</Key>
|
||||
<Property Name="idx" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
||||
<Property Name="M101" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
||||
<Property Name="M103" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
||||
<Property Name="M106" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
||||
<Property Name="M108" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
||||
<Property Name="M103_2" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
||||
<Property Name="M101_2" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
||||
<Property Name="Chk" Type="Boolean" />
|
||||
<Property Name="SIDFrom" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
||||
<Property Name="SIDTo" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
||||
<Property Name="Remark" Type="String" MaxLength="100" FixedLength="false" Unicode="false" />
|
||||
</EntityType>
|
||||
<EntityType Name="Component_Reel_CustInfo">
|
||||
<Key>
|
||||
<PropertyRef Name="code" />
|
||||
</Key>
|
||||
<Property Name="code" Type="String" Nullable="false" MaxLength="10" FixedLength="false" Unicode="false" />
|
||||
<Property Name="name" Type="String" MaxLength="100" FixedLength="false" Unicode="false" />
|
||||
</EntityType>
|
||||
<EntityType Name="Component_Reel_CustRule">
|
||||
<Key>
|
||||
<PropertyRef Name="idx" />
|
||||
</Key>
|
||||
<Property Name="idx" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
|
||||
<Property Name="code" Type="String" Nullable="false" MaxLength="10" FixedLength="false" Unicode="false" />
|
||||
<Property Name="pre" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
||||
<Property Name="pos" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
||||
<Property Name="len" Type="Int32" />
|
||||
<Property Name="exp" Type="String" MaxLength="100" FixedLength="false" Unicode="false" />
|
||||
</EntityType>
|
||||
<EntityType Name="Component_Reel_SIDInfo">
|
||||
<Key>
|
||||
<PropertyRef Name="SID" />
|
||||
<PropertyRef Name="CustCode" />
|
||||
<PropertyRef Name="PartNo" />
|
||||
</Key>
|
||||
<Property Name="SID" Type="String" Nullable="false" MaxLength="50" FixedLength="false" Unicode="false" />
|
||||
<Property Name="CustCode" Type="String" Nullable="false" MaxLength="10" FixedLength="false" Unicode="false" />
|
||||
<Property Name="CustName" Type="String" MaxLength="100" FixedLength="false" Unicode="false" />
|
||||
<Property Name="VenderName" Type="String" MaxLength="100" FixedLength="false" Unicode="false" />
|
||||
<Property Name="PartNo" Type="String" Nullable="false" MaxLength="100" FixedLength="false" Unicode="false" />
|
||||
<Property Name="PrintPosition" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
||||
<Property Name="Remark" Type="String" MaxLength="100" FixedLength="false" Unicode="false" />
|
||||
</EntityType>
|
||||
</Schema>
|
||||
</edmx:ConceptualModels>
|
||||
<!-- C-S mapping content -->
|
||||
<edmx:Mappings>
|
||||
<Mapping Space="C-S" xmlns="http://schemas.microsoft.com/ado/2009/11/mapping/cs">
|
||||
<EntityContainerMapping StorageEntityContainer="EEModelStoreContainer" CdmEntityContainer="EEEntities">
|
||||
<EntitySetMapping Name="Component_Reel_Info">
|
||||
<EntityTypeMapping TypeName="EEModel.Component_Reel_Info">
|
||||
<MappingFragment StoreEntitySet="Component_Reel_Info">
|
||||
<ScalarProperty Name="idx" ColumnName="idx" />
|
||||
<ScalarProperty Name="CUST" ColumnName="CUST" />
|
||||
<ScalarProperty Name="AMKSID" ColumnName="AMKSID" />
|
||||
<ScalarProperty Name="CUST_PARTNO" ColumnName="CUST_PARTNO" />
|
||||
<ScalarProperty Name="MFG_PARTNO" ColumnName="MFG_PARTNO" />
|
||||
</MappingFragment>
|
||||
</EntityTypeMapping>
|
||||
</EntitySetMapping>
|
||||
<EntitySetMapping Name="vCustomerList">
|
||||
<EntityTypeMapping TypeName="EEModel.vCustomerList">
|
||||
<MappingFragment StoreEntitySet="vCustomerList">
|
||||
<ScalarProperty Name="CustName" ColumnName="CustName" />
|
||||
<ScalarProperty Name="CustCode" ColumnName="CustCode" />
|
||||
</MappingFragment>
|
||||
</EntityTypeMapping>
|
||||
</EntitySetMapping>
|
||||
<EntitySetMapping Name="Component_Reel_Result">
|
||||
<EntityTypeMapping TypeName="EEModel.Component_Reel_Result">
|
||||
<MappingFragment StoreEntitySet="Component_Reel_Result">
|
||||
<ScalarProperty Name="wdate" ColumnName="wdate" />
|
||||
<ScalarProperty Name="REMARK" ColumnName="REMARK" />
|
||||
<ScalarProperty Name="PRNVALID" ColumnName="PRNVALID" />
|
||||
<ScalarProperty Name="PRNATTACH" ColumnName="PRNATTACH" />
|
||||
<ScalarProperty Name="MFGDATE" ColumnName="MFGDATE" />
|
||||
<ScalarProperty Name="VNAME" ColumnName="VNAME" />
|
||||
<ScalarProperty Name="VLOT" ColumnName="VLOT" />
|
||||
<ScalarProperty Name="QTY0" ColumnName="QTY0" />
|
||||
<ScalarProperty Name="QTY" ColumnName="QTY" />
|
||||
<ScalarProperty Name="ANGLE" ColumnName="ANGLE" />
|
||||
<ScalarProperty Name="LOC" ColumnName="LOC" />
|
||||
<ScalarProperty Name="POS" ColumnName="POS" />
|
||||
<ScalarProperty Name="ZPL" ColumnName="ZPL" />
|
||||
<ScalarProperty Name="QR" ColumnName="QR" />
|
||||
<ScalarProperty Name="RSN" ColumnName="RSN" />
|
||||
<ScalarProperty Name="RID0" ColumnName="RID0" />
|
||||
<ScalarProperty Name="RID" ColumnName="RID" />
|
||||
<ScalarProperty Name="SID0" ColumnName="SID0" />
|
||||
<ScalarProperty Name="SID" ColumnName="SID" />
|
||||
<ScalarProperty Name="JGUID" ColumnName="JGUID" />
|
||||
<ScalarProperty Name="JTYPE" ColumnName="JTYPE" />
|
||||
<ScalarProperty Name="PDATE" ColumnName="PDATE" />
|
||||
<ScalarProperty Name="PTIME" ColumnName="PTIME" />
|
||||
<ScalarProperty Name="ETIME" ColumnName="ETIME" />
|
||||
<ScalarProperty Name="STIME" ColumnName="STIME" />
|
||||
<ScalarProperty Name="idx" ColumnName="idx" />
|
||||
</MappingFragment>
|
||||
</EntityTypeMapping>
|
||||
</EntitySetMapping>
|
||||
<EntitySetMapping Name="Component_Reel_SIDConv">
|
||||
<EntityTypeMapping TypeName="EEModel.Component_Reel_SIDConv">
|
||||
<MappingFragment StoreEntitySet="Component_Reel_SIDConv">
|
||||
<ScalarProperty Name="Remark" ColumnName="Remark" />
|
||||
<ScalarProperty Name="SIDTo" ColumnName="SIDTo" />
|
||||
<ScalarProperty Name="SIDFrom" ColumnName="SIDFrom" />
|
||||
<ScalarProperty Name="Chk" ColumnName="Chk" />
|
||||
<ScalarProperty Name="M101_2" ColumnName="M101_2" />
|
||||
<ScalarProperty Name="M103_2" ColumnName="M103_2" />
|
||||
<ScalarProperty Name="M108" ColumnName="M108" />
|
||||
<ScalarProperty Name="M106" ColumnName="M106" />
|
||||
<ScalarProperty Name="M103" ColumnName="M103" />
|
||||
<ScalarProperty Name="M101" ColumnName="M101" />
|
||||
<ScalarProperty Name="idx" ColumnName="idx" />
|
||||
</MappingFragment>
|
||||
</EntityTypeMapping>
|
||||
</EntitySetMapping>
|
||||
<EntitySetMapping Name="Component_Reel_CustInfo">
|
||||
<EntityTypeMapping TypeName="EEModel.Component_Reel_CustInfo">
|
||||
<MappingFragment StoreEntitySet="Component_Reel_CustInfo">
|
||||
<ScalarProperty Name="name" ColumnName="name" />
|
||||
<ScalarProperty Name="code" ColumnName="code" />
|
||||
</MappingFragment>
|
||||
</EntityTypeMapping>
|
||||
</EntitySetMapping>
|
||||
<EntitySetMapping Name="Component_Reel_CustRule">
|
||||
<EntityTypeMapping TypeName="EEModel.Component_Reel_CustRule">
|
||||
<MappingFragment StoreEntitySet="Component_Reel_CustRule">
|
||||
<ScalarProperty Name="exp" ColumnName="exp" />
|
||||
<ScalarProperty Name="len" ColumnName="len" />
|
||||
<ScalarProperty Name="pos" ColumnName="pos" />
|
||||
<ScalarProperty Name="pre" ColumnName="pre" />
|
||||
<ScalarProperty Name="code" ColumnName="code" />
|
||||
<ScalarProperty Name="idx" ColumnName="idx" />
|
||||
</MappingFragment>
|
||||
</EntityTypeMapping>
|
||||
</EntitySetMapping>
|
||||
<EntitySetMapping Name="Component_Reel_SIDInfo">
|
||||
<EntityTypeMapping TypeName="EEModel.Component_Reel_SIDInfo">
|
||||
<MappingFragment StoreEntitySet="Component_Reel_SIDInfo">
|
||||
<ScalarProperty Name="Remark" ColumnName="Remark" />
|
||||
<ScalarProperty Name="PrintPosition" ColumnName="PrintPosition" />
|
||||
<ScalarProperty Name="PartNo" ColumnName="PartNo" />
|
||||
<ScalarProperty Name="VenderName" ColumnName="VenderName" />
|
||||
<ScalarProperty Name="CustName" ColumnName="CustName" />
|
||||
<ScalarProperty Name="CustCode" ColumnName="CustCode" />
|
||||
<ScalarProperty Name="SID" ColumnName="SID" />
|
||||
</MappingFragment>
|
||||
</EntityTypeMapping>
|
||||
</EntitySetMapping>
|
||||
</EntityContainerMapping>
|
||||
</Mapping>
|
||||
</edmx:Mappings>
|
||||
</edmx:Runtime>
|
||||
<!-- EF Designer content (DO NOT EDIT MANUALLY BELOW HERE) -->
|
||||
<Designer xmlns="http://schemas.microsoft.com/ado/2009/11/edmx">
|
||||
<Connection>
|
||||
<DesignerInfoPropertySet>
|
||||
<DesignerProperty Name="MetadataArtifactProcessing" Value="EmbedInOutputAssembly" />
|
||||
</DesignerInfoPropertySet>
|
||||
</Connection>
|
||||
<Options>
|
||||
<DesignerInfoPropertySet>
|
||||
<DesignerProperty Name="ValidateOnBuild" Value="true" />
|
||||
<DesignerProperty Name="EnablePluralization" Value="false" />
|
||||
<DesignerProperty Name="IncludeForeignKeysInModel" Value="true" />
|
||||
<DesignerProperty Name="UseLegacyProvider" Value="false" />
|
||||
<DesignerProperty Name="CodeGenerationStrategy" Value="없음" />
|
||||
</DesignerInfoPropertySet>
|
||||
</Options>
|
||||
<!-- Diagram content (shape and connector positions) -->
|
||||
<Diagrams></Diagrams>
|
||||
</Designer>
|
||||
</edmx:Edmx>
|
||||
Reference in New Issue
Block a user