QueryParameterCollection.FindByName - метод Смотри также Terrasoft.Core.DB - пространство имен > QueryParameterCollection - класс : FindByName - метод C#
- name
- The name of the parameter to get.
Glossary Item Box
public QueryParameter FindByName( string name )
Параметры
- name
- The name of the parameter to get.
Тип возвращаемого значения
The instance of the QueryParameter query parameter with the name name, ornull
if the parameter with such a name is not found in the collection.