Executes a Query operation against DynamoDB, finding items
that match the specified conditions.

C# |
IEnumerable<T> FromQuery<T>( QueryOperationConfig queryConfig )

- T
- Type of object.

- queryConfig (QueryOperationConfig)
- Query request object.

Lazy-loaded collection of results.