[Missing <summary> documentation for "T:MiniSqlQuery.Core.SqlQueryRunner"]
| C# | Visual Basic | Visual C++ |
public class SqlQueryRunner : QueryRunner
Public Class SqlQueryRunner _ Inherits QueryRunner
public ref class SqlQueryRunner : public QueryRunner
| All Members | Constructors | Methods | Properties | Events | |
| Icon | Member | Description |
|---|---|---|
| SqlQueryRunner(DbProviderFactory, String, Boolean) | Initializes a new instance of the SqlQueryRunner class | |
| Batch | (Inherited from QueryRunner.) | |
| BatchProgress | (Inherited from QueryRunner.) | |
| Equals(Object) |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) | |
| Exception | (Inherited from QueryRunner.) | |
| ExecuteQuery(String) | (Inherited from QueryRunner.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| HandleBatchException(DbException) | (Overrides QueryRunner.HandleBatchException(DbException).) | |
| IsBusy | (Inherited from QueryRunner.) | |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Messages | (Inherited from QueryRunner.) | |
| OnBatchProgress(BatchProgressEventArgs) | (Inherited from QueryRunner.) | |
| SubscribeToMessages(DbConnection) | (Overrides QueryRunner.SubscribeToMessages(DbConnection).) | |
| ToString()()() |
Returns a String that represents the current Object.
(Inherited from Object.) | |
| UnsubscribeFromMessages(DbConnection) | (Overrides QueryRunner.UnsubscribeFromMessages(DbConnection).) |
| Object | ||
| QueryRunner | ||
| SqlQueryRunner | ||