The ConnectionProperties type exposes the following members.

Methods

  Name Description
Public method AssignFrom
Copies properties from another ConnectionProperties object.

Properties

  Name Description
Public property ConnectString
Gets or sets the connection string for the data source.
Public property DataProvider
Gets or sets the type of the data source. This determines the syntax of the ConnectionProperties.ConnectString and Query.CommandText.
Public property IntegratedSecurity
Gets or sets the value indicating whether connection to this data source should use integrated security.

See Also