Nevron .NET Vision
Nevron.Diagram.Extensions Namespace / NDatabaseImporter Class / ImportSql Method
The connection string to use for connecting to the database.


In This Topic
    ImportSql Method
    In This Topic
    Creates a XSD schema from the specified SQL database and imports it in the document.
    Syntax
    'Declaration
     
    
    Public Sub ImportSql( _
       ByVal connectionString As System.String _
    ) 
    'Usage
     
    
    Dim instance As NDatabaseImporter
    Dim connectionString As System.String
     
    instance.ImportSql(connectionString)
    public void ImportSql( 
       System.string connectionString
    )

    Parameters

    connectionString
    The connection string to use for connecting to the database.
    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