Closed
Description
EF6.0
At current time I adding in my provider the support of ValueGenerationStrategy and trying to understand the implementation in exists providers :)
SqlServerPropertyExtensions code
efcore/src/EFCore.SqlServer/Extensions/SqlServerPropertyExtensions.cs
Lines 410 to 428 in b0eaace
As I understood, parameter typeMappingSource contains the hint for work.
This parameter was added in #23929
Why typeMappingSource does not passed in recursive call (line 424 )?
return sharedTableRootProperty.GetValueGenerationStrategy(storeObject)
I think, my question is addressed to @AndriySvyryd.
Thanks for answers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment