You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FIXED: Issue on SQL Server with '.' (dot) in schema table for BulkSaveChanges. Example: [A.B].[B.C] FIXED: Issue with complex type in an expression for properties that are not mapped.
PRO Version unlocked for the current month (September)
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)