hllo,
I am new to asp.net core, I was working in asp.net mvc before.
In mvc, I used to use [Ignore] attribute to use extra column, in which I dont have to add column in sql table, but I can bind that Ignore attribute field from sql procedure. Also it wont affect to any other procedure or functions
In asp.net core , is there any attribute like that ?