Skip to content

Commit 3a941c7

Browse files
authored
Merge pull request praeclarum#1069 from YangTao9898/patch-1
Update README.md, specifies how to ignore a field.
2 parents 937a7c6 + 72973ce commit 3a941c7

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
@@ -63,6 +63,8 @@ public class Valuation
6363
public int StockId { get; set; }
6464
public DateTime Time { get; set; }
6565
public decimal Price { get; set; }
66+
[Ignore]
67+
public string IgnoreField { get; set; }
6668
}
6769
```
6870

0 commit comments

Comments
 (0)