======Метод 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// * Тип: [[developers:references:system.string|System.String]] * //selectable// * Тип: [[developers:references:system.collections.generic.ienumerable_1|System.Collections.Generic.IEnumerable]]<[[developers:references:topomatic.componentmodel.selectormodel|Topomatic.ComponentModel.SelectorModel]]> * //selected// * Тип: [[developers:references:system.collections.generic.ienumerable_1|System.Collections.Generic.IEnumerable]]<[[developers:references:topomatic.componentmodel.selectormodel|Topomatic.ComponentModel.SelectorModel]]> **Возвращаемое значение** * Тип: [[developers:references:system.collections.generic.list_1|System.Collections.Generic.List]]<[[developers:references:topomatic.componentmodel.selectormodel|Topomatic.ComponentModel.SelectorModel]]>