ArcFM Responder Mobile Developer Guide
GetFormattedDataset Method






Creates a FormattedDataset object representing this row and its child rows
Syntax
'Declaration
 
Public Function GetFormattedDataset( _
   ByVal dataRow As System.Data.DataRow _
) As FormattedDataset
'Usage
 
Dim instance As DataSetConfig
Dim dataRow As System.Data.DataRow
Dim value As FormattedDataset
 
value = instance.GetFormattedDataset(dataRow)
public FormattedDataset GetFormattedDataset( 
   System.Data.DataRow dataRow
)
public function GetFormattedDataset( 
    dataRow: System.Data.DataRow
): FormattedDataset; 
public function GetFormattedDataset( 
   dataRow : System.Data.DataRow
) : FormattedDataset;
public: FormattedDataset* GetFormattedDataset( 
   System.Data.DataRow* dataRow
) 
public:
FormattedDataset^ GetFormattedDataset( 
   System.Data.DataRow^ dataRow
) 

Parameters

dataRow
Requirements

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

See Also

Reference

DataSetConfig Class
DataSetConfig Members

Send Feedback