Deveel.Data.Sql.ExecutionContext.NewBlock C# (CSharp) Method

NewBlock() public method

public NewBlock ( SqlStatement statement ) : ExecutionContext
statement SqlStatement
return ExecutionContext
        public ExecutionContext NewBlock(SqlStatement statement)
        {
            return new ExecutionContext(this, Request.CreateBlock(), statement);
        }