public string QualifyColumnName( string tableName, string columnName )
Public Function QualifyColumnName( _ ByVal tableName As String, _ ByVal columnName As String _ ) As String
Parameters
- tableName
- The name of the table. It may be null or an empty string.
- columnName
- The name of the column. It must not be null or an empty string.
Return Value
The fully qualified column name.