Click or drag to resize
SqlBatchWriterCommand Method
Overload List
  NameDescription
Public methodCommand
Append a new line (empty command) to the SQL
Public methodCommand(String)
Append the specified command to the SQL
Public methodCommand(String, Object)
Append the specified command with parameters the SQL. @# (e.g. @0) style parameters are replaced
Top
See Also