Deveel.Data.Sql.Statements.LoopControlStatement.LoopControlStatement C# (CSharp) Метод

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

public LoopControlStatement ( LoopControlType controlType ) : System
controlType LoopControlType
Результат 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