C# 클래스 PetShop.Data.SqlClient.SqlAccountProvider

상속: SqlAccountProviderBase
파일 보기 프로젝트 열기: netTiers/netTiers

공개 메소드들

메소드 설명
SqlAccountProvider ( string connectionString, bool useStoredProcedure, string providerInvariantName ) : System

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

메소드 상세

SqlAccountProvider() 공개 메소드

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