Click or drag to resize

ModelActionDataProviderParameterValues Property

Specifies the parameter values for the selected database action. Note that you can override the values of the defined 'DefaultParameterValues' if you specify a value for the same parameters here.

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

Property Value

Type: DatabaseActionParameter
See Also