Smit Patel

Results 217 comments of Smit Patel

No it doesn't change my assessment. https://dev.azure.com/devdiv/DevDiv/_git/vs-green/commit/5a6514f1ee7689e92eee20f0adcca57df57585a5?refName=refs%2Fheads%2Fmain&path=%2Fsrc%2Fstrings.ts&_a=contents

Related #23229 Since there is no way to determine if `Class2` instance exist by looking at its data in database this model will throw error in 6.0

```C# modelBuilder.Entity().Navigation(_ => _.Child).IsRequired(); ``` Also looking at the code and method again, counter question(s) In the scenario above, the reference navigation is set to null when passing into `Update`...

Seems like this is more than the query issue I linked above. ChangeTracker and/or update pipeline are not recognizing things properly.

We had discussions about translating ToString method on object which would be whatever string representation of the value in database is.

@ajcvickers @tystol - Duplicate of #12045

How about translating using `DateName` function on SqlServer? Raw DatePart could be also fine actually depending on how it is consumed since most enums are mapped to underlying type in...

We currently do not support index based overloads for lambda. There are several cons to having support for it. - The entering element is purely client side thing to assign...