ConnectionStringBuilder Properties

System.Data.Generic

ConnectionStringBuilder Properties

The ConnectionStringBuilder type exposes the following members.

Properties
  Name Description
Public property Credentials
Gets or sets the username and password of the connection.
Public property Database
Gets or sets the value of the database.
Public property IntegratedSecurity
Gets or sets if the connection use integrated security capabilities.
Public property MultipleActiveResultSets
Gets or sets if the connection enables multiple active resultsets.
Public property Server
Gets the value of the server.
Public property TrustedConnection
Gets or sets if the connection use trusted connection capabilities.
Top
See Also