SqlUpdate.SetNull method

namespace: Serenity.Data   assemblySerenity.Net.Data

Sets field value to NULL.

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

Return Value

SqlUpdate object itself.

See Also