Nettiers.AdventureWorks.Entities.VProductAndDescriptionBase.CancelChanges C# (CSharp) Méthode

CancelChanges() public méthode

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