Show / Hide Table of Contents

Property AllowNull

| Edit this page View Source

AllowNull

Gets a value indicating whether a null value is allowed as input. Set to false if you're binding to a non-nullable value

Declaration
public bool AllowNull { get; set; }
Property Value
Type Description
bool
Remarks

If clearing the result, the default<T> value will be inserted on clear.

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX