| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Basic parameterized data command
| Field Summary | |
string | Statement |
| Constructor Summary | |
DbDataCommand() | |
DbDataCommand(string statement) | |
| Method Summary | |
void | Append(IDataCommand dataCommand) |
void | SetParameterValue(string paramName, object paramValue) |
object | this(string paramName) |
| Field Detail |
public string Statement
| Constructor Detail |
public DbDataCommand()
public DbDataCommand(string statement)
| Method Detail |
public void Append(IDataCommand dataCommand)
public void SetParameterValue(string paramName, object paramValue)
public object this(string paramName)
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||