AjaxItemSelect.Controllers.Manager.LoadData C# (CSharp) Метод

LoadData() публичный Метод

public LoadData ( ) : bool
Результат bool
        public bool LoadData()
        {
            // Return if there's existing data

            //if (ds.Your_Entity_Set.Count() > 0) { return false; }

            // Otherwise...
            // Create and add objects
            // Save changes

            return true;
        }