Skip to content

v3.12.23

Choose a tag to compare

@JonathanMagnan JonathanMagnan released this 31 Aug 14:49
· 874 commits to master since this release

Download the library here

FIXED: Issue with complex type property for InputExpression, OutputExpression, InputOutputExpression when custom name used in ModelBuilder (Issue #49)
FIXED: Issue with when custom name used in ModelBuilder for InputExpression, OutputExpression, InputOutputExpression
ADDED: NotMapped DataAnnotation support for complex type used in InputExpression, OutputExpression, InputOutputExpression when custom name used in ModelBuilder

ctx.BulkUpdate(list, operation =>
{
    operation.ColumnInputExpression = m => new {m.Id, m.IntColumn, m.Complex}; // m.Complex is a complex type
});

PRO Version unlocked for the current month (September)