SqlInsert.SetNull method
namespace: Serenity.Data assembly: Serenity.Net.Data
Assigns NULL as the field value.
public SqlInsert SetNull(string field)
| parameter | description |
|---|---|
| field | Field (required). |
Return Value
SqlInsert object itself.
See Also
- class SqlInsert