# C1.C1Preview.DataBinding.QueryParameter

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_DataBinding_QueryParameter" data-uid="C1.C1Preview.DataBinding.QueryParameter" class="text-break">QueryParameter Class
</h1>
  <div class="markdown level0 summary"><p>Represents a parameter that is passed to the data source
as part of a query defined by a <a class="xref" href="C1.C1Preview.DataBinding.Query.html">Query</a> object.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="C1.C1Preview.NamedCollectionItem.html">NamedCollectionItem</a></div>
    <div class="level2"><span class="xref">QueryParameter</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.DataBinding.html">C1.C1Preview.DataBinding</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.PrintDocument.4.6.2.dll</h6>
  <h5 id="C1_C1Preview_DataBinding_QueryParameter_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[C1ClassSerialization(true)]
public class QueryParameter : NamedCollectionItem, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;C1ClassSerialization(True)&gt;
Public Class QueryParameter
    Inherits NamedCollectionItem
    Implements ICloneable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Preview_DataBinding_QueryParameter__ctor_System_String_" data-uid="C1.C1Preview.DataBinding.QueryParameter.#ctor(System.String)">
          <a class="xref" href="C1.C1Preview.DataBinding.QueryParameter.-ctor.html#C1_C1Preview_DataBinding_QueryParameter__ctor_System_String_">QueryParameter(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.DataBinding.QueryParameter.html">QueryParameter</a> class,
assigning the parameter's name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DataBinding_QueryParameter__ctor_System_String_System_Object_" data-uid="C1.C1Preview.DataBinding.QueryParameter.#ctor(System.String,System.Object)">
          <a class="xref" href="C1.C1Preview.DataBinding.QueryParameter.-ctor.html#C1_C1Preview_DataBinding_QueryParameter__ctor_System_String_System_Object_">QueryParameter(string, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.DataBinding.QueryParameter.html">QueryParameter</a> class,
assigning the parameter's name and value.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Preview_DataBinding_QueryParameter_Owner" data-uid="C1.C1Preview.DataBinding.QueryParameter.Owner">
          <a class="xref" href="C1.C1Preview.DataBinding.QueryParameter.Owner.html#C1_C1Preview_DataBinding_QueryParameter_Owner">Owner</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection containing the current object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DataBinding_QueryParameter_Value" data-uid="C1.C1Preview.DataBinding.QueryParameter.Value">
          <a class="xref" href="C1.C1Preview.DataBinding.QueryParameter.Value.html#C1_C1Preview_DataBinding_QueryParameter_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value of the current parameter.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Preview_DataBinding_QueryParameter_AssignFrom_C1_C1Preview_NamedCollectionItem_" data-uid="C1.C1Preview.DataBinding.QueryParameter.AssignFrom(C1.C1Preview.NamedCollectionItem)">
          <a class="xref" href="C1.C1Preview.DataBinding.QueryParameter.AssignFrom.html#C1_C1Preview_DataBinding_QueryParameter_AssignFrom_C1_C1Preview_NamedCollectionItem_">AssignFrom(NamedCollectionItem)</a>
        </td>
        <td class="markdown level1 summary"><p>Assigns (copies) properties from another <a class="xref" href="C1.C1Preview.DataBinding.QueryParameter.html">QueryParameter</a> to the current object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DataBinding_QueryParameter_SetName_System_String_" data-uid="C1.C1Preview.DataBinding.QueryParameter.SetName(System.String)">
          <a class="xref" href="C1.C1Preview.DataBinding.QueryParameter.SetName.html#C1_C1Preview_DataBinding_QueryParameter_SetName_System_String_">SetName(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the name of the current <a class="xref" href="C1.C1Preview.DataBinding.QueryParameter.html">QueryParameter</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="seealso">See Also</h3>
  <div class="seealso">
      <div><a class="xref" href="C1.C1Preview.DataBinding.Query.Parameters.html#C1_C1Preview_DataBinding_Query_Parameters">Parameters</a></div>
  </div>

</div>
