Property AllowNull
| Edit this page View SourceAllowNull
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.