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