System.Data.Entity.EntityDescriptorContext.OnComponentChanging C# (CSharp) Method

OnComponentChanging() public method

Call when context changing.
public OnComponentChanging ( ) : bool
return bool
        public bool OnComponentChanging()
        {
            return false;
        }