SqlInsert.SetNull method

namespace: Serenity.Data   assemblySerenity.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