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
- propertyName
Type: System..::.String
The property to update.
- propertyValue
Type: System..::.Object
Property value.
- 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.