ArcFM Responder Mobile Developer Guide
SchemaRequest Constructor(String)






Syntax
'Declaration
 
Public Function New( _
   ByVal table As System.String _
)
'Usage
 
Dim table As System.String
 
Dim instance As New SchemaRequest(table)
public SchemaRequest( 
   System.string table
)
public SchemaRequest( 
    table: System.String
); 
public function SchemaRequest( 
   table : System.String
);
public: SchemaRequest( 
   System.string* table
)
public:
SchemaRequest( 
   System.String^ 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

SchemaRequest Class
SchemaRequest Members
Overload List

Send Feedback