Deveel.Data.Sql.ExecutionContext.NewBlock C# (CSharp) Метод

NewBlock() публичный Метод

public NewBlock ( SqlStatement statement ) : ExecutionContext
statement SqlStatement
Результат ExecutionContext
        public ExecutionContext NewBlock(SqlStatement statement)
        {
            return new ExecutionContext(this, Request.CreateBlock(), statement);
        }