ArcFM Solution Developer Guide
HasValueChanged Method


See if the field in the DataRow has changed value
Syntax
'Declaration
 
<System.Runtime.CompilerServices.ExtensionAttribute()>
Public Shared Function HasValueChanged( _
   ByVal row As System.Data.DataRow, _
   ByVal column As System.String _
) As System.Boolean
'Usage
 
Dim row As System.Data.DataRow
Dim column As System.String
Dim value As System.Boolean
 
value = DataRowExtensions.HasValueChanged(row, column)
[System.Runtime.CompilerServices.Extension()]
public static System.bool HasValueChanged( 
   System.Data.DataRow row,
   System.string column
)

Parameters

row
column
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

DataRowExtensions Class
DataRowExtensions Members

 

 


Send Comment