|
static string | UCAddressFilterDataViewRowFilter (Dictionary< String, TVariant >AParameters) |
| Adds the conditions for a UC_AddressFilter to a Query More...
|
|
static string | UCExtractChkFilterSQLConditions (Dictionary< String, TVariant >AParameters) |
| Adds the conditions for a UC_ExtractChkFilter to a Query More...
|
|
static DataTable | GetPrimaryPhoneFax (List< string >APartnerKeys, TReportingDbAdapter ADbAdapter, Boolean AIncludeMobile=false, Boolean AIncludeAlternateTelephone=false, Boolean AIncludeURL=false) |
| Reuturns a DataTable called ContactInformation More...
|
|
static void | AddPrimaryPhoneEmailFaxToTable (DataTable ADataTable, int APartnerKeyColumn, TReportingDbAdapter ADbAdapter, Boolean AIncludeMobile=false, Boolean AIncludeAlternateTelephone=false, Boolean AIncludeURL=false) |
| Adds the primary Phone Email and Fax to a DataTable More...
|
|
static void | ConvertDbFieldNamesToReadable (DataTable ADataTable) |
| Converts the field names from the database to a readable name (DataTable) More...
|
|
static void | ConvertDbFieldNamesToReadable (DataSet ADataSet) |
| Converts the field names from the database to a readable name (DataSet) More...
|
|
static void | AddFieldNameToTable (DataTable ADataTable, int APartnerKeyColumn, Dictionary< String, TVariant >AParameters, String ADateKey, TReportingDbAdapter ADbAdapter) |
|
static string | ColumnMapping (string ASortingColumnsAsText, DataColumnCollection AColumns, Dictionary< string, string >AMappingDictionaryWithoutBlanks, string AReportName) |
| Maps a comma seperated list of column names with use of the given dictionary. More...
|
|
static string | ColumnNameMapping (string ASortingColumnsAsText, string[] ADataTableColumns, Dictionary< string, string >AMappingDictionaryWithoutBlanks, string AReportName) |
| Maps a comma seperated list of column names with use of the given dictionary. More...
|
|
static string | ReplaceColumnWithNullWhenUnused (Dictionary< String, TVariant >AParameters, Dictionary< String, String >AColumnDBNamesAndAliases) |
| Replaces the field name with NULL if it is not needed in order to improve the performance of certain reports. More...
|
|
static String | GetPartnerKeysAsString (Dictionary< String, TVariant >AParameters, TReportingDbAdapter DbAdapter) |
| Returns the Partner Keys for UCPartnerSelection as a comma seperated list. More...
|
|
SQL Tool for Partner Reports