Click or drag to resize
EntityCoreTFieldsIEntityCoreRejectChanges Method
Rejects the changes made to the fields. Used in databinding/service scenarios. Calls RejectChanges on the fields in this entity

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
void IEntityCore.RejectChanges()

Implements

IEntityCoreRejectChanges
See Also