Mimer SQL Data Provider
CanCreateBatch Property




Mimer.Data.Client Namespace > MimerConnection Class : CanCreateBatch Property
Gets a value that indicates whether this MimerConnection instance supports the System.Data.Common.DbBatch class.
Syntax
'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.
Requirements

.NET Framework
Version 4.6.2 or later

See Also

Reference

MimerConnection Class
MimerConnection Members