Nevron .NET Vision
Nevron.Chart.CSVReader Namespace / NCsvReader Class / LoadDataTableFromFile Method
A relative or absolute path to the csv file.


In This Topic
    LoadDataTableFromFile Method
    In This Topic
    Loads the data from csv file to DataTable.
    Syntax
    'Declaration
     
    
    Public Function LoadDataTableFromFile( _
       ByVal fileName As System.String _
    ) As System.Data.DataTable
    'Usage
     
    
    Dim instance As NCsvReader
    Dim fileName As System.String
    Dim value As System.Data.DataTable
     
    value = instance.LoadDataTableFromFile(fileName)
    public System.Data.DataTable LoadDataTableFromFile( 
       System.string fileName
    )

    Parameters

    fileName
    A relative or absolute path to the csv file.

    Return Value

    A System.Data.DataTable which contains the data from the csv file.
    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