C# (CSharp) Aspose.DotNetNuke.Modules.AsposeDynamicFormGeneratorExcel.Data Namespace

Classes

Name Description
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.
SqlDataProvider 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.