Click or drag to resize

TableDataSource Class

Specifies the datasource of the associate table
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Wrapper
          Easymap.AddIn.CommonLTComponent
            Easymap.AddIn.DataDataSource
              Easymap.AddIn.DataTableDataSource

Namespace: Easymap.AddIn.Data
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public class TableDataSource : DataSource

The TableDataSource type exposes the following members.

Properties
 NameDescription
Public propertyDataProvider The DataProvider from which the data will be initially loaded (or reloaded if the table is Linked to its datasource)
Public propertyDataViewEnabled Specifies if Analysis are using GetDataView (filtered) or the whole DataSource as it's DataSource
Public propertyLinked True if the table is linked with its datasource
Public propertyPrimaryKey The primarykey of the table
Top
Methods
 NameDescription
Public methodAddDataFromDataReader(IDataReader) Add new content to the datasource
Public methodAddDataFromDataReader(IDataReader, CultureInfo) Add new content to the datasource
Public methodAddDataFromDataTable(DataTable) Adds content to the datasource
Public methodAddDataFromDataTable(DataTable, CultureInfo) Adds content to the datasource
Public methodAddDataFromOleDBConnection Adds the content of the datasource
Public methodAddDataFromXmlString Adds content to the datasource
Public methodGetDataView Returns the filtered DataSource used in tableviews and Analysis
Public methodLoadDataFromDataReader(IDataReader) Replaces the content of the datasource
Public methodLoadDataFromDataReader(IDataReader, CultureInfo) Replaces the content of the datasource
Public methodLoadDataFromDataTable(DataTable) Replaces the content of the datasource
Public methodLoadDataFromDataTable(DataTable, CultureInfo) Replaces the content of the datasource
Public methodLoadDataFromOleDBConnection Replaces content to the datasource
Public methodLoadDataFromXmlString Replaces the content of the datasource
Public methodRefresh Reload the data from the DataProvider
Top
See Also