ServicePRO SDK Help

stcNameValue Constructor (String, Object, hsDMLOperator)

Initializes a new instance of the stcNameValue struct.

Namespace:  HelpSTAR.PCL.Common
Assembly:  HelpSTAR.PCL.Common (in HelpSTAR.PCL.Common.dll)

Syntax


public stcNameValue(
	string Name,
	Object Value,
	clsEnumeration..::..hsDMLOperator Operator
)
Public Sub New ( _
	Name As String, _
	Value As Object, _
	Operator As clsEnumeration..::..hsDMLOperator _
)

Parameters

Name
Type: String
The name.
Value
Type: Object
The value.
Operator
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsDMLOperator
The operator.