Click or drag to resize
EntityFieldsCore<TField>.GetIsNull Method
Gets the IsNull value for the field with the index specified.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
public bool GetIsNull(
	int index
)

Parameters

index
Type: System.Int32
The index.

Return Value

Type: Boolean

Implements

IEntityFieldsCore.GetIsNull(Int32)
See Also