[]
        
(Showing Draft Content)

C1.C1Preview.DataBinding.ConnectionProperties

ConnectionProperties Class

Contains information about how to connect to a data source.

Inheritance
ConnectionProperties
Namespace: C1.C1Preview.DataBinding
Assembly: C1.PrintDocument.8.dll
Syntax
[C1ClassSerialization(true)]
public class ConnectionProperties

Constructors

Name Description
ConnectionProperties()

Properties

Name Description
ConnectString

Gets or sets the connection string for the data source.

DataProvider

Gets or sets the type of the data source. This determines the syntax of the ConnectionProperties.ConnectString and Query.CommandText.

IntegratedSecurity

Gets or sets the value indicating whether connection to this data source should use integrated security.

Methods

Name Description
AssignFrom(ConnectionProperties)

Copies properties from another ConnectionProperties object.