BusinessLogicCommand Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class BusinessLogicCommand : IDisposable, System::Data::IDbCommand
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public class BusinessLogicCommand : IDisposable, System.Data.IDbCommand
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
type BusinessLogicCommand = class
interface IDbCommand
interface IDisposable
Public Class BusinessLogicCommand
Implements IDbCommand, IDisposable
- Inheritance
-
BusinessLogicCommand
- Attributes
- Implements
Constructors
Properties
CommandText | |
CommandTimeout | |
CommandType | |
Connection | |
Parameters | |
Transaction | |
UpdatedRowSource |
Methods
Cancel() | |
CreateParameter() | |
Dispose() | |
ExecuteNonQuery() | |
ExecuteReader() | |
ExecuteReader(CommandBehavior) | |
ExecuteScalar() | |
Prepare() |
Explicit Interface Implementations
IDbCommand.Parameters |