ServerConnection.BatchSeparator Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the batch separator used by the ExecuteNonQuery methods. Default is "GO". The batch separator is case-insensitive.
public string BatchSeparator { get; set; }
member this.BatchSeparator : string with get, set
Public Property BatchSeparator As String