Nevron .NET Vision
Nevron.Diagram.Extensions Namespace / NDatabaseImporter Class / Import Method / Import(DataSet,NLayer) Method
The data set which schema to import.
The layer in which to import the shapes.


In This Topic
    Import(DataSet,NLayer) Method
    In This Topic
    Imports the schema of the specified data set in the document.
    Syntax
    'Declaration
     
    
    Protected Overloads Overridable Sub Import( _
       ByVal dataSet As System.Data.DataSet, _
       ByVal layer As NLayer _
    ) 
    'Usage
     
    
    Dim instance As NDatabaseImporter
    Dim dataSet As System.Data.DataSet
    Dim layer As NLayer
     
    instance.Import(dataSet, layer)
    protected virtual void Import( 
       System.Data.DataSet dataSet,
       NLayer layer
    )

    Parameters

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