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