Skip to content

Commit ad355ba

Browse files
authored
Update parsing-data.md
1 parent c01acf5 commit ad355ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zh/parsing-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Column 如其名,代表数据库中表的每一列的信息。
9898
````csharp
9999
Column.Name = 'Name';
100100
Column.Value = 'Allen';
101-
Column.Value = True
101+
Column.Updated = True
102102
````
103103

104104

0 commit comments

Comments
 (0)