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.1.0.0 (5.1.0)
Syntax void 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 Remarks Creates a deep copy of the fields object.
See Also