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

Inheritance: SqlVStoreWithDemographicsProviderBase
Mostra file Open project: netTiers/netTiers

Public Methods

Method Description
SqlVStoreWithDemographicsProvider ( string connectionString, bool useStoredProcedure, string providerInvariantName ) : System

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

Method Details

SqlVStoreWithDemographicsProvider() public method

Creates a new SqlVStoreWithDemographicsProvider instance. Uses connection string to connect to datasource.
public SqlVStoreWithDemographicsProvider ( 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.
return System