Bulk insert

This commit is contained in:
kudzu_cp 2012-08-02 06:38:41 +00:00
parent f448f37754
commit 4f1f090ea0
2 changed files with 2 additions and 0 deletions

View file

@ -389,6 +389,7 @@ namespace Cosmos.Debug.Common {
var xLabels = new List<Label>();
foreach (var xItem in aMap) {
var xRow = new Label();
xRow.ID = Guid.NewGuid();
xRow.LABELNAME = xItem.Value;
xRow.ADDRESS = xItem.Key;
xLabels.Add(xRow);

View file

@ -5,6 +5,7 @@
Kudzu</h3>
<ul>
<li>SQL<ul>
<li>Bulk inserts on ones wtih large - check counts</li>
<li>Change SQL to EDM</li>
<li>Remove in memory usages</li>
</ul>