EntityFramework.Docs
EntityFramework.Docs copied to clipboard
It should be "SqlQuery" instead of "FromSql" mentioned in the section "Querying scalar (non-entity) types"
Type of issue
Typo
Description
FromSql can be used with any scalar type supported by your database provider.
It should be "SqlQuery" instead of "FromSql" mentioned in the above paragraph according to the context.
Page URL
https://learn.microsoft.com/en-us/ef/core/querying/sql-queries?tabs=sqlserver#querying-scalar-non-entity-types
Content source URL
https://github.com/dotnet/EntityFramework.Docs/blob/main/entity-framework/core/querying/sql-queries.md
Document Version Independent Id
98b01ef5-24a5-5f59-30c9-af264f739815
Article author
@smitpatel