Click or drag to resize

DerivedTableDefinition.AppendField 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.5.0.0 (5.5.18.1019)
Syntax
public void AppendField(
	IEntityFieldCore fieldToAppend
)

Parameters

fieldToAppend
Type: SD.LLBLGen.Pro.ORMSupportClasses.IEntityFieldCore
The field to append.

Implements

IDerivedTableDefinition.AppendField(IEntityFieldCore)
See Also