Mini SQL Query Extensibility Documentation
SqlQueryRunner Class
NamespacesMiniSqlQuery.CoreSqlQueryRunner

[Missing <summary> documentation for "T:MiniSqlQuery.Core.SqlQueryRunner"]

Declaration Syntax
C#Visual BasicVisual C++
public class SqlQueryRunner : QueryRunner
Public Class SqlQueryRunner _
	Inherits QueryRunner
public ref class SqlQueryRunner : public QueryRunner
Members
All MembersConstructorsMethodsPropertiesEvents



IconMemberDescription
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).)
Inheritance Hierarchy
Object
QueryRunner
 SqlQueryRunner

Assembly: MiniSqlQuery.Core (Module: MiniSqlQuery.Core) Version: 1.0.0.0 (1.0.0.0)