Skip to content

SqlUpdate.SetNull method

Sets field value to NULL.

public SqlUpdate SetNull(string field)
parameter description
field Field (required).

Return Value

SqlUpdate object itself.

Exceptions

exception condition
ArgumentNullException field is null or empty.

See Also