Home > Foresight Analytics Platform > Web Application and Desktop Application > Application Development and Functionality Enhancement > Developing in Development Environment > Description of System Assemblies > Ms > Ms Assembly Interfaces > IDmTableDataSource
Assembly: Ms;
The IDmTableDataSource interface is used to work with the data mining table data source.
IDmTableDataSource
If the data for the data mining is located in a regular report, use the IDmReportDataSource interface.
Property name | Brief description | |
![]() |
Table | The Table property determines the table in repository, which is a data source. |
Property name |
Brief description | |
![]() |
Caption | The Caption property determines a data source caption. |
![]() |
DataInColumns | The DataInColumns property determines whether data is located in columns. |
![]() |
Field | The Field property returns the specified data source field. |
![]() |
FieldCount | The FieldCount property returns the number of fields in the data source. |
![]() |
Item | The Item property returns the value of the specified field from the data source. |
![]() |
ReadOnly | The ReadOnly property determines whether data is read-only. |
![]() |
RecordCount | The RecordCount property returns the number of records in the data source. |
![]() |
SupportsEdit | The SupportsEdit property determines whether a data source supports editing. |
Method name |
Brief description | |
![]() |
AddResultColumn | The AddResultColumn method adds a column containing analysis results. |
![]() |
AddResultRows | The AddResultRows method adds rows containing analysis results. |
![]() |
CopyFrom | The CopyFrom method copies the specified data source. |
![]() |
RefreshRecordCount | The RefreshRecordCount method refreshes the number of records in the data source. |
![]() |
Save | The Save method saves data source. |
See also: