Click or drag to resize

FieldElementCoreListTFieldSetAsNewContents Method

Sets the fields passed in as the new contents of this list. This is a separate routine, so the multiple actions taken are wrappeable into one command

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public void SetAsNewContents(
	IEnumerable<TField> newFields
)

Parameters

newFields
Type: System.Collections.GenericIEnumerableTField
The new fields.
See Also