다음을 통해 공유


UpdateClause Constructor (String, Object, Boolean)

Initializes a new instance of the UpdateClause class with parameters that specify the catalog property to update, its value, and whether the clause represents an expression.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public Sub New ( _
    propertyName As String, _
    propertyValue As Object, _
    isExpression As Boolean _
)
'Usage
Dim propertyName As String
Dim propertyValue As Object
Dim isExpression As Boolean

Dim instance As New UpdateClause(propertyName, _
    propertyValue, isExpression)
public UpdateClause(
    string propertyName,
    Object propertyValue,
    bool isExpression
)
public:
UpdateClause(
    String^ propertyName, 
    Object^ propertyValue, 
    bool isExpression
)
public function UpdateClause(
    propertyName : String, 
    propertyValue : Object, 
    isExpression : boolean
)

Parameters

  • isExpression
    Type: System..::.Boolean
    Specifies if the property value is an expression. true if the clause represents an expression; otherwise, false.

Remarks

Updates specified properties with the specified values.

Permissions

See Also

Reference

UpdateClause Class

UpdateClause Members

UpdateClause Overload

Microsoft.CommerceServer.Catalog Namespace