DecoratableSchemaAnalyzer.EndDmlStatement Method
Handles the post-DML statement processing.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Overrides Sub EndDmlStatement ( _
fragment As TSqlFragment _
)
'Usage
Dim instance As DecoratableSchemaAnalyzer
Dim fragment As TSqlFragment
instance.EndDmlStatement(fragment)
public override void EndDmlStatement(
TSqlFragment fragment
)
public:
virtual void EndDmlStatement(
TSqlFragment^ fragment
) override
public override function EndDmlStatement(
fragment : TSqlFragment
)
abstract EndDmlStatement :
fragment:TSqlFragment -> unit
override EndDmlStatement :
fragment:TSqlFragment -> unit
Parameters
- fragment
Type: Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
The node that was 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.
See Also
Reference
DecoratableSchemaAnalyzer Class