Nevron .NET Vision
Nevron.Diagram.Extensions Namespace / NDatabaseImporter Class / ConnectorType Property


In This Topic
    ConnectorType Property (NDatabaseImporter)
    In This Topic
    Determines the type of the connector to use for the data relations. By default set to ErmConnector.
    Syntax
    'Declaration
     
    
    Public Property ConnectorType As ConnectorType
    'Usage
     
    
    Dim instance As NDatabaseImporter
    Dim value As ConnectorType
     
    instance.ConnectorType = value
     
    value = instance.ConnectorType
    public ConnectorType ConnectorType {get; set;}
    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