Method | Description | |
---|---|---|
AddParameter ( string name, string value ) : ITikCommandParameter | ||
AddParameter ( string name, string value, TikCommandParameterFormat parameterFormat ) : ITikCommandParameter | ||
AddParameterAndValues ( ) : IEnumerable |
||
ApiCommand ( ) : System | ||
ApiCommand ( ITikConnection connection ) : System | ||
ApiCommand ( ITikConnection connection, TikCommandParameterFormat defaultParameterFormat ) : System | ||
ApiCommand ( ITikConnection connection, string commandText ) : System | ||
ApiCommand ( ITikConnection connection, string commandText, TikCommandParameterFormat defaultParameterFormat ) : System | ||
ApiCommand ( TikCommandParameterFormat defaultParameterFormat ) : System | ||
Cancel ( ) : void | ||
CancelAndJoin ( int milisecondsTimeout ) : bool | ||
CancelAndJoin ( ) : void | ||
ExecuteAsync ( Action |
||
ExecuteList ( ) : IEnumerable |
||
ExecuteListWithDuration ( int durationSec ) : IEnumerable |
||
ExecuteNonQuery ( ) : void | ||
ExecuteScalar ( ) : string | ||
ExecuteSingleRow ( ) : ITikReSentence | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
CancelInternal ( bool joinLoadingThread, int milisecondsTimeout ) : bool | ||
ConstructCommandText ( TikCommandParameterFormat defaultParameterFormat ) : string[] | ||
CreateParameters ( string parameterNamesAndValues ) : IEnumerable |
||
EnsureApiSentences ( IEnumerable |
||
EnsureCommandTextSet ( ) : void | ||
EnsureConnectionSet ( ) : void | ||
EnsureDoneResponse ( tik4net.Api.ApiSentence responseSentence ) : |
||
EnsureExcatNumberOfResponses ( IEnumerable |
||
EnsureNotRunning ( ) : void | ||
EnsureReReponse ( ) : void | ||
EnsureSingleResponse ( IEnumerable |
||
ResolveParameterFormat ( TikCommandParameterFormat usecaseDefaultFormat, TikCommandParameterFormat commandDefaultFormat, TikCommandParameterFormat parameterFormat ) : TikCommandParameterFormat | ||
ThrowPossibleResponseError ( ) : void |
public AddParameter ( string name, string value ) : ITikCommandParameter | ||
name | string | |
value | string | |
return | ITikCommandParameter |
public AddParameter ( string name, string value, TikCommandParameterFormat parameterFormat ) : ITikCommandParameter | ||
name | string | |
value | string | |
parameterFormat | TikCommandParameterFormat | |
return | ITikCommandParameter |
public AddParameterAndValues ( ) : IEnumerable |
||
return | IEnumerable |
public ApiCommand ( ITikConnection connection ) : System | ||
connection | ITikConnection | |
return | System |
public ApiCommand ( ITikConnection connection, TikCommandParameterFormat defaultParameterFormat ) : System | ||
connection | ITikConnection | |
defaultParameterFormat | TikCommandParameterFormat | |
return | System |
public ApiCommand ( ITikConnection connection, string commandText ) : System | ||
connection | ITikConnection | |
commandText | string | |
return | System |
public ApiCommand ( ITikConnection connection, string commandText, TikCommandParameterFormat defaultParameterFormat ) : System | ||
connection | ITikConnection | |
commandText | string | |
defaultParameterFormat | TikCommandParameterFormat | |
return | System |
public ApiCommand ( TikCommandParameterFormat defaultParameterFormat ) : System | ||
defaultParameterFormat | TikCommandParameterFormat | |
return | System |
public CancelAndJoin ( int milisecondsTimeout ) : bool | ||
milisecondsTimeout | int | |
return | bool |
public ExecuteAsync ( Action |
||
oneResponseCallback | Action |
|
errorCallback | Action |
|
return | void |
public ExecuteListWithDuration ( int durationSec ) : IEnumerable |
||
durationSec | int | |
return | IEnumerable |