DatabaseAction Properties |
The DatabaseAction type exposes the following members.
Name | Description | |
---|---|---|
DefaultParameterValues | Specifies default parameter values for parameters which are used within the 'SqlCommand'. | |
Id | ||
Name | Specifies the name of this database action. This name has to be unique within the Database actions of this model. | |
SqlCommand | Specifies an SQL statement which is executed on the database. Use 'Parameters' to access parameters which can be defined and overridden when using this database action. Use 'ReturnValues' to declare variables which will contain values from the SQL statement. You can either use them directly in your select statements or even just declare them within a comment, to make them available to other configurations (e.g. DataGrids or Composites). Note: When using parameters make sure to escape the values properly to avoid SQL injection and similar threats. |