EntityCoreTFieldsIEntityCoreRollbackFields Method |
Replaces the current set of fields with the fields saved under the name specified. If no set of fields is found with the name specified
an exception is thrown. Removes the entry after a succesful rollback.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax void IEntityCore.RollbackFields(
string name
)
Private Sub RollbackFields (
name As String
) Implements IEntityCore.RollbackFields
Parameters
- name
- Type: SystemString
Name under which the fields are stored which have to replace the current set of fields. Case sensitive
Implements
IEntityCoreRollbackFields(String)Exceptions Remarks replaces the current set of fields with the set of fields saved under the name specified. The current set of fields, with all the
data are lost after a succesful rollback.
See Also