SqlObjectBase.BeforeStatementExecuted(String) 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.
Allow subclasses to add anything to the statement
protected virtual void BeforeStatementExecuted (string levelName);
abstract member BeforeStatementExecuted : string -> unit
override this.BeforeStatementExecuted : string -> unit
Protected Overridable Sub BeforeStatementExecuted (levelName As String)
Parameters
- levelName
- String