ArcFM Responder Mobile 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
)
public function HasValueChanged( 
    row: System.Data.DataRow;
    column: System.String
): System.Boolean; static; 
System.Runtime.CompilerServices.ExtensionAttribute()
public static function HasValueChanged( 
   row : System.Data.DataRow,
   column : System.String
) : System.boolean;
[System.Runtime.CompilerServices.Extension()]
public: static System.bool HasValueChanged( 
   System.Data.DataRow* row,
   System.string* column
) 
[System.Runtime.CompilerServices.Extension()]
public:
static System.bool HasValueChanged( 
   System.Data.DataRow^ row,
   System.String^ column
) 

Parameters

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

DataRowExtensions Class
DataRowExtensions Members

Send Feedback