C# Class Aspose.DotNetNuke.Modules.AsposeDynamicFormGeneratorExcel.Data.DataProvider

An abstract class for the data access layer The abstract data provider provides the methods that a control data provider (sqldataprovider) must implement. You'll find two commented out examples in the Abstract methods region below.
Show file Open project: aspose-cells/Aspose.Cells-for-.NET Class Usage Examples

Public Methods

Method Description
Instance ( ) : DataProvider

Private Methods

Method Description
GetConnection ( ) : IDbConnection

Method Details

Instance() public static method

public static Instance ( ) : DataProvider
return DataProvider