Click or drag to resize
DynamicQueryEngineBase.AppendFieldExpressionAsValueForInsert 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.0.0.0 (5.0.0)
Syntax
protected virtual void AppendFieldExpressionAsValueForInsert(
	IActionQuery query,
	IEntityFieldCore field,
	DelimitedStringList valueFragments
)

Parameters

query
Type: SD.LLBLGen.Pro.ORMSupportClasses.IActionQuery
The query.
field
Type: SD.LLBLGen.Pro.ORMSupportClasses.IEntityFieldCore
The field.
valueFragments
Type: SD.LLBLGen.Pro.ORMSupportClasses.DelimitedStringList
The value fragments.
See Also