We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e1999 commit 1b056e2Copy full SHA for 1b056e2
1 file changed
docs/content/core/crud.fsx
@@ -315,4 +315,3 @@ let setIfExists (columnName) =
315
if emp.HasColumn(columnName, StringComparison.InvariantCultureIgnoreCase) then
316
emp.SetColumn(columnName, "testValue")
317
318
-(**
0 commit comments