The documentation (and intellisense) states very clearly that DataTable implements IListSource. But then why doesn’t DataTable have a getList() method, which is (the main) part of the IListView interface?
The documentation (and intellisense) states very clearly that DataTable implements IListSource . But then
Share
DataTableuses Explicit Interface Implementation to implementIListSource.You can still use the method via: