Property | Type | Description | |
---|---|---|---|
command | |||
commandText | string |
Method | Description | |
---|---|---|
Close ( |
||
Execute ( ) : void | ||
ExecuteNext ( ) : bool | ||
Resolve ( bool preparing ) : void | ||
Statement ( |
Method | Description | |
---|---|---|
BindParameters ( ) : void | ||
ShouldIgnoreMissingParameter ( string parameterName ) : bool |
Method | Description | |
---|---|---|
InternalBindParameters ( string sql, |
||
SerializeParameter ( |
Serializes the given parameter to the given memory stream This method is called by PrepareSqlBuffers to convert the given parameter to bytes and write those bytes to the given memory stream. |
|
Statement ( |
public Close ( |
||
reader | ||
return | void |
protected ShouldIgnoreMissingParameter ( string parameterName ) : bool | ||
parameterName | string | |
return | bool |
public Statement ( |
||
cmd | ||
text | string | |
return | System |
protected MySqlCommand,MySql.Data.MySqlClient command | ||
return |