All Projects → LinlindembergCz → Dentityframework

LinlindembergCz / Dentityframework

DEntityFramework é o EntityFrameWork for Delphi Language

Programming Languages

pascal
1382 projects

DEntityFramework

DEntityFramework

It's EntityFramework for Delphi

Mapeamento de classes de entidade POCO ;
Controle de alterações automático ;
Conversão das consultas fortemente tipadas usando LINQ ;
Conectividade de banco de dados com base no FireDAC e vários ;
provedores disponíveis para se conectar ao SQL Server, MySQL, FireBird, PostGree



Mapping of POCO entity classes;
Automatic change control; <
Conversion of strongly typed queries using LINQ;
Database connectivity based on FireDAC and various;
providers available to connect to SQL Server, MySQL, FireBird, PostGree

Requirements

Embarcadero Delphi XE or higher.

How to use:

In short, add the following path to your Delphi IDE (in the Tools/Environment/Library menu)

  • Library path:

...\EntityFramework\source

Sample

  • ...\EntityFramework\sample\DDD (Domain Driven Design)
  • ...\EntityFramework\sample\Testes (TDD)

Include/ThenInclude


FromSQL


LocalSQL :-O


Add/SaveChanges


MigrationBuilder


ToJson


Other:

TDbContext;
TDbset;
EF.QueryAble.Linq;

Migration Builder;
Add;
AddRange;
AddScript;
Update;
UpdateRange;
Remove;
RemoveRange;
SaveChanges;
Find;
Any;
Count, Max, Min, SUM, Avg;
ToList;
ToJson;
ToDataSet;
Include;
ThenInclude;
Single;
Entry;
Load;
OrderBy;
Where;
Import with ArrayDML;
Query Off-Line
LocalSQL

Authors

  • Lindemberg Cortez - Initial work
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].