DataEngine Constructor(Object,String)
Initializes a new instance of the DataEngine class with a data object and mapped DataFields.
Syntax
'Declaration Public Function New( _ ByVal dataObj As Object, _ ByVal dataFields As String _ )
'Usage Dim dataObj As Object Dim dataFields As String Dim instance As New DataEngine(dataObj, dataFields)
public DataEngine( object dataObj, string dataFields )
Parameters
- dataObj
- Supported Data Objects
DataSet
DataTable
DataView
String (xml file name or xml string)
- dataFields
- See Gettings Started > Tutorials > Data Fields
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