Skip to content

Commit 72973ce

Browse files
authored
Update README.md
Some people may need to ignore a field. It's a little hard to find this method, such as me, so I marked it here
1 parent 0b23275 commit 72973ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ public class Valuation
6262
public int StockId { get; set; }
6363
public DateTime Time { get; set; }
6464
public decimal Price { get; set; }
65+
[Ignore]
66+
public string IgnoreField { get; set; }
6567
}
6668
```
6769

0 commit comments

Comments
 (0)