Method | Description | |
---|---|---|
DeclareCursorStatement ( string cursorName, CursorFlags flags, |
||
DeclareCursorStatement ( string cursorName, IEnumerable |
||
DeclareCursorStatement ( string cursorName, IEnumerable |
||
DeclareCursorStatement ( string cursorName, |
Method | Description | |
---|---|---|
AppendTo ( SqlStringBuilder builder ) : void | ||
ExecuteStatement ( ExecutionContext context ) : void | ||
GetData ( |
Method | Description | |
---|---|---|
DeclareCursorStatement ( |
protected AppendTo ( SqlStringBuilder builder ) : void | ||
builder | SqlStringBuilder | |
return | void |
public DeclareCursorStatement ( string cursorName, CursorFlags flags, |
||
cursorName | string | |
flags | CursorFlags | |
queryExpression | ||
return | System |
public DeclareCursorStatement ( string cursorName, IEnumerable |
||
cursorName | string | |
parameters | IEnumerable |
|
flags | CursorFlags | |
queryExpression | ||
return | System |
public DeclareCursorStatement ( string cursorName, IEnumerable |
||
cursorName | string | |
parameters | IEnumerable |
|
queryExpression | ||
return | System |
public DeclareCursorStatement ( string cursorName, |
||
cursorName | string | |
queryExpression | ||
return | System |
protected ExecuteStatement ( ExecutionContext context ) : void | ||
context | ExecutionContext | |
return | void |
protected GetData ( |
||
info | ||
return | void |