SqlModelBuilder.IsOptimizedForInsert Property

Gets whether the model builder is optimized for insert.

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

Syntax

'Declaration
Public ReadOnly Property IsOptimizedForInsert As Boolean
    Get
'Usage
Dim instance As SqlModelBuilder
Dim value As Boolean

value = instance.IsOptimizedForInsert
public bool IsOptimizedForInsert { get; }
public:
property bool IsOptimizedForInsert {
    bool get ();
}
function get IsOptimizedForInsert () : boolean
member IsOptimizedForInsert : bool

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SqlModelBuilder Class

SqlModelBuilder Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace