Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.

QueryParameterCollection - класс Члены  Смотри также  Terrasoft.Core.DB - пространство имен : QueryParameterCollection - класс C#

Glossary Item Box

Collection of the query parameters.

Синтаксис

public class QueryParameterCollection : System.Collections.ObjectModel.Collection<QueryParameter> 

Тип QueryParameterCollection предоставляет следующие члены.

Конструкторы

 ИмяОписание
Public QueryParameterCollection Перегружен.   

Cвойства

 ИмяОписание
Public - свойствоParentParametrizedQueryThe parent query to which the given collection of query parameters belongs.  

Методы

 ИмяОписание
Public - методAddПерегружен.   
Public - методAddOutПерегружен.   
Public - методAddVarПерегружен.   
Public - методCloneCreates the clone of the current QueryParameterCollection instance.  
Public - методFindByNameIn the current collection of query parameters, searches for the parameter with the specified name.  
Public - методGenerateUniqueNameFor the specified prefix generates a unique name of the query parameter.  
Public - методGenerateUniqueNamesGenerates unique names for all items of the current collection of query parameters.  
Public - методGetByNameFrom the current collection of query parameters, returns the parameter with the specified name. If the parameter is not found in the collection, an exception is thrown.  
Public - методResetParametersClears the collection of query parameters that were added automatically.  

Иерархия наследования

System.Object
   System.Collections.ObjectModel.Collection<T>
      Terrasoft.Core.DB.QueryParameterCollection

Смотри также

© Terrasoft 2002-2017.