Responder Developer Guide
DbSql Constructor(String)


Version: 10.2.1a

Resource Center Home

An SQL command string
Initializes the SQL statement.
Syntax
'Declaration
 
Public Function New( _
   ByVal sql As String _
)
'Usage
 
Dim sql As String
 
Dim instance As New DbSql(sql)
public DbSql( 
   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 XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DbSql Class
DbSql Members
Overload List

 

 


Send Comment