Overload List
        
        | Name | Description | |
|---|---|---|
| 
                 | 
              SelectAttributes(SelectCommand) | 
                 
            Executes the specified select command against SimpleDB
            using advanced options provided by the command object without an item type generic parameter.
             
               | 
            
| 
                 | 
              SelectAttributes<(Of <<'(T>)>>)(SelectCommand<(Of <<'(T>)>>)) | 
                 
            Executes the specified select statement against SimpleDB
            using advanced options provided by the command object.
             
               | 
            
| 
                 | 
              SelectAttributes<(Of <<'(T>)>>)(String, array<CommandParameter>[]()[][]) | 
                 
            Executes the specified select statement against SimpleDB using default select options
            and returns a list of item values.
             
               |