======Метод Selector.Select(String, IEnumerable, IEnumerable)====== * **Пространство имен:** [[developers:references:topomatic.controls.objectinspection.propertyselector|Topomatic.Controls.ObjectInspection.PropertySelector]] * **Сборка:** Topomatic.Controls (в Topomatic.Controls.dll) =====Синтаксис===== public List Select(string sql, IEnumerable selectable, IEnumerable selected) **Параметры** * //sql// * Тип: System.String * //selectable// * Тип: System.Collections.Generic.IEnumerable<[[developers:references:topomatic.componentmodel.selectormodel|Topomatic.ComponentModel.SelectorModel]]> * //selected// * Тип: System.Collections.Generic.IEnumerable<[[developers:references:topomatic.componentmodel.selectormodel|Topomatic.ComponentModel.SelectorModel]]> **Возвращаемое значение** * Тип: System.Collections.Generic.List<[[developers:references:topomatic.componentmodel.selectormodel|Topomatic.ComponentModel.SelectorModel]]>