ISqlDataConnectionFactory Interface

Alterian Email Manager 6.2.3 SDK Help File
Interface to define Sql database connection factory

Namespace:  DMLibrary.Repository
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public interface ISqlDataConnectionFactory

The ISqlDataConnectionFactory type exposes the following members.

Methods
NameDescription
Public methodExecuteNonQuery
Executes the SqlCommand
Public methodGetSqlCommand(SqlConnection)
Gets database command DbCommand
Public methodGetSqlCommand(SqlConnection, String)
Get SqlCommand for sproc
Public methodGetSqlConnection
Gets database connection DbConnection
Public methodGetSqlParameterCollection
Gets database parameter collection DbParameterCollection
Public methodGetSqlReader
Gets database reader DbDataReader
Public methodGetSqlTransaction
Get a SQL Connection
Top
See Also