UiPath.Database.Activities.DatabaseConnect
Connects to a database by using a standard connection string.
Properties
Connection Configuration
- ProviderName - The name of the database provider used to access the database.
- ConnectionString - The connection string used to establish a database connection.
Output
- DatabaseConnection - The database connection variable returned by the activity. This can be subsequently used for other database operations.
Common
- DisplayName - The display name of the activity.
Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
Updated about a year ago