[]
        
(Showing Draft Content)

C1.C1Preview.DataBinding.QueryParameterCollection

QueryParameterCollection Class

Represens a collection of QueryParameter objects. All parameters in the collection must have unique non-empty names.

Namespace: C1.C1Preview.DataBinding
Assembly: C1.PrintDocument.8.dll
Syntax
public class QueryParameterCollection : NamedCollection, IList, ICollection, IEnumerable

Constructors

Name Description
QueryParameterCollection(Query)

Initializes a new instance of the QueryParameterCollection class.

Properties

Name Description
this[int]

Gets the element at the specified index.

this[string]

Gets the parameter with the specified name.

Owner

Gets the Query object containing the current collection.

Methods

Name Description
Add(QueryParameter)

Adds a QueryParameter object to the current collection.