Deletes specified attributes from multiple items in SimpleDB.
Namespace: SimolAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
C# |
---|
void DeleteAttributes<T>( IList itemNames, params string[] propertyNames ) |
Visual Basic |
---|
Sub DeleteAttributes(Of T) ( _ itemNames As IList, _ ParamArray propertyNames As String() _ ) |
Visual C++ |
---|
generic<typename T> void DeleteAttributes( IList^ itemNames, ... array<String^>^ propertyNames ) |
Parameters
- itemNames
- Type: System.Collections..::..IList
- propertyNames
- Type: array<System..::..String>[]()[][]
Type Parameters
- T