C# Класс Olive.Entities.Data.Database

Показать файл Открыть проект

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

Метод Описание
GetList ( Expression criteria = null ) : Task

Gets a list of entities of the given type from the database.

Описание методов

GetList() публичный Метод

Gets a list of entities of the given type from the database.
public GetList ( Expression criteria = null ) : Task
criteria Expression
Результат Task