Click or drag to resize

EntityCore<TFields>.IEntityCore.SaveFields 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.7.0.0 (5.7.0)
Syntax
void IEntityCore.SaveFields(
	string name
)

Parameters

name
Type: System.String
Name to store the fields under. Case sensitive

Implements

IEntityCore.SaveFields(String)
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