C# Class 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.
ファイルを表示 Open project: ivankozyrev/fls-internal-portal

Public Methods

Method Description
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.

Private Methods

Method Description
GetSqlConnection ( ) : IBM.Data.DB2.DB2Connection

Method Details

ReadItem() public static method

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
return GreetingEvent

ReadList() public static method

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
return IEnumerable