# C1.C1Preview.DataBinding.ConnectionProperties

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_DataBinding_ConnectionProperties" data-uid="C1.C1Preview.DataBinding.ConnectionProperties" class="text-break">ConnectionProperties Class
</h1>
  <div class="markdown level0 summary"><p>Contains information about how to connect to a data source.</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"><span class="xref">ConnectionProperties</span></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_ConnectionProperties_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[C1ClassSerialization(true)]
public class ConnectionProperties</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;C1ClassSerialization(True)&gt;
Public Class ConnectionProperties</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_ConnectionProperties__ctor" data-uid="C1.C1Preview.DataBinding.ConnectionProperties.#ctor">
          <a class="xref" href="C1.C1Preview.DataBinding.ConnectionProperties.-ctor.html#C1_C1Preview_DataBinding_ConnectionProperties__ctor">ConnectionProperties()</a>
        </td>
        <td class="markdown level1 summary"></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_ConnectionProperties_ConnectString" data-uid="C1.C1Preview.DataBinding.ConnectionProperties.ConnectString">
          <a class="xref" href="C1.C1Preview.DataBinding.ConnectionProperties.ConnectString.html#C1_C1Preview_DataBinding_ConnectionProperties_ConnectString">ConnectString</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the connection string for the data source.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DataBinding_ConnectionProperties_DataProvider" data-uid="C1.C1Preview.DataBinding.ConnectionProperties.DataProvider">
          <a class="xref" href="C1.C1Preview.DataBinding.ConnectionProperties.DataProvider.html#C1_C1Preview_DataBinding_ConnectionProperties_DataProvider">DataProvider</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of the data source.
This determines the syntax of the ConnectionProperties.ConnectString and
Query.CommandText.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DataBinding_ConnectionProperties_IntegratedSecurity" data-uid="C1.C1Preview.DataBinding.ConnectionProperties.IntegratedSecurity">
          <a class="xref" href="C1.C1Preview.DataBinding.ConnectionProperties.IntegratedSecurity.html#C1_C1Preview_DataBinding_ConnectionProperties_IntegratedSecurity">IntegratedSecurity</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value indicating whether connection to this data source
should use integrated security.</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_ConnectionProperties_AssignFrom_C1_C1Preview_DataBinding_ConnectionProperties_" data-uid="C1.C1Preview.DataBinding.ConnectionProperties.AssignFrom(C1.C1Preview.DataBinding.ConnectionProperties)">
          <a class="xref" href="C1.C1Preview.DataBinding.ConnectionProperties.AssignFrom.html#C1_C1Preview_DataBinding_ConnectionProperties_AssignFrom_C1_C1Preview_DataBinding_ConnectionProperties_">AssignFrom(ConnectionProperties)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies properties from another ConnectionProperties object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
