Nevron .NET Vision
Nevron.Diagram.Extensions Namespace / NDatabaseImporter Class / NDatabaseImporter Constructor
Document assosiated with the database schema importer (cannot be null).


In This Topic
    NDatabaseImporter Constructor
    In This Topic
    Constructs a database schema importer object associated with the specified document.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal document As NDrawingDocument _
    )
    'Usage
     
    
    Dim document As NDrawingDocument
     
    Dim instance As New NDatabaseImporter(document)
    public NDatabaseImporter( 
       NDrawingDocument document
    )

    Parameters

    document
    Document assosiated with the database schema importer (cannot be null).
    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