C# Class Olive.Entities.Data.Database

Mostrar archivo Open project: Geeksltd/Olive

Public Methods

Method Description
GetList ( Expression criteria = null ) : Task

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

Method Details

GetList() public method

Gets a list of entities of the given type from the database.
public GetList ( Expression criteria = null ) : Task
criteria Expression
return Task