Method IsNullOrMissing
IsNullOrMissing<TField>(TField)
Tests whether a field is null or missing.
public static bool IsNullOrMissing<TField>(TField field)
Parameters
fieldTFieldThe field.
Returns
- bool
trueif the field is null or missing.
Type Parameters
TFieldThe type of the field.