<< Click to Display Table of Contents >> Navigation: Apollo .NET (Data Provider Reference) > ApolloCommand Object |
Namespace: Apollo
See also ApolloDataReader.
Properties |
CommandText() As String Implements IDbCommand.CommandText |
CommandTimeout() As Integer Implements IDbCommand.CommandTimeout |
CommandType() As CommandType Implements IDbCommand.CommandType |
Connection() As IDbConnection Implements IDbCommand.Connection |
Parameters() As IDataParameterCollection Implements IDbCommand.Parameters (ReadOnly) |
Transaction() As IDbTransaction Implements IDbCommand.Transaction |
UpdatedRowSource() As UpdateRowSource Implements IDbCommand.UpdatedRowSource |
Methods |
Cancel() Implements IDbCommand.Cancel |
CreateParameter() As IDbDataParameter Implements IDbCommand.CreateParameter |
ExecuteNonQuery() As Integer Implements IDbCommand.ExecuteNonQuery |
ExecuteReader() As IDataReader Implements IDbCommand.ExecuteReader |
ExecuteReader(ByVal behavior As CommandBehavior) As IDataReader Implements IDbCommand.ExecuteReader |
ExecuteReader(ByVal resultSet As TApolloDb.ApolloDbResultSet) As IDataReader 'Implements special in memory table |
ExecuteReturnResultSet() As TApolloDb.ApolloDbResultSet |
ExecuteScalar() As Object Implements IDbCommand.ExecuteScalar |
New() |
New(ByVal cmdText As String) |
New(ByVal cmdText As String, ByVal connection As ApolloConnection) |
New(ByVal cmdText As String, ByVal connection As ApolloConnection, ByVal txn As ApolloTransaction) |
Prepare() Implements IDbCommand.Prepare |