C# Class Aspose.Cells.GridWeb.DemosCS.DataBind.ExampleDatabase

DemoDatabase
Inheritance: System.ComponentModel.Component
Show file Open project: aspose-cells/Aspose.Cells-for-.NET Class Usage Examples

Public Properties

Property Type Description
oleDbConnection1 System.Data.OleDb.OleDbConnection
oleDbDataAdapter1 System.Data.OleDb.OleDbDataAdapter
oleDbDataAdapter2 System.Data.OleDb.OleDbDataAdapter

Public Methods

Method Description
ExampleDatabase ( ) : System
ExampleDatabase ( System container ) : System

Private Methods

Method Description
InitializeComponent ( ) : void

Method Details

ExampleDatabase() public method

public ExampleDatabase ( ) : System
return System

ExampleDatabase() public method

public ExampleDatabase ( System container ) : System
container System
return System

Property Details

oleDbConnection1 public property

public System.Data.OleDb.OleDbConnection oleDbConnection1
return System.Data.OleDb.OleDbConnection

oleDbDataAdapter1 public property

public System.Data.OleDb.OleDbDataAdapter oleDbDataAdapter1
return System.Data.OleDb.OleDbDataAdapter

oleDbDataAdapter2 public property

public System.Data.OleDb.OleDbDataAdapter oleDbDataAdapter2
return System.Data.OleDb.OleDbDataAdapter