[]
Represents the connection properties used to connect to a data source.
public class ConnectionProperties : IValidateable
| Name | Description |
|---|---|
| ConnectionProperties() | Initializes a new instance of the ConnectionProperties class. |
| Name | Description |
|---|---|
| ConnectString | Gets or sets a connection string used to connect to the data source. |
| ConnectStringType | Gets or sets the type of the connection string. |
| DataProvider | Gets or sets the type of the data source. |
| IntegratedSecurity | Gets or sets a value indicating whether the data source uses integrated security for connection. |
| Prompt | Gets or sets a prompt displayed to the user when credentials are required for connecting to the database with the specified data source. |
| Name | Description |
|---|---|
| Validate(ValidationContext) | Validates the current state of the ConnectionProperties object. |