SqlInsert.SetNull method
Assigns NULL as the field value.
public SqlInsert SetNull(string field)
| parameter | description |
|---|---|
| field | Field (required). |
Return Value
SqlInsert object itself.
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | field is null or empty. |
See Also
- class SqlInsert