Click or drag to resize
DynamicQueryEngineBaseAppendFieldExpressionAsValueForInsert Method
Appends the field's expression as value to the specified valueFragments list for the specified insert query. It also appends the parameters to the query as parameters (not anonymized yet)

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 void AppendFieldExpressionAsValueForInsert(
	IActionQuery query,
	IEntityFieldCore field,
	QueryFragments valueFragments
)

Parameters

query
Type: SD.LLBLGen.Pro.ORMSupportClassesIActionQuery
The query.
field
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
The field.
valueFragments
Type: SD.LLBLGen.Pro.ORMSupportClassesQueryFragments
The value fragments.
See Also