v3.12.23
·
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)