it is null .
Hello
how to get currentuser's tenantId?
sorunu çözdüm tşk edrm
Add-migration migrationismi
update-database migrationismi
Add-migration migrationismi
update-database migrationismi solved
hello.
I fixed problem.
update-database migrationismi
hello alper
_courseRepository.GetAll().Where(x=>x.Name == "Test").FirstOrDefault();
.GetAll() returns IEnumerable or IQueryable, not .tolist() right? if so , .tolist() will very slow down the system .
thanks @maliming I am checking it out now.
hi alper, of course ,_courseRepository but I would like to use linq approach. I would need such
_courseCustomService.Courses.Where(x=>x.Id>3).tolist() ...
this is my aim.
hello les say I want to create table abc
id int name nvarchar numberval decimal then les say I created it from toolbar, writing without code.
then, toolbar creates decimal default decimal 18.2.
so my question is, how could I create decimal value with 18.4 with component?