Click or drag to resize

DatabaseActionParameter Class

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

Namespace:  Colygon.MatchPoint.Data.DatabaseActions.Configuration
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
[SerializableAttribute]
public sealed class DatabaseActionParameter

The DatabaseActionParameter type exposes the following members.

Constructors
  NameDescription
Public methodDatabaseActionParameter
Initializes a new instance of the DatabaseActionParameter class
Top
Properties
  NameDescription
Public propertyParameter
Specifies the name of the parameter which is used within the 'SqlCommand'.
Public propertyValueExpression
Specifies the value which should be used for this parameter.
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
Remarks
This is a MatchPoint configuration class.
See Also