ArcFM Responder Mobile Developer Guide
RowStateCondition Constructor






Syntax
'Declaration
 
Public Function New( _
   ByVal rowState As System.Data.DataRowState _
)
'Usage
 
Dim rowState As System.Data.DataRowState
 
Dim instance As New RowStateCondition(rowState)
public RowStateCondition( 
   System.Data.DataRowState rowState
)
public RowStateCondition( 
    rowState: System.Data.DataRowState
); 
public function RowStateCondition( 
   rowState : System.Data.DataRowState
);
public: RowStateCondition( 
   System.Data.DataRowState rowState
)
public:
RowStateCondition( 
   System.Data.DataRowState rowState
)

Parameters

rowState
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

RowStateCondition Class
RowStateCondition Members

Send Feedback