SqlBatchWriterCommand Method (String, Object) |
Append the specified command with parameters the SQL. @# (e.g. @0) style parameters are replaced
Namespace: Innovator.ClientAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax public SqlBatchWriter Command(
string format,
params Object[] args
)
Public Function Command (
format As String,
ParamArray args As Object()
) As SqlBatchWriter
Parameters
- format
- Type: SystemString
- args
- Type: SystemObject
Return Value
Type:
SqlBatchWriterSee Also