Miner.Data.Configuration Namespace > DataSetConfig Class : GetColumnNameFromPhysicalTableName Method |
'Declaration
Public Function GetColumnNameFromPhysicalTableName( _ ByVal tableName As System.String, _ ByVal columnRepresents As System.String _ ) As System.String
'Usage
Dim instance As DataSetConfig Dim tableName As System.String Dim columnRepresents As System.String Dim value As System.String value = instance.GetColumnNameFromPhysicalTableName(tableName, columnRepresents)
public System.string GetColumnNameFromPhysicalTableName( System.string tableName, System.string columnRepresents )
public function GetColumnNameFromPhysicalTableName( tableName: System.String; columnRepresents: System.String ): System.String;
public function GetColumnNameFromPhysicalTableName( tableName : System.String, columnRepresents : System.String ) : System.String;
public: System.string* GetColumnNameFromPhysicalTableName( System.string* tableName, System.string* columnRepresents )
public: System.String^ GetColumnNameFromPhysicalTableName( System.String^ tableName, System.String^ columnRepresents )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2