Miner.Data.Configuration Namespace > DataSetConfig Class : GetColumnValue Method |
'Declaration
Public Shared Function GetColumnValue( _ ByVal dataRow As System.Data.DataRow, _ ByVal columnRepresents As System.String _ ) As System.Object
'Usage
Dim dataRow As System.Data.DataRow Dim columnRepresents As System.String Dim value As System.Object value = DataSetConfig.GetColumnValue(dataRow, columnRepresents)
public static System.object GetColumnValue( System.Data.DataRow dataRow, System.string columnRepresents )
public function GetColumnValue( dataRow: System.Data.DataRow; columnRepresents: System.String ): System.TObject; static;
public static function GetColumnValue( dataRow : System.Data.DataRow, columnRepresents : System.String ) : System.Object;
public: static System.Object* GetColumnValue( System.Data.DataRow* dataRow, System.string* columnRepresents )
public: static System.Object^ GetColumnValue( System.Data.DataRow^ dataRow, 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