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<T> Select<T>( SelectCommand<T> command ) |
| Visual Basic |
|---|
Function Select(Of T) ( _ command As SelectCommand(Of T) _ ) As SelectResults(Of T) |
| Visual C++ |
|---|
generic<typename T> SelectResults<T>^ Select( SelectCommand<T>^ command ) |
Parameters
- command
- Type: Simol..::..SelectCommand<(Of <(<'T>)>)>
Type Parameters
- T