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