C# 클래스 Amazon.DynamoDBv2.DataModel.QueryCondition

Class describing a single query condition
파일 보기 프로젝트 열기: scopely/aws-sdk-net

공개 메소드들

메소드 설명
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