EntityFieldCoreIsNullable Property |
Will be true if this field can be set to NULL in the database, false otherwise. The Field Validation logic in an entity will use this
flag to check if the field indeed can be set to NULL or not. Set by constructor.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntax [XmlIgnoreAttribute]
public bool IsNullable { get; }
<XmlIgnoreAttribute>
Public ReadOnly Property IsNullable As Boolean
Get
Property Value
Type:
BooleanImplements
IFieldInfoIsNullableSee Also