Nevron .NET Vision
Nevron.Diagram.Extensions Namespace / NDbfReader Class / ReadDbf Method / ReadDbf(String) Method
The name of the DBF file.


In This Topic
    ReadDbf(String) Method
    In This Topic
    Reads an entire standard DBF file into a DataTable.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function ReadDbf( _
       ByVal dbfFileName As System.String _
    ) As System.Data.DataTable
    'Usage
     
    
    Dim dbfFileName As System.String
    Dim value As System.Data.DataTable
     
    value = NDbfReader.ReadDbf(dbfFileName)
    public static System.Data.DataTable ReadDbf( 
       System.string dbfFileName
    )

    Parameters

    dbfFileName
    The name of the DBF 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