AlenToma / EntityWorker.Core

EntityWorker is an object-relation mapper(ORM) that enable .NET developers to work with relations data using objects. EntityWorker is an alternative to entityframwork. is more flexible and much faster than entity framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error compiling EntityWorker.Core

ArsenioInojosa opened this issue · comments

Hello, excellent work.

Download the code but the repository.cs file gives an error.

image

Solved, I implemented the interface.

Replace:
public Repository (DataBaseTypes dbType = DataBaseTypes.Mssql): base (GetConnectionString (dbType), true, dbType)

By

public Repository (DataBaseTypes dbType = DataBaseTypes.Mssql): base (GetConnectionString (dbType), dbType)

nice