Deletes an ad-hoc list of item values from SimpleDB without an item type generic parameter.
Namespace: SimolAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
void DeleteAttributes( ItemMapping mapping, Object itemName, params string[] propertyNames ) |
| Visual Basic |
|---|
Sub DeleteAttributes ( _ mapping As ItemMapping, _ itemName As Object, _ ParamArray propertyNames As String() _ ) |
| Visual C++ |
|---|
void DeleteAttributes( ItemMapping^ mapping, Object^ itemName, ... array<String^>^ propertyNames ) |
Parameters
- mapping
- Type: Simol..::..ItemMapping
- itemName
- Type: System..::..Object
- propertyNames
- Type: array<System..::..String>[]()[][]