C# 클래스 Nettiers.AdventureWorks.Data.CurrencyRateQuery

상속: CurrencyRateParameterBuilder
파일 보기 프로젝트 열기: netTiers/netTiers 1 사용 예제들

공개 메소드들

메소드 설명
CurrencyRateQuery ( ) : System

Initializes a new instance of the CurrencyRateQuery class.

CurrencyRateQuery ( bool ignoreCase ) : System

Initializes a new instance of the CurrencyRateQuery class.

CurrencyRateQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the CurrencyRateQuery class.

메소드 상세

CurrencyRateQuery() 공개 메소드

Initializes a new instance of the CurrencyRateQuery class.
public CurrencyRateQuery ( ) : System
리턴 System

CurrencyRateQuery() 공개 메소드

Initializes a new instance of the CurrencyRateQuery class.
public CurrencyRateQuery ( bool ignoreCase ) : System
ignoreCase bool Specifies whether to create case-insensitive statements.
리턴 System

CurrencyRateQuery() 공개 메소드

Initializes a new instance of the CurrencyRateQuery class.
public CurrencyRateQuery ( bool ignoreCase, bool useAnd ) : System
ignoreCase bool Specifies whether to create case-insensitive statements.
useAnd bool Specifies whether to combine statements using AND or OR.
리턴 System