Deveel.Data.Sql.Statements.WhileLoopStatement.Loop C# (CSharp) Method

Loop() protected method

protected Loop ( ExecutionContext context ) : bool
context ExecutionContext
return bool
        protected override bool Loop(ExecutionContext context)
        {
            // TODO: evaluate the condition against the context and return a boolean
            return base.Loop(context);
        }