GenerateBatchSeparator() Method
Generates a SQL batch separator ('GO' statement in SQL Server) used to execute batches of SQL statements.

Syntax

string GenerateBatchSeparator()

Return Value

Type Description
string A string representing the generated batch separator.