Click or drag to resize
SqlBatchWriterPart Method (String, Object)
Append a part of a command with parameters the SQL. @# (e.g. @0) style parameters are replaced

Namespace: Innovator.Client
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
public SqlBatchWriter Part(
	string format,
	params Object[] args
)

Parameters

format
Type: SystemString
args
Type: SystemObject

Return Value

Type: SqlBatchWriter
See Also