Table.Query Method (QueryOperationConfig)

.NET Framework 3.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...
Initiates a Search object to Query a DynamoDB table, with the specified config. No calls are made until the Search object is used.

Namespace: Amazon.DynamoDBv2.DocumentModel
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public Search Query(
         QueryOperationConfig config
)

Parameters

config
Type: Amazon.DynamoDBv2.DocumentModel.QueryOperationConfig

Configuration to use.

Return Value
Type: Amazon.DynamoDBv2.DocumentModel.Search
Resultant Search container.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5