DatabaseActionSqlCommand Property |
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.
Namespace:
Colygon.MatchPoint.Data.DatabaseActions.Configuration
Assembly:
Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax public PatternString SqlCommand { get; set; }
Property Value
Type:
PatternStringSee Also