#ReportArchiveConverter
##Properties
| Datatype | Property name | Property description | Default Value |
|---|---|---|---|
| ReportArchiveConverter | Instance | null |
##Methods
###ConvertColumnName(System.String,System.String) Converts old column name (in table.column format) w/o schema name to the new column name. Adds [dbo] schema name, adds [ and ] to the table name and column name. This method has no affect if column name has new format (with schema name).
Parameters:
- System.String columnName - Old table.column or column name.
- System.String tableName - Old table name.
Returns:
Converted table name.
###ConvertColumnName(System.String) Converts old column name (in table.column format) w/o schema name to the new column name. Adds [dbo] schema name, adds [ and ] to the table name and column name. This method has no affect if column name has new format (with schema name).
Parameters:
- System.String columnName - Old table name.
Returns:
Converted table name.
###ConvertTableName(System.String) Converts old table name (w/o schema name) to the new table name. Adds [dbo] schema name, adds [ and ]. This method has no affect if table name has new format (with schema name).
Parameters:
- System.String tableName - Old table name.
Returns:
Converted table name.
###Equals(System.Object) Determines whether the specified System.Object is equal to the current System.Object.
Parameters:
- System.Object obj - The System.Object to compare with the current System.Object.
Returns:
true if the specified System.Object is equal to the current System.Object; otherwise, false.
###GetHashCode() Serves as a hash function for a particular type.
Returns:
A hash code for the current System.Object.
###GetType() Gets the System.Type of the current instance.
Returns:
The System.Type instance that represents the exact runtime type of the current instance.
###ToString() Returns a System.String that represents the current System.Object.
Returns:
A System.String that represents the current System.Object.
