The following tables list the members exposed by IDataSourceMetaData.
Name | Description | |
---|---|---|
![]() | AdjustSelect | Will return the select that will be passed down to the database with all the ${vars}, etc substituted in. |
![]() | GetForEach | Returns the data from a forEach select. This always returns a .NET DataTable or XmlList. |
![]() | GetMetaData | Calls the select for a tag and returns the nodes returned by the select. |
![]() | GetQuery | Returns the data from a query select. This always returns a .NET DataTable or XmlList |
![]() | GetSet | Returns the data from a set. This always returns a .NET DataTable or XmlList. |