[]
        
(Showing Draft Content)

C1.C1Preview.DataBinding.QueryParameter

QueryParameter Class

Represents a parameter that is passed to the data source as part of a query defined by a Query object.

Inheritance
QueryParameter
Implements
Namespace: C1.C1Preview.DataBinding
Assembly: C1.PrintDocument.8.dll
Syntax
[C1ClassSerialization(true)]
public class QueryParameter : NamedCollectionItem, ICloneable

Constructors

Name Description
QueryParameter(string)

Initializes a new instance of the QueryParameter class, assigning the parameter's name.

QueryParameter(string, object)

Initializes a new instance of the QueryParameter class, assigning the parameter's name and value.

Properties

Name Description
Owner

Gets the collection containing the current object.

Value

Gets or sets the value of the current parameter.

Methods

Name Description
AssignFrom(NamedCollectionItem)

Assigns (copies) properties from another QueryParameter to the current object.

SetName(string)

Sets the name of the current QueryParameter.

See Also