Executes the specified select command against SimpleDB
using advanced options provided by the command object without an item type generic parameter.
Namespace: SimolAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
SelectResults<PropertyValues> SelectAttributes( SelectCommand command ) |
| Visual Basic |
|---|
Function SelectAttributes ( _ command As SelectCommand _ ) As SelectResults(Of PropertyValues) |
| Visual C++ |
|---|
SelectResults<PropertyValues^>^ SelectAttributes( SelectCommand^ command ) |
Parameters
- command
- Type: Simol..::..SelectCommand