Executes the specified select statement against SimpleDB using default options and returns only the first attribute value in the result set.

Namespace: Simol
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
Object SelectScalar<T>(
	string selectStatement,
	params CommandParameter[] selectParams
)
Visual Basic
Function SelectScalar(Of T) ( _
	selectStatement As String, _
	ParamArray selectParams As CommandParameter() _
) As Object
Visual C++
generic<typename T>
Object^ SelectScalar(
	String^ selectStatement, 
	... array<CommandParameter^>^ selectParams
)

Parameters

selectStatement
Type: System..::..String
selectParams
Type: array<Simol..::..CommandParameter>[]()[][]

Type Parameters

T

See Also