FieldInfo.IsNullable property
namespace: Serenity.Data.Schema assembly: Serenity.Net.Data
Gets or sets a value indicating whether the field is nullable.
public bool IsNullable { get; set; }
Property Value
true if nullable; otherwise, false.
See Also
- class FieldInfo