| 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)
Syntaxpublic virtual void SaveFields(
	string name
)
Public Overridable Sub SaveFields ( 
	name As String
)
Parameters
- name
 - Type: SystemString
Name to store the fields under. Case sensitive 
Exceptions
RemarksCreates a deep copy of the fields object.
See Also