QueryParameterCollection.Add - метод Смотри также Terrasoft.Core.DB - пространство имен > QueryParameterCollection - класс : Add - метод C#
Glossary Item Box
Перегрузка | Описание |
---|---|
Add(String,Object) | In the current collection of query parameters, adds the parameter with the specified name and value. |
Add(String,Object,DataValueType) | In the current collection of query parameters, adds the parameter with the specified name and value, which also has the specific data type. |
Add(String,Object,String) | In the current collection of query parameters, adds the parameter with the specified name and value. The value has the specific data type with the specified name. |