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

상속: SalesPersonQuotaHistoryParameterBuilder
파일 보기 프로젝트 열기: netTiers/netTiers

공개 메소드들

메소드 설명
SalesPersonQuotaHistoryQuery ( ) : System

Initializes a new instance of the SalesPersonQuotaHistoryQuery class.

SalesPersonQuotaHistoryQuery ( bool ignoreCase ) : System

Initializes a new instance of the SalesPersonQuotaHistoryQuery class.

SalesPersonQuotaHistoryQuery ( bool ignoreCase, bool useAnd ) : System

Initializes a new instance of the SalesPersonQuotaHistoryQuery class.

메소드 상세

SalesPersonQuotaHistoryQuery() 공개 메소드

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

SalesPersonQuotaHistoryQuery() 공개 메소드

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

SalesPersonQuotaHistoryQuery() 공개 메소드

Initializes a new instance of the SalesPersonQuotaHistoryQuery class.
public SalesPersonQuotaHistoryQuery ( 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