ArcFM Responder Mobile Developer Guide
IsActive Method






See if the DataRow has a rowstate indicating it is included in the current merged dataset
Syntax
'Declaration
 
<System.Runtime.CompilerServices.ExtensionAttribute()>
Public Shared Function IsActive( _
   ByVal row As System.Data.DataRow _
) As System.Boolean
'Usage
 
Dim row As System.Data.DataRow
Dim value As System.Boolean
 
value = DataRowExtensions.IsActive(row)
[System.Runtime.CompilerServices.Extension()]
public static System.bool IsActive( 
   System.Data.DataRow row
)
public function IsActive( 
    row: System.Data.DataRow
): System.Boolean; static; 
System.Runtime.CompilerServices.ExtensionAttribute()
public static function IsActive( 
   row : System.Data.DataRow
) : System.boolean;
[System.Runtime.CompilerServices.Extension()]
public: static System.bool IsActive( 
   System.Data.DataRow* row
) 
[System.Runtime.CompilerServices.Extension()]
public:
static System.bool IsActive( 
   System.Data.DataRow^ row
) 

Parameters

row
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