C# Class Nettiers.AdventureWorks.Data.SqlClient.SqlEmployeeProvider

Inheritance: SqlEmployeeProviderBase
Afficher le fichier Open project: netTiers/netTiers

Méthodes publiques

Méthode Description
SqlEmployeeProvider ( string connectionString, bool useStoredProcedure, string providerInvariantName ) : System

Creates a new SqlEmployeeProvider instance. Uses connection string to connect to datasource.

Method Details

SqlEmployeeProvider() public méthode

Creates a new SqlEmployeeProvider instance. Uses connection string to connect to datasource.
public SqlEmployeeProvider ( string connectionString, bool useStoredProcedure, string providerInvariantName ) : System
connectionString string The connection string to the database.
useStoredProcedure bool A boolean value that indicates if we use the stored procedures or embedded queries.
providerInvariantName string Name of the invariant provider use by the DbProviderFactory.
Résultat System