Skip to content

Result

Represents the result of the executed SQL SELECT query.

RunSqlSelect:
  Result:

Summary#

Represents the result of the executed SQL SELECT query. This property holds the data retrieved from the database in the form of a DataTable. It will contain the result set after a successful execution of the query or remain null if no data is retrieved or the execution was unsuccessful.

Properties#

  • DatabaseProvider - Specifies the database provider to be used for executing the SQL query.
  • ConnectionString - Contains the connection details required to establish communication with the target database.
  • SqlQuery - Represents the SQL SELECT query that will be executed against the database.
  • Explanation - Provides a descriptive explanation of the SQL SELECT action.
  • Result - Represents the result of the executed SQL SELECT query.

Parent models#

Summary#