Method | Description | |
---|---|---|
LoopControlStatement ( LoopControlType controlType ) : System | ||
LoopControlStatement ( LoopControlType controlType, |
||
LoopControlStatement ( LoopControlType controlType, string label ) : System | ||
LoopControlStatement ( LoopControlType controlType, string label, |
Method | Description | |
---|---|---|
AppendTo ( SqlStringBuilder builder ) : void | ||
ExecuteStatement ( ExecutionContext context ) : void | ||
GetData ( SerializationInfo info ) : void | ||
LoopControlStatement ( SerializationInfo info, StreamingContext context ) : System | ||
PrepareExpressions ( IExpressionPreparer preparer ) : |
protected AppendTo ( SqlStringBuilder builder ) : void | ||
builder | SqlStringBuilder | |
return | void |
protected ExecuteStatement ( ExecutionContext context ) : void | ||
context | ExecutionContext | |
return | void |
protected GetData ( SerializationInfo info ) : void | ||
info | SerializationInfo | |
return | void |
public LoopControlStatement ( LoopControlType controlType ) : System | ||
controlType | LoopControlType | |
return | System |
public LoopControlStatement ( LoopControlType controlType, |
||
controlType | LoopControlType | |
whenExpression | ||
return | System |
public LoopControlStatement ( LoopControlType controlType, string label ) : System | ||
controlType | LoopControlType | |
label | string | |
return | System |
public LoopControlStatement ( LoopControlType controlType, string label, |
||
controlType | LoopControlType | |
label | string | |
whenExpression | ||
return | System |
protected LoopControlStatement ( SerializationInfo info, StreamingContext context ) : System | ||
info | SerializationInfo | |
context | StreamingContext | |
return | System |
protected PrepareExpressions ( IExpressionPreparer preparer ) : |
||
preparer | IExpressionPreparer | |
return |