Click or drag to resize
SqlBatchWriter Constructor (IConnection, Int32)
Instantiate the writer with a connection and an initial capacity for the internal StringBuilder

Namespace: Innovator.Client
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
public SqlBatchWriter(
	IConnection conn,
	int capacity
)

Parameters

conn
Type: Innovator.ClientIConnection
capacity
Type: SystemInt32
See Also