ArcFM Responder Mobile Developer Guide
Update Method (DataSetConfig)






The new DataSetConfig object.
Updates the dataset configuration stored in this DataSetConfig object based on the configuration stored in a new DataSetConfig object.
Syntax
'Declaration
 
Public Sub Update( _
   ByVal newConfigurator As DataSetConfig _
) 
'Usage
 
Dim instance As DataSetConfig
Dim newConfigurator As DataSetConfig
 
instance.Update(newConfigurator)
public void Update( 
   DataSetConfig newConfigurator
)
public procedure Update( 
    newConfigurator: DataSetConfig
); 
public function Update( 
   newConfigurator : DataSetConfig
);
public: void Update( 
   DataSetConfig* newConfigurator
) 
public:
void Update( 
   DataSetConfig^ newConfigurator
) 

Parameters

newConfigurator
The new DataSetConfig object.
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