Show / Hide Table of Contents

Interface IDynamoQueryClause

Interface identifying a DynamoDB query clause for mixed records.

Namespace: LambdaSharp.DynamoDB.Native
Assembly: LambdaSharp.DynamoDB.Native.dll
Syntax
public interface IDynamoQueryClause

Methods

WithTypeFilter(Type)

Limit results to record with the specified type.

Declaration
IDynamoQueryClause WithTypeFilter(Type type)
Parameters
Type Name Description
System.Type type

Type filter to add.

Returns
Type Description
IDynamoQueryClause

WithTypeFilter<T>()

Limit results to record with the specified type.

Declaration
virtual IDynamoQueryClause WithTypeFilter<T>()
Returns
Type Description
IDynamoQueryClause
Type Parameters
Name Description
T

Type to filter by.

In This Article
Back to top Generated by DocFX