Amazon Integrator V6 - Online Help
Amazon Integrator V6
Questions / Feedback?

Select Method

Performs a select query on a SimpleDB Domain.

Syntax

[VB.NET]
Public Sub Select(ByVal Query As String)
[C#]
public void Select(string query);

Remarks

Select will retrieve all of the available Item and Attribute name-value pairs from the DomainName specified in the Query.

The syntax used in Select is similar to the syntax used in an SQL query. For further documentation on the syntax used for Select please refer to the documentation provided by Amazon.

Example (Perform A Select On A Domain)


SimpleDBControl.Select("select Color from MyDomain where Color like 'Blue' limit 100")

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0