Executes the specified select statement against SimpleDB using default options
            and returns a list of item values.
            
        
        Namespace: SimolAssembly: Simol (in Simol.dll) Version: 1.0.0.0
 Syntax
Syntax
| C# | 
|---|
| List<PropertyValues> SelectAttributes<T>( string selectStatement, params CommandParameter[] selectParams ) | 
| Visual Basic | 
|---|
| Function SelectAttributes(Of T) ( _ selectStatement As String, _ ParamArray selectParams As CommandParameter() _ ) As List(Of PropertyValues) | 
| Visual C++ | 
|---|
| generic<typename T> List<PropertyValues^>^ SelectAttributes( String^ selectStatement, ... array<CommandParameter^>^ selectParams ) | 
Parameters
- selectStatement
- Type: System..::..String
- selectParams
- Type: array<Simol..::..CommandParameter>[]()[][]
 Type Parameters
Type Parameters
- T
 
     
     
     
     
    