Is there a DataSetFactory.Instance method that will append to an existing dataset? The code below employing the List<string> .AddRange method works, but I'm wondering if there's a more efficient way?

No one expects documentation for every WL utility function, but including docs for the salient ones would be nice.
CODE:In addition, is there a DataSetFactory.Instance method that will repaint/update the lower list in the screenshot below so it agrees with the upper list? Shouldn't the WPF control of the top list, whenever it changes, automatically trigger an update of the bottom list so both lists always stay in sync?
List<string> stockList = GetUpdatedSymbols(); dataset.Symbols.AddRange(stockList); DataSetFactory.Instance.AddDataSet(dataset);
No one expects documentation for every WL utility function, but including docs for the salient ones would be nice.
Rename
Currently there are no replies yet. Please check back later.
Your Response
Post
Edit Post
Login is required