Click or drag to resize

DatabaseAction Properties

The DatabaseAction type exposes the following members.

Properties
  NameDescription
Public propertyDefaultParameterValues
Specifies default parameter values for parameters which are used within the 'SqlCommand'.
Public propertyId
Public propertyName
Specifies the name of this database action. This name has to be unique within the Database actions of this model.
Public propertySqlCommand
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.
Top
See Also