dotnetCHARTING Send comments on this topic.
GetSeries(String,String) Method
See Also 
dotnetCHARTING Namespace > DataEngine Class > GetSeries Method : GetSeries(String,String) Method


connectionString
The connection string or path and file name of an mdb database.
sqlStatement
The SQL statement.
Gets a SeriesCollection based on a connection string and SQL query statement.

Syntax

Visual Basic (Declaration)  
Public Overloads Shared Function GetSeries( _
   ByVal connectionString As String, _
   ByVal sqlStatement As String _
) As SeriesCollection
Visual Basic (Usage) Copy Code
Dim connectionString As String
Dim sqlStatement As String
Dim value As SeriesCollection
 
value = DataEngine.GetSeries(connectionString, sqlStatement)
C#  
public static SeriesCollection GetSeries( 
   string connectionString,
   string sqlStatement
)

Parameters

connectionString
The connection string or path and file name of an mdb database.
sqlStatement
The SQL statement.

See Also