ArcFM Responder Mobile Developer Guide
RowHasChangesCondition Class
Members 






Does the current row have any changes?
Object Model
RowHasChangesCondition Class
Syntax
'Declaration
 
<System.Diagnostics.DebuggerDisplayAttribute(Value="Row Has Changed", 
   Name="", 
   Type="", 
   Target=, 
   TargetTypeName="")>
Public Class RowHasChangesCondition 
   Inherits DataRowCondition
'Usage
 
Dim instance As RowHasChangesCondition
[System.Diagnostics.DebuggerDisplay(Value="Row Has Changed", 
   Name="", 
   Type="", 
   Target=, 
   TargetTypeName="")]
public class RowHasChangesCondition : DataRowCondition 
public class RowHasChangesCondition = class(DataRowCondition)
System.Diagnostics.DebuggerDisplayAttribute(Value="Row Has Changed", 
   Name="", 
   Type="", 
   Target=, 
   TargetTypeName="")
public class RowHasChangesCondition extends DataRowCondition
[System.Diagnostics.DebuggerDisplay(Value="Row Has Changed", 
   Name="", 
   Type="", 
   Target=, 
   TargetTypeName="")]
public __gc class RowHasChangesCondition : public DataRowCondition 
[System.Diagnostics.DebuggerDisplay(Value="Row Has Changed", 
   Name="", 
   Type="", 
   Target=, 
   TargetTypeName="")]
public ref class RowHasChangesCondition : public DataRowCondition 
Inheritance Hierarchy

System.Object
   Miner.Data.Access.Conditions.DataRowCondition
      Miner.Data.Access.Conditions.RowHasChangesCondition

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

RowHasChangesCondition Members
Miner.Data.Access.Conditions Namespace

Send Feedback