C# 클래스 Olive.Entities.Data.Database

파일 보기 프로젝트 열기: Geeksltd/Olive

공개 메소드들

메소드 설명
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