dotnetCHARTING Send comments on this topic.
DataEngine Constructor(Object)
See Also 
dotnetCHARTING Namespace > DataEngine Class > DataEngine Constructor : DataEngine Constructor(Object)


dataObj
Supported Data Objects



DataSet

DataTable

DataView

String (xml file name or xml string)

Initializes a new instance of the DataEngine class with a data object.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal dataObj As Object _
)
Visual Basic (Usage)Copy Code
Dim dataObj As Object
 
Dim instance As DataEngine(dataObj)
C# 
public DataEngine( 
   object dataObj
)

Parameters

dataObj
Supported Data Objects



DataSet

DataTable

DataView

String (xml file name or xml string)

See Also

© 2010 All Rights Reserved.