Nevron .NET Vision
Nevron.Diagram.DataImport Namespace / NGraphDataSourceImporter Class / ToVertexIdColumnName Property


In This Topic
    ToVertexIdColumnName Property
    In This Topic
    Gets/sets the name of the column in the edge data source, which references the TO vertex of the edge in the vertex data source.
    Syntax
    'Declaration
     
    
    Public Property ToVertexIdColumnName As System.String
    'Usage
     
    
    Dim instance As NGraphDataSourceImporter
    Dim value As System.String
     
    instance.ToVertexIdColumnName = value
     
    value = instance.ToVertexIdColumnName
    public System.string ToVertexIdColumnName {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