C# 클래스 FLS.SharePoint.BdcModelToDB2.BdcModel1.GreetingEventService

All the methods for retrieving, updating and deleting data are implemented in this class file. The samples below show the finder and specific finder method for Entity1.
파일 보기 프로젝트 열기: ivankozyrev/fls-internal-portal

공개 메소드들

메소드 설명
ReadItem ( string id ) : GreetingEvent

This is a sample specific finder method for Entity1. If you want to delete or rename the method think about changing the xml in the BDC model file as well.

ReadList ( ) : IEnumerable

This is a sample finder method for Entity1. If you want to delete or rename the method think about changing the xml in the BDC model file as well.

비공개 메소드들

메소드 설명
GetSqlConnection ( ) : IBM.Data.DB2.DB2Connection

메소드 상세

ReadItem() 공개 정적인 메소드

This is a sample specific finder method for Entity1. If you want to delete or rename the method think about changing the xml in the BDC model file as well.
public static ReadItem ( string id ) : GreetingEvent
id string
리턴 GreetingEvent

ReadList() 공개 정적인 메소드

This is a sample finder method for Entity1. If you want to delete or rename the method think about changing the xml in the BDC model file as well.
public static ReadList ( ) : IEnumerable
리턴 IEnumerable