C# Класс Nettiers.AdventureWorks.Data.SqlClient.SqlContactTypeProvider

Наследование: SqlContactTypeProviderBase
Показать файл Открыть проект

Открытые методы

Метод Описание
SqlContactTypeProvider ( string connectionString, bool useStoredProcedure, string providerInvariantName ) : System

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

Описание методов

SqlContactTypeProvider() публичный Метод

Creates a new SqlContactTypeProvider instance. Uses connection string to connect to datasource.
public SqlContactTypeProvider ( 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.
Результат System