UpdateClause Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Represents an update clause containing the catalog property to update and its value.
The UpdateClause type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UpdateClause | Overloaded. Initializes a new instance of the UpdateClause class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetColumnUpdateStatement | Returns the update statement in the form [ColumnName1]= (value1), [ColumnName2]= (value2). | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
IsExpression | Gets or sets a value that specifies whether the update clause represents an expression. | |
PropertyName | Gets or sets the property name. | |
PropertyValue | Gets or sets the catalog property value. |
Top