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.
Показать файл Открыть проект

Открытые методы

Метод Описание
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