| EntityCoreTFieldsIEntityCoreSaveFields 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)
Syntaxvoid IEntityCore.SaveFields(
	string name
)
Private Sub SaveFields ( 
	name As String
) Implements IEntityCore.SaveFields
Parameters
- name
 - Type: SystemString
Name to store the fields under. Case sensitive 
Implements
IEntityCoreSaveFields(String)
Exceptions
RemarksCreates a deep copy of the fields object.
See Also