Click or drag to resize

DatabaseAction Class

Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.Data.DatabaseActions.ConfigurationDatabaseAction

Namespace:  Colygon.MatchPoint.Data.DatabaseActions.Configuration
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2016.10.0.0
Syntax
C#
public sealed class DatabaseAction

The DatabaseAction type exposes the following members.

Constructors
  NameDescription
Public methodDatabaseAction
Initializes a new instance of the DatabaseAction class
Top
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
See Also