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
A) Code to do it with Fluent methods [***With**Element()* such as `WithProperty`]:
152
+
A) Code to do it with Fluent methods - shorter code and more readable syntax. [***With**Element()* such as `WithProperty`].
153
153
Fluent calls are composed with BaseElement, when configuring deeper level we need to instanciate with New and call in the scope.
154
154
To be able to get subElements returned to main scope (like EFCore FluentAPI setting works) then more extension methods would be needed - one example is commented in source code: `WithPropertyReturn`.
0 commit comments