| EntityCoreTFieldsCheckIfCurrentFieldValueIsNull Method  | 
 Note: This API is now obsolete.
            Checks if the current value of the field on the index specified is null / not defined. 
            
 
    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[ObsoleteAttribute("Starting with LLBLGen Pro v3.5, this method is obsolete. Instead simply use entity.Field==null", 
	false)]
protected virtual bool CheckIfCurrentFieldValueIsNull(
	int fieldIndex
)<ObsoleteAttribute("Starting with LLBLGen Pro v3.5, this method is obsolete. Instead simply use entity.Field==null", 
	false)>
Protected Overridable Function CheckIfCurrentFieldValueIsNull ( 
	fieldIndex As Integer
) As BooleanParameters
- fieldIndex
 - Type: SystemInt32
Index of the field. 
Return Value
Type: 
Booleantrue if the field's value isn't defined yet, false otherwise
See Also