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