Generates a SQL batch separator ('GO' statement in SQL Server) used to execute batches of SQL statements.
- Namespace
- DbSyncKit
.Templates .Interface - Containing Type
- IQueryGenerator
Syntax
string GenerateBatchSeparator()
Return Value
Type | Description |
---|---|
string | A string representing the generated batch separator. |