QueryParameterCollection - класс Члены Смотри также Terrasoft.Core.DB - пространство имен : QueryParameterCollection - класс C#
Glossary Item Box
public class QueryParameterCollection : System.Collections.ObjectModel.Collection<QueryParameter>
Тип QueryParameterCollection предоставляет следующие члены.
Имя | Описание | |
---|---|---|
![]() | QueryParameterCollection | Перегружен. |
Имя | Описание | |
---|---|---|
![]() | ParentParametrizedQuery | The parent query to which the given collection of query parameters belongs. |
Имя | Описание | |
---|---|---|
![]() | Add | Перегружен. |
![]() | AddOut | Перегружен. |
![]() | AddVar | Перегружен. |
![]() | Clone | Creates the clone of the current QueryParameterCollection instance. |
![]() | FindByName | In the current collection of query parameters, searches for the parameter with the specified name. |
![]() | GenerateUniqueName | For the specified prefix generates a unique name of the query parameter. |
![]() | GenerateUniqueNames | Generates unique names for all items of the current collection of query parameters. |
![]() | GetByName | From 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. |
![]() | ResetParameters | Clears the collection of query parameters that were added automatically. |
System.Object
System.Collections.ObjectModel.Collection<T>
Terrasoft.Core.DB.QueryParameterCollection