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

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

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

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

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

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

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

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