BeginEndBlockStatement public class BeginEndBlockStatement : TSqlStatement Represents a group of statements that start with a BEGIN and end with an END keyword. Documentation Code public StatementList StatementList { get; set; } The statements that make up the compound statement. May have zero elements. public BeginEndBlockStatement()