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.
Afficher le fichier Open project: ivankozyrev/fls-internal-portal

Méthodes publiques

Méthode 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

Méthode Description
GetSqlConnection ( ) : IBM.Data.DB2.DB2Connection

Method Details

ReadItem() public static méthode

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
Résultat GreetingEvent

ReadList() public static méthode

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
Résultat IEnumerable