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.
2 parents 937a7c6 + 72973ce commit 3a941c7Copy full SHA for 3a941c7
README.md
@@ -63,6 +63,8 @@ public class Valuation
63
public int StockId { get; set; }
64
public DateTime Time { get; set; }
65
public decimal Price { get; set; }
66
+ [Ignore]
67
+ public string IgnoreField { get; set; }
68
}
69
```
70
0 commit comments