SessionProviderBase.ValidateAlter Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Backend specfic validations to Alter the session. NB: In case of sql engine the Alter statement is not atomic so it uses a dummy session to validate before executing alter on the actual session.
public void ValidateAlter ();
abstract member ValidateAlter : unit -> unit
override this.ValidateAlter : unit -> unit
Public Sub ValidateAlter ()