Nevron .NET Vision
Nevron.Diagram.Extensions Namespace / NDatabaseImporter Class
Properties Methods


In This Topic
    NDatabaseImporter Class Members
    In This Topic

    The following tables list the members exposed by NDatabaseImporter.

    Public Constructors
     NameDescription
    Public ConstructorConstructs a database schema importer object associated with the specified document.  
    Top
    Public Properties
     NameDescription
    Public PropertyDetermines the type of the connector to use for the data relations. By default set to ErmConnector.  
    Public PropertyDetermines whether to import the schema in the active layer or in a new layer named after the data set. By default set to false.  
    Public PropertyIf set to true the links will be drawn below the tables, otherwise they will be drawn above them. By default set to true.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Imports the specified XSD schema in the document.  
    Public MethodCreates a XSD schema from the specified OLEDB database and imports it in the document.  
    Public MethodCreates a XSD schema from the specified SQL database and imports it in the document.  
    Top
    See Also