DatabaseAction Class |
Namespace: Colygon.MatchPoint.Data.DatabaseActions.Configuration
public sealed class DatabaseAction
The DatabaseAction type exposes the following members.
Name | Description | |
---|---|---|
DatabaseAction | Initializes a new instance of the DatabaseAction class |
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. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | (Overrides ObjectToString.) |