Field.IsNull method (1 of 2)

namespace: Serenity.Data   assemblySerenity.Net.Entity

Creates a new "the Field IS NULL" criteria

public BaseCriteria IsNull()

See Also


Field.IsNull method (2 of 2)

namespace: Serenity.Data   assemblySerenity.Net.Entity

Determines whether the specified row is null.

public bool IsNull(IRow row)
parameter description
row The row.

Return Value

true if the specified row is null; otherwise, false.

See Also