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

Inheritance: SqlProductDocumentProviderBase
Datei anzeigen Open project: netTiers/netTiers

Public Methods

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

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

Method Details

SqlProductDocumentProvider() public method

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