Click or drag to resize
IDerivedTableDefinitionAppendField Method
Appends the field passed in to the list of fields.

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
void AppendField(
	IEntityFieldCore fieldToAppend
)

Parameters

fieldToAppend
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
The field to append.
See Also