Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 415 Bytes

File metadata and controls

20 lines (13 loc) · 415 Bytes

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