Click or drag to resize
DerivedTableDefinitionAppendField 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.1.0.0 (5.1.0)
Syntax
public void AppendField(
	IEntityFieldCore fieldToAppend
)

Parameters

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

Implements

IDerivedTableDefinitionAppendField(IEntityFieldCore)
See Also