Nettiers.AdventureWorks.Entities.VSalesPersonBase.CancelChanges C# (CSharp) Метод

CancelChanges() публичный Метод

Revert all changes and restore original values. Currently not supported.
This method is not currently supported and always throws this exception.
public CancelChanges ( ) : void
Результат void
		public virtual void CancelChanges()
		{
			throw new NotSupportedException("Method currently not Supported.");
		}