AWS SDK for .NET Documentation
Query<(Of <(<'T>)>)> Method (hashKeyValue, op, values)
AmazonAmazon.DynamoDBv2.DataModelDynamoDBContextQuery<(Of <<'(T>)>>)(Object, QueryOperator, array<Object>[]()[][]) 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#
public IEnumerable<T> Query<T>(
	Object hashKeyValue,
	QueryOperator op,
	params Object[] values
)
Generic Template Parameters
T
Type of object.
Parameters
hashKeyValue (Object)
Hash key of the items to query.
op (QueryOperator)
Operation of the condition.
values (array<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.
Return Value
Lazy-loaded collection of results.

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