Nevron .NET Vision
Nevron.Diagram.Extensions Namespace / NDatabaseImporter Class / Import Method / Import(DataSet) Method
The data set which schema to import.


In This Topic
    Import(DataSet) Method
    In This Topic
    Imports the schema of the specified data set in the document.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Import( _
       ByVal dataSet As System.Data.DataSet _
    ) 
    'Usage
     
    
    Dim instance As NDatabaseImporter
    Dim dataSet As System.Data.DataSet
     
    instance.Import(dataSet)
    public void Import( 
       System.Data.DataSet dataSet
    )

    Parameters

    dataSet
    The data set which schema to import.
    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