C# (CSharp) 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.
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.