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