FieldInfo.IsNullable property

namespace: Serenity.Data.Schema   assemblySerenity.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