Executes the specified select command against SimpleDB
            without an item type generic parameter and returns only the first attribute 
            value in the result set.
            
        
        Namespace: SimolAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
| C# | 
|---|
Object SelectScalar( SelectCommand command )  | 
| Visual Basic | 
|---|
Function SelectScalar ( _ command As SelectCommand _ ) As Object  | 
| Visual C++ | 
|---|
Object^ SelectScalar( SelectCommand^ command )  | 
Parameters
- command
 - Type: Simol..::..SelectCommand