We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b23275 commit 72973ceCopy full SHA for 72973ce
README.md
@@ -62,6 +62,8 @@ public class Valuation
62
public int StockId { get; set; }
63
public DateTime Time { get; set; }
64
public decimal Price { get; set; }
65
+ [Ignore]
66
+ public string IgnoreField { get; set; }
67
}
68
```
69
0 commit comments