The following tables list the members exposed by AbstractDataSourceMetaDataHelper.
Name | Description | |
---|---|---|
AdjustSelect | Will return the select that will be passed down to the database with all the ${vars}, etc substituted in. | |
GetDbType | Convert a variable type to a DbType. | |
GetForEach | This method is only called by AutoTag. It returns a DataTable of the rows a forEach tag will return. | |
GetMetaData | Calls the select for a tag and returns the nodes returned by the select. | |
GetQuery | This method is only called by AutoTag. It returns a DataTable of the row a query tag will return. Even if the select in a query could return multiple rows, this returns just the first row. | |
GetSet | This method is only called by AutoTag. It returns the text a set tag will return. |