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: 2013.11.0.0
Syntax
C#
public override DatabaseActionParameter[] ParameterValues { get; set; }

Property Value

Type: DatabaseActionParameter
See Also