Deveel.Data.Sql.Statements.LoopControlStatement.LoopControlStatement C# (CSharp) Method

LoopControlStatement() public method

public LoopControlStatement ( LoopControlType controlType ) : System
controlType LoopControlType
return System
        public LoopControlStatement(LoopControlType controlType)
            : this(controlType, (SqlExpression) null)
        {
        }

Same methods

LoopControlStatement::LoopControlStatement ( LoopControlType controlType, SqlExpression whenExpression ) : System
LoopControlStatement::LoopControlStatement ( LoopControlType controlType, string label ) : System
LoopControlStatement::LoopControlStatement ( LoopControlType controlType, string label, SqlExpression whenExpression ) : System
LoopControlStatement::LoopControlStatement ( SerializationInfo info, StreamingContext context ) : System