ActiveReports 13
OdbcDataSource Constructor(String,String,Int32)

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.Data Namespace > OdbcDataSource Class > OdbcDataSource Constructor : OdbcDataSource Constructor(String,String,Int32)
The current command text.
The command timeout.
Initializes a new instance of the OdbcDataSource class.
Syntax
'Declaration
 
Public Function New( _
   ByVal connectionString As String, _
   ByVal sql As String, _
   ByVal timeout As Integer _
)
public OdbcDataSource( 
   string connectionString,
   string sql,
   int timeout
)

Parameters

connectionString
sql
The current command text.
timeout
The command timeout.
See Also

Reference

OdbcDataSource Class
OdbcDataSource Members
Overload List