IEntityCoreRollbackFields 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.1.0.0 (5.1.0)
Syntax void RollbackFields(
string name
)
Sub RollbackFields (
name As String
)
Parameters
- name
- Type: SystemString
Name under which the fields are stored which have to replace the current set of fields. Case sensitive
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