Skip to content

Field.IsNullNoCheck method

Gets if the field value is null without checking for assignment.

public abstract bool IsNullNoCheck(IRow row)
parameter description
row The row.

See Also