ArcFM Responder Mobile Developer Guide
DbSql Constructor(String)






An SQL command string
Initializes the SQL statement.
Syntax
'Declaration
 
Public Function New( _
   ByVal sql As System.String _
)
'Usage
 
Dim sql As System.String
 
Dim instance As New DbSql(sql)
public DbSql( 
   System.string sql
)
public DbSql( 
    sql: System.String
); 
public function DbSql( 
   sql : System.String
);
public: DbSql( 
   System.string* sql
)
public:
DbSql( 
   System.String^ sql
)

Parameters

sql
An SQL command string
Remarks
The tableName parameter will be used as the name of the System.Data.DataTable that is created as a result of the SQL query when using the DbHelper.ExecuteDataSet method.
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

DbSql Class
DbSql Members
Overload List

Send Feedback