Queries the database and returns a list of objects of type TResult.
The type of the command: Text, StoredProcedure, TableDirect.
This property allows you to specify a function that maps the query result to a list of objects. This function can be set through the activity designer by drawing a subworkflow. Specifically, two temporary variables will be provided: Argument, which represents a row of the table returned by the query, and Result (output), which represents the object on which you want to map the row. The subworkflow must take the data returned by the query row by row and transforms them into an object of the type of the Result parameter (if, for example, the activity returns an object of the IList <String> type, Result will be of String type).
The command parameters. This parameter can be configured through the appropriate section in the activity designer.
The command text.
The database connection string.
The ExternalId of a DocsMarshal's external connection. Use this argument if the database you want to connect to is already stored in DocsMarshal external connections.
The ID of a DocsMarshal's external connection. Use this argument if the database you want to connect to is already stored in DocsMarshal external connections.
The name of the provider. For Microsoft Sql is 'System.Data.SqlClient' for example.
The orchestrator object represents the connection to a DocsMarshal installation.
The number of times DocsMarshal had to retry the command before being successful.
The time in seconds to wait for the command to execute.
The number of times Docs Marshal must retry the command if it fails.