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