Responder Developer Guide
RemoveCalculatedColumns(DataSet,Boolean) Method


Syntax
'Declaration
 
Public Shared Sub RemoveCalculatedColumns( _
   ByVal dataset As DataSet, _
   Optional ByVal canRetry As Boolean _
) 
'Usage
 
Dim dataset As DataSet
Dim canRetry As Boolean
 
DataHelper.RemoveCalculatedColumns(dataset, canRetry)
public static void RemoveCalculatedColumns( 
   DataSet dataset,
   bool canRetry
)

Parameters

dataset
canRetry
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DataHelper Class
DataHelper Members

 

 


Send Comment