Behzad Shirani

Results 22 comments of Behzad Shirani

Hi, Thanks for your reply. my code is: `let num = persianJs('345').englishNumber().toString();` and the error is: `TypeError: undefined is not a function (evaluating '(0,_persianjs.persianJs)('345')')'`

@do0k I switched to free download manager!

Is it possible to do it with "data" option?

I searched a lot before I posted the issue, I tried (Select) solution but SQL Profiler shows the same result. In both situations (Direct select or Relational Select) SQL Profiler...

this is the generated sql query for entity framework query above: ```SQL SELECT TOP(@__p_0) [a].[Id], [a].[AccessFailedCount], [a].[AccessLevel], [a].[ActiveUnitChart], [a].[ActiveUnitChartId], [a].[AuthenticationSource], [a].[ConcurrencyStamp], [a].[CreationTime], [a].[CreatorUserId], [a].[DeleterUserId], [a].[DeletionTime], [a].[Education], [a].[EmailAddress], [a].[EmailConfirmationCode], [a].[ExtensionData], [a].[Image],...

and if an Entity has a relation to the Users table e.g. ```. .... public virtual User CreatorUser { get; set; } .... ``` every query that a refers to...

As you see above, the FullName is in my DTO, should I ignore it in CreatingMaP Profile? which part should I change in this section? I removed FullName from DTO...

OK, I had another calculated field in User Entity, I removed it and the problem seems to be solved in some places. (still entities with User Entity relation have problem)...

@mardemza Did you have any progress on this issue?