AWS SDK for .NET Documentation
Query Method (hashKey, filter)
AmazonAmazon.DynamoDBv2.DocumentModelTableQuery(Primitive, QueryFilter) Did this page help you?   Yes   No    Tell us about it...
Initiates a Search object to Query a DynamoDB table, with the specified hash primary key and filter. No calls are made until the Search object is used.
Declaration Syntax
C#
public Search Query(
	Primitive hashKey,
	QueryFilter filter
)
Parameters
hashKey (Primitive)
Value of the hash key for the query operation.
filter (QueryFilter)
Filter to use.
Return Value
Resultant Search container.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)