Phresco.FusionCharts.ListToXmlConverter.QueryList C# (CSharp) Method

QueryList() private method

Get the list of items in the list based on the view
private QueryList ( ) : void
return void
        private void QueryList()
        {
            _items = _list.GetItems(_view);
        }