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


In This Topic
    ImportOleDb Method
    In This Topic
    Creates a XSD schema from the specified OLEDB database and imports it in the document.
    Syntax
    'Declaration
     
    
    Public Sub ImportOleDb( _
       ByVal connectionString As System.String _
    ) 
    'Usage
     
    
    Dim instance As NDatabaseImporter
    Dim connectionString As System.String
     
    instance.ImportOleDb(connectionString)
    public void ImportOleDb( 
       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