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 the post-DML statement processing,
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Overridable Sub EndDmlStatement ( _
fragment As TSqlFragment _
)
public virtual void EndDmlStatement(
TSqlFragment fragment
)
public:
virtual void EndDmlStatement(
TSqlFragment^ fragment
)
abstract EndDmlStatement :
fragment:TSqlFragment -> unit
override EndDmlStatement :
fragment:TSqlFragment -> unit
public function EndDmlStatement(
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.