Deveel.Data.Sql.Statements.WhileLoopStatement.Loop C# (CSharp) 메소드

Loop() 보호된 메소드

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