SqlModelBuilder.OptimizeForInsert Method
Switches model into a mode that is optimized for insertions.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Overrides Sub OptimizeForInsert
public override void OptimizeForInsert()
public:
virtual void OptimizeForInsert() override
abstract OptimizeForInsert : unit -> unit
override OptimizeForInsert : unit -> unit
public override function OptimizeForInsert()
.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.