C# Класс Amazon.DynamoDBv2.DataModel.QueryCondition

Class describing a single query condition
Показать файл Открыть проект

Открытые методы

Метод Описание
QueryCondition ( string propertyName, QueryOperator op ) : System

Initializes a ScanCondition with the target property, the comparison operator and values being tested against.

Описание методов

QueryCondition() публичный метод

Initializes a ScanCondition with the target property, the comparison operator and values being tested against.
public QueryCondition ( string propertyName, QueryOperator op ) : System
propertyName string Name of the property
op QueryOperator Comparison operator
Результат System