Click or drag to resize

DatabaseActionDefaultParameterValues Property

Specifies default parameter values for parameters which are used within the 'SqlCommand'.

Namespace:  Colygon.MatchPoint.Data.DatabaseActions.Configuration
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public DatabaseActionParameter[] DefaultParameterValues { get; set; }

Property Value

Type: DatabaseActionParameter
See Also