Nettiers.AdventureWorks.Entities.VProductAndDescriptionBase.CancelChanges C# (CSharp) Method

CancelChanges() public method

Revert all changes and restore original values. Currently not supported.
This method is not currently supported and always throws this exception.
public CancelChanges ( ) : void
return void
		public virtual void CancelChanges()
		{
			throw new NotSupportedException("Method currently not Supported.");
		}