Rafael Almeida
Rafael Almeida
@mrjohnr I want to apologize, I was involved in other projects of the company, I will start working on it .. as soon as possible ..
I have to apologize for the absence here, I'm involved with the company's projects, it took a lot of my time, I believed that someone in the community could help...
Sorry folks I had a lot of work here in the company. This will be corrected as soon as possible.
Thoughts: What @roji spoke makes sense to me, I believe we could create a method for annotation on **EFCore.Ralational** to meet the following needs, following [SQL Server](https://docs.microsoft.com/pt-br/sql/t-sql/queries/hints-transact-sql-table?view=sql-server-2017) as the basis,...
Or just: ```csharp public static IQueryable Hint( this IQueryable source, string hint, bool repeatForInclude = true); ``` ```csharp var query = _db .Blogs .Hint("WITH (NOLOCK)") .ToList(); ``` This is left...
I get it > Especially we cannot use any method with string parameter where string is going to be appended in SQL, that is just asking for SQL injection. >...
Because my English is bad, I prefer to write short texts. @smitpatel then look at this here: [https://docs.microsoft.com/en-us/sql/t-sql/queries/hints-transact-sql?view=sql-server-2017](https://docs.microsoft.com/en-us/sql/t-sql/queries/hints-transact-sql?view=sql-server-2017) Not everyone has this need, but to make a provider much more...
@smitpatel & @roji, sorry for my poor communication. But I'm working hard to communicate better with you. @smitpatel Anyway, what you said was very clear to me now, that would...