Share via


SqlModelBuilder.BeginBatchUpdate Method

Requests the ModelBuilder to start batch update mode processing.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Overrides Sub BeginBatchUpdate
public override void BeginBatchUpdate()
public:
virtual void BeginBatchUpdate() override
abstract BeginBatchUpdate : unit -> unit 
override BeginBatchUpdate : unit -> unit 
public override function BeginBatchUpdate()

.NET Framework Security

See Also

Reference

SqlModelBuilder Class

Microsoft.Data.Schema.Sql.SchemaModel Namespace