Miner.Data.Configuration Namespace > DataSetConfig Class : GetColumnName Method |
'Declaration
Public Function GetColumnName( _ ByVal tableRepresents As System.String, _ ByVal columnRepresents As System.String _ ) As System.String
'Usage
Dim instance As DataSetConfig Dim tableRepresents As System.String Dim columnRepresents As System.String Dim value As System.String value = instance.GetColumnName(tableRepresents, columnRepresents)
public System.string GetColumnName( System.string tableRepresents, System.string columnRepresents )
public function GetColumnName( tableRepresents: System.String; columnRepresents: System.String ): System.String;
public function GetColumnName( tableRepresents : System.String, columnRepresents : System.String ) : System.String;
public: System.string* GetColumnName( System.string* tableRepresents, System.string* columnRepresents )
public: System.String^ GetColumnName( System.String^ tableRepresents, 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