Click or drag to resize
DynamicQueryEngineBaseCheckIfFieldNeedsInsertAction Method
Checks the if field needs insert action.

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
protected virtual bool CheckIfFieldNeedsInsertAction(
	IEntityFieldCore field
)

Parameters

field
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
Field.

Return Value

Type: Boolean
true if the field needs to be included in the insert query. This is the case if the field is changed or not read only, or that it is linked to a supertype field (which indicates that the field will be receiving its value later) or that it has an expression set.
See Also