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

Namespace:  C1.C1Preview.DataBinding
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[DefaultMemberAttribute("Item")]
public class QueryParameterCollection : NamedCollection
Visual Basic
<DefaultMemberAttribute("Item")> _
Public Class QueryParameterCollection _
	Inherits NamedCollection

Inheritance Hierarchy

System..::..Object
  System.Collections..::..CollectionBase
    C1.C1Preview..::..OwnedCollection
      C1.C1Preview..::..NamedCollection
        C1.C1Preview.DataBinding..::..QueryParameterCollection

See Also