AWS SDK for .NET Documentation
FromQuery<(Of <(<'T>)>)> Method (queryConfig)
AmazonAmazon.DynamoDBv2.DataModelDynamoDBContextFromQuery<(Of <<'(T>)>>)(QueryOperationConfig) Did this page help you?   Yes   No    Tell us about it...
Executes a Query operation against DynamoDB, finding items that match the specified conditions.
Declaration Syntax
C#
public IEnumerable<T> FromQuery<T>(
	QueryOperationConfig queryConfig
)
Generic Template Parameters
T
Type of object.
Parameters
queryConfig (QueryOperationConfig)
Query request object.
Return Value
Lazy-loaded collection of results.

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