Gets or sets a DataTable, DataSet, DataView, OleDbDataReader, SqlDataReader, IDataReader, XML file name, or an object that implement IEnumerable, ArrayList or HashTable used to generate a SeriesCollection.
[Visual Basic]
Public Property Data As Object
[C#]
public object Data {get; set;}
When not connecting to a database directly using ConnectionString and SqlStatement, this property offers an alternative method for obtaining database data.
This example sets the data property to a dataTable and defines data fields mapping.
[C#]
DataEngine de = new DataEngine(); |
[Visual Basic]
Dim de As New DataEngine() |
DataEngine Class | DataEngine Members
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.