C# 클래스 Sage.Integration.Northwind.Application.RTDV.RTDVEmployees

상속: Sage.Integration.Northwind.Application.Base.RTDVBase
파일 보기 프로젝트 열기: Sage/SData-Contracts

공개 메소드들

메소드 설명
RTDVEmployees ( ) : System

보호된 메소드들

메소드 설명
CreateOleDbParameter ( string fieldName, string fieldValue ) : System.Data.OleDb.OleDbParameter
GetHavingFields ( SearchField searchFields ) : Sage.Integration.Northwind.Application.API.SearchField[]
GetSqlQueryNameRepresentation ( string fieldName ) : string
GetSqlQueryTemplate ( ) : string
GetWhereFields ( SearchField searchFields ) : Sage.Integration.Northwind.Application.API.SearchField[]

비공개 메소드들

메소드 설명
CreateRTDVFieldDictionary ( ) : RTDVField>.Dictionary

메소드 상세

CreateOleDbParameter() 보호된 메소드

protected CreateOleDbParameter ( string fieldName, string fieldValue ) : System.Data.OleDb.OleDbParameter
fieldName string
fieldValue string
리턴 System.Data.OleDb.OleDbParameter

GetHavingFields() 보호된 메소드

protected GetHavingFields ( SearchField searchFields ) : Sage.Integration.Northwind.Application.API.SearchField[]
searchFields Sage.Integration.Northwind.Application.API.SearchField
리턴 Sage.Integration.Northwind.Application.API.SearchField[]

GetSqlQueryNameRepresentation() 보호된 메소드

protected GetSqlQueryNameRepresentation ( string fieldName ) : string
fieldName string
리턴 string

GetSqlQueryTemplate() 보호된 메소드

protected GetSqlQueryTemplate ( ) : string
리턴 string

GetWhereFields() 보호된 메소드

protected GetWhereFields ( SearchField searchFields ) : Sage.Integration.Northwind.Application.API.SearchField[]
searchFields Sage.Integration.Northwind.Application.API.SearchField
리턴 Sage.Integration.Northwind.Application.API.SearchField[]

RTDVEmployees() 공개 메소드

public RTDVEmployees ( ) : System
리턴 System