Skip to content

Commit c04561d

Browse files
committed
Adding sample DWH code to repository form
1 parent 79bce63 commit c04561d

File tree

3 files changed

+72
-10
lines changed

3 files changed

+72
-10
lines changed

TEAM/Form_Manage_Metadata.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5709,8 +5709,7 @@ public void exportThisRowAsSourcetoTargetInterfaceJSONToolStripMenuItem_Click(ob
57095709
}
57105710
}
57115711

5712-
public void CreateSourceToTargetMapping(string sourceTableName, string targetTableName,
5713-
string businesKeyDefinition)
5712+
public void CreateSourceToTargetMapping(string sourceTableName, string targetTableName,string businesKeyDefinition)
57145713
{
57155714
try
57165715
{

TEAM/Form_Repository.Designer.cs

Lines changed: 66 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

TEAM/Form_Repository.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1409,5 +1409,10 @@ private void button1_Click(object sender, EventArgs e)
14091409
}
14101410
}
14111411
}
1412+
1413+
private void FormManageRepository_Load(object sender, EventArgs e)
1414+
{
1415+
1416+
}
14121417
}
14131418
}

0 commit comments

Comments
 (0)