Click or drag to resize
EntityCoreTFieldsSaveFields Method
Saves the current set of fields under the name specified in an internal hashtable. All data inside the field objects is preserved. If there is already a set of fields saved under the name specified, that set of fields is overwritten.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public virtual void SaveFields(
	string name
)

Parameters

name
Type: SystemString
Name to store the fields under. Case sensitive
Exceptions
ExceptionCondition
InvalidOperationExceptionwhen this method is called while the object is participating in a transaction.
Remarks
Creates a deep copy of the fields object.
See Also