Sushant Torankar

Sushant Torankar

  • 1.2k
  • 220
  • 22.2k

ignore extra column in model

Jun 30 2022 9:02 AM

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 ?

 


Answers (8)