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


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