ArcFM Responder Mobile Developer Guide
New(DataTable) Method






Create a new instance of this object and add to table
Syntax
'Declaration
 
Public Overloads Shared Function New( _
   ByVal table As System.Data.DataTable _
) As T
'Usage
 
Dim table As System.Data.DataTable
Dim value As T
 
value = ResponderObjectBaseGeneric(Of T).New(table)
public static T New( 
   System.Data.DataTable table
)
public function New( 
    table: System.Data.DataTable
): T; static; 
public static function New( 
   table : System.Data.DataTable
) : T;
public: static T* New( 
   System.Data.DataTable* table
) 
public:
static T^ New( 
   System.Data.DataTable^ table
) 

Parameters

table
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

ResponderObjectBaseGeneric<T> Class
ResponderObjectBaseGeneric<T> Members
Overload List

Send Feedback