Click or drag to resize
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.3.0.0 (5.3.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
)

Parameters

fieldIndex
Type: SystemInt32
Index of the field.

Return Value

Type: Boolean
true if the field's value isn't defined yet, false otherwise
See Also