ServerConnection.BatchSeparator Property

Definition

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

Property Value

Applies to