C# Class SqlDataProvider, code

SQL Server implementation of the abstract DataProvider class This concreted data provider class provides the implementation of the abstract methods from data dataprovider.cs In most cases you will only modify the Public methods region below.
Inheritance: DataProvider
Afficher le fichier Open project: shendongnian/code Class Usage Examples

Méthodes publiques

Méthode Description
GetDataTable ( string sqlQuery ) : DataTable,
SqlDataProvider ( DbContext, context )

Method Details

GetDataTable() public méthode

public GetDataTable ( string sqlQuery ) : DataTable,
sqlQuery string
Résultat DataTable,

SqlDataProvider() public méthode

public SqlDataProvider ( DbContext, context )
context DbContext,