QueryParameter - конструктор Смотри также Terrasoft.Core.DB - пространство имен > QueryParameter - класс : QueryParameter C#
Glossary Item Box
Перегрузка | Описание |
---|---|
QueryParameter () | Initializes a new QueryParameter instance. |
QueryParameter (Object) | Initializes a new QueryParameter instance with the specified value. |
QueryParameter (String,Object) | Initializes a new QueryParameter instance with the specified name and value. |
QueryParameter (String,Object,DataValueType) | Initializes a new QueryParameter instance with the specified name and value of the specific data type. |
QueryParameter (String,Object,String) | Initializes a new QueryParameter instance with the specified name and value of the specific data type. |
QueryParameter (String,Stream) | Initializes a new QueryParameter instance with the specified name and value of the System.IO.Stream type. |
QueryParameter (QueryParameter) | Initializes a new QueryParameter instance that is a clone of the specified QueryParameter instance. |