Gets a value that indicates whether this
MimerConnection instance supports the
System.Data.Common.DbBatch class.
'Declaration
Public Overrides NotOverridable ReadOnly Property CanCreateBatch As Boolean
public override bool CanCreateBatch {get;}
public read-only property CanCreateBatch: Boolean; override;
public override function get CanCreateBatch : boolean
public: __property bool get_CanCreateBatch() override;
Property Value
true if this instance supports the
System.Data.Common.DbBatch class; otherwise, false. The default is true.
.NET Framework
Version 4.6.2 or later