Components: Entity Framework Core
Environment:
Reporter: Adriano dos Santos Fernandes
Assignee: Jiri Cincura
OnModelCreating has:
builder.Entity().ToTable("IDENTITY_USER")
.Ignore(u => u.LockoutEnd);
builder.Entity()
.Prope
Em 27/06/2016 15:51, Jiří Činčura escreveu:
> Hi *,
>
> there's something I've been working on for a few evenings and weekends.
> As you might know, from Firebird 3 there's and interface to write a
> plugin that allows to execute any code as stored procedure, function or
> trigger.
>
> So why not