AWS SDK for .NET Documentation
Query<(Of <(<'T>)>)> Method (hashKeyValue, op, values, operationConfig)
AmazonAmazon.DynamoDB.DataModelIDynamoDBContextQuery<(Of <<'(T>)>>)(Object, QueryOperator, IEnumerable<(Of <<'(Object>)>>), DynamoDBOperationConfig) Did this page help you?   Yes   No    Tell us about it...
Executes a Query operation against DynamoDB, finding items that match the specified range element condition for a hash-and-range primary key.
Declaration Syntax
C#
IEnumerable<T> Query<T>(
	Object hashKeyValue,
	QueryOperator op,
	IEnumerable<Object> values,
	DynamoDBOperationConfig operationConfig
)
Generic Template Parameters
T
Type of object.
Parameters
hashKeyValue (Object)
Hash key of the items to query.
op (QueryOperator)
Operation of the condition.
values (IEnumerable<(Of <(<'Object>)>)>)
Value(s) of the condition. For all operations except QueryOperator.Between, values should be one value. For QueryOperator.Betwee, values should be two values.
operationConfig (DynamoDBOperationConfig)
Config object which can be used to override the table used.
Return Value
Lazy-loaded collection of results.

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