Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method handles processing that occurs before data manipulation language (DML) statements are processed.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Overridable Sub BeginDmlStatement ( _
fragment As TSqlFragment _
)
public virtual void BeginDmlStatement(
TSqlFragment fragment
)
public:
virtual void BeginDmlStatement(
TSqlFragment^ fragment
)
abstract BeginDmlStatement :
fragment:TSqlFragment -> unit
override BeginDmlStatement :
fragment:TSqlFragment -> unit
public function BeginDmlStatement(
fragment : TSqlFragment
)
Parameters
- fragment
Type: Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
Node that will be processed.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.