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
.Builder would return a non-generic Fluent API builder to make bulk configuration easier. .GetBuilder<T>() or .GetBuilder<TPrincipal, TDependent>() would return a generic builder.
Additionaly / alternatively add public constructors to Fluent API builders to make it posible to use them on top of Metadata API objects.
The text was updated successfully, but these errors were encountered:
.Builder
would return a non-generic Fluent API builder to make bulk configuration easier..GetBuilder<T>()
or.GetBuilder<TPrincipal, TDependent>()
would return a generic builder.Additionaly / alternatively add public constructors to Fluent API builders to make it posible to use them on top of Metadata API objects.
The text was updated successfully, but these errors were encountered: