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